07-13-2005 03:02 AM
07-13-2005 08:18 AM
If I understood you correctly, you have data sampled at 5kHz, and you want to reduce the effective sampling frequnecy, say to 1 kHz (just to illustrate the point)
Assuming data are in an array, there are many options
1) pick points from the array at indices that are multiple of 5 (0, 5, 10, 15,....etc)
2) average every 5 points
3) use the median of every 5 points
4) use a weighted average of every 5 points ,
etc....
.
.
.
07-13-2005 08:33 AM
Exactly, I have data sampled at 4kHz and I want to reduce at 3kHz.
Do you know what VI of labview do I use to do this. For example, what VI for mediane, for average ????
Thank you
07-13-2005 09:09 AM
07-13-2005 09:16 AM
07-13-2005 10:26 AM
07-19-2005 02:43 AM
07-19-2005 08:12 AM
05-01-2009 02:21 PM
Dr. Imad
The VI you provided for the linear interpolation works well and very useful. I had a question though - Is there a way to increase the size of the new array to show all the numbers containing in that array. For example if the old sample rate is 1 and new sample rate is 2, and have 3 elements in the old array. The new array will show 3 elements only. (see attachement).
Any help will be appreciated. Thanks.
05-01-2009 04:31 PM
see attached vi