当前位置:网站首页>Peak detection of measured signal
Peak detection of measured signal
2022-07-04 12:41:00 【Rich in starch】
problem :
We use a data acquisition card to take readings from a device that increases its signal to a peak and then falls back to near the original value. We use a data acquisition card to read from the device , The device increases its signal to peak , Then fall back to close to the original value .To find the peak value we currently search the array for the highest reading and use the index to determine the timing of the peak value which is used in our calculations. To find the peak , We are currently searching the array for the highest reading , And use the index to determine the time of the peak used in our calculation .
This works well if the highest value is the peak we are looking for but if the device is not working correctly we can see a second peak which can be higher than the initial peak. If the highest value is the peak we are looking for , It works , But if the equipment is not working properly , We can see the second peak , This peak may be higher than the initial peak .We take 10 readings a second from 16 devices over a 90 second period. We are 90 From... In seconds 16 Read per second in devices 10 Readings .
My initial thoughts are to cycle through the readings checking to see if the previous and next points are less than the current to find a peak and construct an array of peaks. My initial idea was to cycle through the readings , See whether the previous and next points are smaller than the current point , To find a peak and build an array of peaks .Maybe we should be looking at a average of a number of points either side of the current position to allow for noise in the system. Maybe we should look at the average of many points on both sides of the current position , To consider the noise in the system .Is this the best way to proceed or are there better techniques? Is this the best way or better technology ?
We do use LabVIEW and I have checked the LAVA forums and there are a number of interesting examples. We do use LabVIEW, I checked. LAVA Forum , There are many interesting examples .This is part of our test software and we are trying to avoid using too many non-standard VI libraries so I was hoping for feedback on the process/algorithms involved rather than specific code. This is part of our testing software , We try to avoid using too many non-standard VI library , So I hope to get information about the process involved / Algorithm rather than specific code feedback .
Solution :
Reference resources : https://stackoom.com/en/question/qa边栏推荐
- Map container
- The most robust financial products in 2022
- 【数据聚类】第四章第一节3:DBSCAN性能分析、优缺点和参数选择方法
- Show recent errors only command /bin/sh failed with exit code 1
- IIS error, unable to start debugging on the webserver
- Translation D29 (with AC code POJ 27:mode of sequence)
- [data clustering] section 3 of Chapter 4: DBSCAN performance analysis, advantages and disadvantages, and parameter selection methods
- 《天天数学》连载57:二月二十六日
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 20
- Sort merge sort
猜你喜欢
Abnormal mode of ARM processor
C language function
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
VIM, another program may be editing the same file If this is the solution of the case
Introduction to random and threadlocalrandom analysis
Daily Mathematics Series 57: February 26
MySQL advanced review
How to realize the function of Sub Ledger of applet?
《天天数学》连载57:二月二十六日
01. Basics - MySQL overview
随机推荐
Kivy教程之 08 倒计时App实现timer调用(教程含源码)
[Android reverse] function interception instance (③ refresh CPU cache | ④ process interception function | ⑤ return specific results)
Global and Chinese market of cardiac monitoring 2022-2028: Research Report on technology, participants, trends, market size and share
Star leap plan | new projects are continuously being recruited! MSR Asia MSR Redmond joint research program invites you to apply!
mm_ Cognition of struct structure
LVS load balancing cluster deployment - Dr direct routing mode
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 16
Leetcode day 17
C语言:求100-999是7的倍数的回文数
[ES6] template string: `string`, a new symbol in es2015
priority_ queue
When synchronized encounters this thing, there is a big hole, pay attention!
It's hard to hear C language? Why don't you take a look at this (V) pointer
A few words explain redis cache penetration, breakdown, avalanche, and redis sentinel
Bottom Logic -- Mind Map
Introduction to the button control elevatedbutton of the fleet tutorial (the tutorial includes the source code)
Clockwise rotation method of event arrangement -- PHP implementation
'using an alias column in the where clause in PostgreSQL' - using an alias column in the where clause in PostgreSQL
Workplace liquor bureau must pay attention to
First knowledge of spark - 7000 words +15 diagrams, and learn the basic knowledge of spark