LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is simple 1D spectral analysis possible with E-series?

Hi,
I have a PXI-6070E DAQ that I'm using to capture a 39KHz raised-cosine waveform. I'd like to perform some simple spectral analysis on it. Is there some way to do this with any of the functions that come in the measurement studio package? Do you have any sample code you can share?
0 Kudos
Message 1 of 2
(2,782 Views)
Yes, there are several functions in the CVI analysis library (and in the CNiMath class in C++, and the CWDSP ActiveX control) that will let you do spectral analysis. These functions are Spectrum, CrossSpectrum, AutoPowerSpectrum, etc. There is a CVI example of a spectrum analyzer under cvi\samples\apps\spectrum\spectrum.prj. Note, you need the full version of Measurement Studio or CVI to get the analysis library functions.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,782 Views)