powered by
Auto-Regressive Spectrum Estimate
autoreg(a, numf = 1024, pord = 100, PLOT = FALSE, f1 = 0.01, f2 = 50)
LIST:
amplitudes
frequencies, Hz
signal
number of frequency points to calculate
order
logical, TRUE=plot
low frequency
high frequency
Jonathan M. Lees<jonathan.lees.edu>
fft, mtapspec, plt.MTM0
data(CE1) Xamp <- CE1$y[CE1$x>5.443754 & CE1$x<5.615951] ZIM <- autoreg(Xamp , numf=length(Xamp) , pord = 100, PLOT=FALSE, f1=.01, f2=50)
Run the code above in your browser using DataLab