I had to do the same thing for some other testing. I could not find a built
in function to eliminate such noisy signals, so what I did to solve this was
develop a CIN vi, using C programming, that performs a "moving average"
similar to the one that is embedded in the MS Excel Spreadsheet. That CIN
along with some magic from our electrical engineers on the electronics I
use, completely smoothed out the output signal.
Knowing how to use and develop CIN's (using Code Interface Node) has helped
me a lot, because many of the functions included in my version of
BridgeView, are not what I need. The mean function you are thinking of using
is just the average of an array of 10 numbers for example, where as the
moving average of an array of 10 numbers will take a num
ber entered by the
user (e.g. 2) and it will take the average in increments of 2 down the array
list, smoothing out your data.
"C. Wennmacher" wrote in message
news:50650000000800000010160000-983677784000@quiq.com...
> I had to perform 3 tasks in 1:
> 1. Noisy Data Acquisition
> 2. Multiple Scans
> 3. Multiple Channels
>
> My problem is to solve effectively all 3 task in 1 application. The
> Measurement Manual proposes for noisy data acquisition the mean
> function. But this is too course and not effective for multiple
> channel measurements.
> Any suggestions?
>
> C. Wennmacher
>
> Platform:
> LabVIEW 6i
> OS: w2k
> DAQ 6.8
> DAQPad-6020E