08-18-2008 05:12 PM
08-18-2008 05:30 PM
I have some existing FFT algorithms that are used when we capture audio, in this case, sine waves. They accept 16 bit integer data, find the fundamental frequency and calculate Total harmonic distortion plus noise. My goal is to capture the audio with the USB DAQ and perform the same measurements. I didn't find any analysis API's that came with the software packaged with the USB 6009 DAQ so I was hoping to use my existing code.
Signal Express does have a distortion module that makes those measurements, but I need to do it programmatically for an automation project and all the existing code is written in C/C++.
08-18-2008 06:31 PM