summary.fft {spectral} | R Documentation |
The function summarizes properties from the class(fft)
object.
## S3 method for class 'fft'
summary(object, p0 = 0.01, ...)
object |
|
p0 |
False Alarm Probability (FAP) threshold, default 1% |
... |
not used |
The false alarm probability threshold p0
value can be
changed to modify the amount of significant peaks.
a list of significant values of the spectral analysis
# see spec.fft() example