SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find the Max peak in my project?

The data used in my project is acceleration signals acquired from different location. Then I use following steps to find the peak: Vibration Level (Use Single Integration function to convert the signal into velocity) - Power Spectrum - Peak Search. Using these steps can only find the max peak in only one block. So I need to go through all the max peaks in every blocks and find the max one. Is there any way to find the max peak in a whole playback data? I have changed the block size in Tab (playback options), but that doesn't work. 

Thanks advance,

 

Du 

 

 

0 Kudos
Message 1 of 4
(6,156 Views)

Du,

 

My understanding is that you're trying to search a large dataset for an overall maximum amplitude. Here's how I would go about that:

 

As you run through the data, store the magnitude of the highest peak found in each section. Compare subsequent local maxima to the stored maximum value, and if they are greater, rewrite the new maximum to the storage space. After you get through all your data, whatever value is stored should be the highest in all the subsections of the data. I might use a shift register to store the value. I hope this helps!

Verne D. // Software R&D // National Instruments
0 Kudos
Message 2 of 4
(6,137 Views)

I tried this method, but need too much time to conduct this process.

Anyway, thanks a lot.

 

Du 

0 Kudos
Message 3 of 4
(6,121 Views)

The way I do it is insert a Statistics step somewhere after your DaqMX Acquire step. Within this Statistics step you have the option to export Min, Max, or RMS values for the selected channels.

 

Ive been doing some recent testing involving heatsoaking large plastic containers while measuring clamp loads on the straps, so it's a temperature vs. load (clamp load washers). The min/max temperature and max loads at max temps are the values of interest.

 

Hope that helps

SCXI- 1000 Chassis w/ 1346 adapter
PCI 6281 DAQ card
SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
SCXI- 1180 Feedthrough Panel w/ 1302 Block
Signal Express 2014.
Win7 Enterprise
0 Kudos
Message 4 of 4
(6,105 Views)