LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

For Loop Auto Index Comparison and Data

is decimate better than sample compression? And if I do use sample compression, do I mean the points? Or take the minimums?

0 Kudos
Message 11 of 12
(450 Views)

Decimation is certainly faster and simpler. There is an option to average between decimated point but beware of the nasty frequency response. If you really want or need to prevent aliasing and/or artifacts in the frequency domain apply a digital low pass filter with a break point at much less than your sampling frequency after decimation. If you really want to get fancy, reverse the signal, run it through a FIR filter, then flip it again (back to original) and run it through the same filter. Voila! zero phase filter with an extra boost at the stop band.

Philip
CLD
0 Kudos
Message 12 of 12
(442 Views)