03-06-2008 05:55 PM
03-07-2008 02:34 AM
Hi,
You can use the filters located in Signal Processing -> Filters, then create a constant from the "filter type" input and select "Lowpass". There is also an AC & DC estimator vi, located in: Signal Processing -> Measurement.
You may also use something like "running mean" filter. To do it you need to calculate the mean value in some range around every point. It will decrease the value of the noise and will give you the dc value (or slow changing part) of your signal. Finally you can use median filter.
03-07-2008 09:08 AM
Thanks Ben.
I tried the Average DC-RMS.vi under Signal Processing -> Measurement. It works pretty well. Thank you.
By the way, your vi is writen in 8.5 I couldn't open it in 8.2.
Chen