Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Statistical significance of spectral peaks (Read 6219 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Statistical significance of spectral peaks

Hello forum folks!

I have results of FFT for a number of signals, and I need to check the significance of a certain peak at a certain frequency in each of them.
I am sorry for asking so bluntly, but how can this be done?
I'm a total dummy to FFT, so I would really appreciate any simple and easy-to-follow directions
Thank you all so much!

Natalia

 

Statistical significance of spectral peaks

Reply #1
I have results of FFT for a number of signals, and I need to check the significance of a certain peak at a certain frequency in each of them.


What do you mean by "significance"?

Statistical significance of spectral peaks

Reply #2
It means rejecting the null hypothesis, which is that the time series is simply white noise at the given frequency. In other words, proving that the peak at a given frequency is not by chance (noise) by due to periodicity.

Statistical significance of spectral peaks

Reply #3
Hello forum folks!

I have results of FFT for a number of signals, and I need to check the significance of a certain peak at a certain frequency in each of them.
I am sorry for asking so bluntly, but how can this be done?
I'm a total dummy to FFT, so I would really appreciate any simple and easy-to-follow directions
Thank you all so much!


You may find this reference helpful:

Frequency response matching criteria from JAES

The way that you use this chart is that you first characterize your peak or dip's bandwidth, in terms of a fraction of an octave and center frequency.  Then you follow the line that is closest to the bandwidth to your center frequency. Then you see if your peak or dip's height or depth is greater or less than the bandwidth line at that frequency. If it is above the line then it is a sizable fraction of what it takes to be audible.

Statistical significance of spectral peaks

Reply #4
Hello forum folks!

I have results of FFT for a number of signals, and I need to check the significance of a certain peak at a certain frequency in each of them.
I am sorry for asking so bluntly, but how can this be done?
I'm a total dummy to FFT, so I would really appreciate any simple and easy-to-follow directions
Thank you all so much!


You may find this reference helpful:

Frequency response matching criteria from JAES

The way that you use this chart is that you first characterize your peak or dip's bandwidth, in terms of a fraction of an octave and center frequency.  Then you follow the line that is closest to the bandwidth to your center frequency. Then you see if your peak or dip's height or depth is greater or less than the bandwidth line at that frequency. If it is above the line then it is a sizable fraction of what it takes to be audible.


Thank you Arnold! But I need some statistical test to prove it, because I need to add this result to the paper.

Here's the theory and guidelines as to how to do it in R package:

http://stats.stackexchange.com/questions/1...pectral-density

I was wondering if anyone knows any other solution.

Thank you!