LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get normalizede power spectrum or amplitude spectrum in laview?

Solved!
Go to solution

Hi, I am recently analyze and compare the power spectrum of different sound signal to different various sound. In order to avoid the effect of amplitude(which changes at different condition,even for the same sound signal), I want to use the normalized power spectrum or normalized amplitude spectrum by deviding the power of each frequency components by total power of the sound signal at that moment. So how can I achieve this in labview?

Thanks in advance:)

0 Kudos
Message 1 of 3
(2,356 Views)
Solution
Accepted by topic author winnie11

What is the datatype? If it is an array, you can simply divide by the total power. This value might be independently known, or you could simply divide by the sum of all array elements (use add array elements)..

Message 2 of 3
(2,334 Views)

yes, I use array. This method is good. Thank you.

0 Kudos
Message 3 of 3
(2,329 Views)