03-04-2009 06:09 AM
Hi
Can anyone please tell me the formula used in the LabView for calculation of FFT power spectrum in decibles?
Thanks in advance
Pramod
03-04-2009 06:13 AM
03-04-2009 06:30 AM
What is your problem. Do you only have labview base, or is it something else.
03-04-2009 07:40 AM
Hi
I have already searched but didn't got the exact info.
In linear scale, power spectrum=fft(X)^2 where X is time series.
In decibles scale, power spectrum=10*log10(fft(X)^2).
I am not sure whether the above formula in decibles is correct.
I used LabView for spectral analysis. I need to do the wavelet analysis using Matlab. In Matlab, I will require the subplot of fft power spectrum. I can do that if I know the exact formula in decibles.
I will appreciate if someone will tell me.
Thanks
Pramod
03-04-2009 09:44 AM
03-07-2018
12:27 AM
- last edited on
12-20-2024
11:51 AM
by
Content Cleaner
Hello!
Have a look links below:
http://www.ni.com/white-paper/4278/en/
https://www.ni.com/docs/en-US/bundle/labwindows-cvi/page/advancedanalysisconcepts/power_spect.html
http://www.ni.com/product-documentation/54619/en/
Formulas are written both for power spectrum and amplitude spectrum.