Generates the evolutive Fourier spectrogram of a signal, and returns it for use in FTGramImage
.
EvolutiveFFT(sig, dt, ft, freq.span, taper = 0.05)
Power spectrum
Frequency
Time
The input signal
Sample times based on input sample rate dt
Signal to analyze.
Sample rate (must be constant).
Fourier transform input parameters
ft$nfft The frequency resolution, should be in powers of 2
ft$ns Number of samples in a window
ft$nov Number of samples to overlap, must be less than ft$ns
Frequency range to return.
Amount of cosine taper to apply.
Daniel C. Bowman danny.c.bowman@gmail.com, Jonathan M. Lees
This is an internal function and users will likely not call it directly.
Jonathan M. Lees (2012). RSEIS: Seismic Time Series Analysis Tools. R package version 3.1-3.