- wave
an R object.
- f
sampling frequency of wave
(in Hz). Does not need to
be specified if embedded in wave
.
- channel
channel of the R object, by default left channel (1).
- shift
positive or negative frequency shift to apply (in Hz).
- wl
window length for the analysis (even number of points, by
default = 1024).
- ovlp
overlap between successive FFT windows (in %, by default 75%).
- wn
window name, see ftwindow
(by default
"hanning"
).
- fftw
if TRUE
calls the function FFT
of the
library fftw
. See Notes of the spectro
.
- output
character string, the class of the object to return, either
"matrix"
, "Wave"
, "Sample"
,
"audioSample"
or "ts"
.