LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Spectrum example

Where can I find an example of a spectrogram plot (freq vs time) in LabWindows ?

0 Kudos
Message 1 of 4
(2,707 Views)

C:\Users\Public\Documents\National Instruments\CVI2017\samples\apps\freqresp

C:\Users\Public\Documents\National Instruments\CVI2017\samples\analysis\peakest.cws

C:\Users\Public\Documents\National Instruments\CVI2017\samples\analysis\thd.prj

C:\Users\Public\Documents\National Instruments\CVI2017\samples\analysis\windowng.prj

0 Kudos
Message 2 of 4
(2,657 Views)

MajkIS,

 

I've seen these programs in CVI's examples. None of these have the plot I'm look for.

I'm trying to find something like the upper right plot.

 

Image result for Labwindows/CVI spectrogram

 

This is LabVIEW program I found at

 

https://forums.ni.com/t5/Example-Programs/Audio-Analysis-Time-Domain-FFT-Spectrogram/ta-p/3525552?pr...

 

 

Note:  I'm not that familiar with Signal Processing so it might be an easy calculation to create this plot. I just need to see that process.

 

Thanks,

Gerry

0 Kudos
Message 3 of 4
(2,635 Views)

I think this is a display of a wavelet transform. Once you have it computed in a matrix, it can be displayed in CVI as an intensity plot. And you can compute it in various ways, one of them being being the spt.fp (Signal Processing Toolset). Or just use the GNU Scientific Library.

0 Kudos
Message 4 of 4
(2,518 Views)