MTMplot: Plot Multi-taper Spectrum
Description
Plots output of MTM specturmUsage
MTMplot(a, f1 = f1, f2 = f2, len2 = 1024, PLOT = FALSE, PADDLAB = NULL, GUI = TRUE)
Arguments
len2
number of points in spectrum
PADDLAB
Labels for buttons
GUI
use a GUI to display for other interactions
Value
- list(len2=len2, f=f, f1=f1, f2=f2, displ=displ, ampsp=amp, flag=flag )
- len2next power of 2 for fft calculation
- ffrequencies
- f1lower freq
- f2upper freq
- displkind of display
- ampspamplitude spectrum
- flag
Details
Uses Lees' MTM code.See Also
MTM.drive, MTMdisp, plt.MTM0