powered by
Estimated periodogram using the fast Fourier transform (fft).
fft
peri(data, adjmean = TRUE, plot = TRUE)
a data frame.
subtract the mean from the series before calculating the periodogram (default=TRUE).
plot the estimated periodogram (default=TRUE).
periodogram, I(\(\omega\)).
frequencies in radians, \(\omega\).
frequencies in cycles of time, \(2\pi/\omega\).
amplitude periodogram.
phase periodogram.
# NOT RUN { data(CVD) p = peri(CVD$cvd) # } # NOT RUN { # }
Run the code above in your browser using DataLab