取消
显示结果 
搜索替代 
您的意思是: 

automatic peak detection

Hi there
 
I am trying to program an automatic peak detector.
 
I added a picture of how the signal would look.
 
I want to detect automatically those peaks that are surounded by the yellow rings - moreover I would like to get rid of this part of the signal that is in the red box automatically (dotted red line).
 
I was trying to realize it with the vi -> Transition Measurements - but could not make it so far.
 
Is there anyone who could give me some tips how I could solve the problem?
 
Thank you very much.
0 项奖励
1 条消息(共 11 条)
4,940 次查看

Use waveform->waveform measurment->peak detection select the minimum width of the peak to be the width of these expected impulses.  You will get an array of peaks, then you can work from there to get time between, amplitude or anything else you might need.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 项奖励
2 条消息(共 11 条)
4,922 次查看
actually the peak detection should happen automatically....
0 项奖励
3 条消息(共 11 条)
4,918 次查看
I agree with Paul that the Peak Detector should work to find your yellow circled peaks.

How do you define the region at the left which you want to exclude from the peak detection? A specific time? When the amplitude drops to some threshold for a minimum duration? Some other criteria? If you cannot clearly specify the boundaries of the region, it will be difficult to automate the analysis.

Lynn
0 项奖励
4 条消息(共 11 条)
4,910 次查看

I am trying to figure out how I could clearly specify the start region of the signal....

But I do not know how I can use the peak detector to get those peaks in my example...

I added the signal in the data.vi

maybe you could help me

0 项奖励
5 条消息(共 11 条)
4,905 次查看
The idea is to find those spaces between the peaks.
And if the time in between is greater than x I do not investigate on it - > this is the idea how I could get rid of the start of the signal.

Does anybody have an idea how I could find out the spaces?

Thank you....
0 项奖励
6 条消息(共 11 条)
4,871 次查看
you descrip function like Matlab' function.
 
I will pay attention more to this~
0 项奖励
7 条消息(共 11 条)
4,867 次查看
What do u mean?!
0 项奖励
8 条消息(共 11 条)
4,857 次查看
Tim,
 
Will LV8.2 let you save back to LV8.0?  If not could you post your datafile as a .txt?
 
Jim
Jim

LV 2020
0 项奖励
9 条消息(共 11 条)
4,836 次查看
I added the data files time and amp as txt

CU
下载全部
0 项奖励
10 条消息(共 11 条)
4,823 次查看