View source: R/spectral_methods.R
EvolutiveFFT | R Documentation |
Generates the evolutive Fourier spectrogram of a signal, and returns it for use in FTGramImage
.
EvolutiveFFT(sig, dt, ft, freq.span, taper = 0.05)
sig |
Signal to analyze. |
dt |
Sample rate (must be constant). |
ft |
Fourier transform input parameters
|
freq.span |
Frequency range to return. |
taper |
Amount of cosine taper to apply. |
This is an internal function and users will likely not call it directly.
z |
Power spectrum |
y |
Frequency |
x |
Time |
original.signal |
The input signal |
tt |
Sample times based on input sample rate |
This is a modification of the evolfft
function in the RSEIS
package.
Daniel C. Bowman danny.c.bowman@gmail.com, Jonathan M. Lees
Jonathan M. Lees (2012). RSEIS: Seismic Time Series Analysis Tools. R package version 3.1-3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.