10-31-2019 03:05 PM
Where can I find an example of a spectrogram plot (freq vs time) in LabWindows ?
11-01-2019 04:28 AM - edited 11-01-2019 04:31 AM
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
11-01-2019 09:06 AM
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.
This is LabVIEW program I found at
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
12-11-2019 03:28 AM - edited 12-11-2019 03:28 AM
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.