summary.fft {spectral} | R Documentation |
Summarize FFT objects
Description
The function summarizes properties from the class(fft)
object.
Usage
## S3 method for class 'fft'
summary(object, p0 = 0.01, ...)
Arguments
object |
|
p0 |
False Alarm Probability (FAP) threshold, default 1% |
... |
not used |
Details
The false alarm probability threshold p0
value can be
changed to modify the amount of significant peaks.
Value
a list of significant values of the spectral analysis
Examples
# see spec.fft() example
[Package spectral version 2.0 Index]