![]() |
|
|
Introduction
This VI is designed to take an X and Y array of synchronous data and generate a regular periodic array with averaged points.
This can be very useful if you need to take an FFT o(r other operation that requires a constant delta X) on irregular asynchronous data.
You can set the regular interval and the length of the average.
Steps to Complete
This example generates sample data, just substitute this for your own X and Y arrays
Additional Notes
Front Panel Controls
Interval - The Delta X for the regular X array
Average Length - determines which numbers to use when averaging for a value.
Note: This VI does not interpolate values if you have holes in your data larger than your average size you can use the following example as a sub VI so you can generate iterpolated data where your original data has holes.
There are no comments on this document