I have been programming in CVI for nearly 7 years now, using general purpose
National Instruments DAQ boards.
I have an application where I need to mimic an analog processing stage digitally,
obtaining the same results as the analog processing. The analog process
is a simple filter, but I'm not sure the best approach: a filter or perhaps
an FFT? If a filter, which type? The digital processing needs to be done
in real time, during the acquisition process.
Thanks!