Description Usage Arguments Value Examples
Compute evolutive spectrum using direct FFT method
1 2 |
s |
vector of timeseries samples or ts object. If the former, deltat should be specified, NA values are not allowed. |
deltat |
sampling interval of time series. Ignored if s is a ts object |
nfft |
length of padding window input to fft; controls frequency resolution |
nwin |
number of samples in fft window |
nstep |
number of samples to shift right between spectral estimates; controls time resolution |
fl |
lowest frequency to output |
fh |
highest frequence to output |
List containing the following items:
"signal" |
Original input signal |
"deltat" |
Sampling interval of time series |
"numfreqs" |
Number of frequencies retained in analysis |
"freqs" |
Vector of frequencies retained in analysis |
"wpars" |
List of analysis parameters: fl, fh and nwin |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.