LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal processing

Solved!
Go to solution

hi,

I'm Ayushi 

i want to detect the peak between these two points using array as shown in the below picture .

0 Kudos
Message 1 of 10
(2,908 Views)

hi and welcome to the forum!

please skim through this post to get you started

https://forums.ni.com/t5/Community-Documents/Unofficial-Forum-Rules-and-Guidelines/ta-p/3536495

and check your post again .. your image 😞 ... is ... (almost) ... empty


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 10
(2,902 Views)

HI,

I WANT TO DETECT THE PEAK BETWEEN THESE TWO POINTS AS SHOWN IN THE FILE

0 Kudos
Message 3 of 10
(2,893 Views)
Solution
Accepted by topic author ayushi141

Hi ayushi,

 

find the valleys between your points, then find the peak between the valleys…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 10
(2,884 Views)
Solution
Accepted by topic author ayushi141

Hi.

Isn't your problem would be solve by using the 'peak detection vi' twice ? (found in maths\signal processing\Signal operation)

 

Once for finding the valleys, then a second time to find the peak between those valleys.

Message 5 of 10
(2,877 Views)

thanks,

i found the valleys , but i'm not able to find the peaks between these valleys..

0 Kudos
Message 6 of 10
(2,822 Views)

Hi ayushi,

 

i'm not able to find the peaks between these valleys..

Why aren't you able to find them?

What have you tried?

How does your VI look like? (Attach it!)

Are you really looking for the peaks just in the subset of your waveform between each pair of valleys?

And why don't you find both valleys in the 3rd period of your signal?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 10
(2,814 Views)

i want to detect the peak  between each valley .

please find  the  attachment of my vi.

0 Kudos
Message 8 of 10
(2,802 Views)

Hi ayushi,

 

right now you try to find all those peaks/valleys/inner peaks globally on the whole waveform!

 

As said before: try to find those inner peaks just between the valleys found previously!

 

So you need to implement 3 steps:

1. Find "upper" peaks.

2. Between each pair of peaks from step 1 you need to find the valleys: work with just a subset of the whole waveform from step 1.

3. Between the two valleys from step 2 you again take a subset of the waveform and now try to find the peak on just that subset!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 10
(2,797 Views)

Dear All,

I want to use LabVIEW Advanced signal processing toolkit(Discrete wavelet Analysis VI) for feature extraction purpose,I have read the signal samples using the read from spreadsheet vi and set to the vi for wavelet analysis purpose,my intention is to find the details and approximate coefficients like Matlab,how could i make that one in LabVIEW(extracting the detail coefficients and approximate coefficients and then plotting the detail coefficients vs the sample or time)

thank you for your help.

0 Kudos
Message 10 of 10
(2,730 Views)