04-05-2024 09:11 AM
Hi all, i'm new to LabView and I'm attempting to do some signal processing and want to access objects in the pallette such as FFT Power Spectrum which should be within Wfm measure.
The youtube video https://www.youtube.com/watch?v=Q1xbX-jwymI at 2.48 as in the attached screenshot shows where the tool should be.
However I am seemingly unable to locate the object to use in my VI. I have downloaded 'Advanced Signal Processing Toolkit' but this doesn't seem to have addressed anything.
Is this a licensing issue or should I have it? If so, which license should I have.
Apologies if this query isn't in the right location - didn't seem to be a good location for it...
Thanks
J-Mol
Solved! Go to Solution.
04-05-2024 09:30 AM
I have continued to search and it looks like the basic license i have is the problem... I think i need the full license to do FFT type analysis on the signal...
If that could be confirmed that would be very helpful - thanks!
04-05-2024 10:39 AM
Yes, as you can see here, signal processing is not part of LabVIEW base.
However, in a nutshell, an FFT is just a series of simple math steps that you can implement yourself. It probably won't be as fast, but might be sufficient, depending on your requirements.