"stft"
is plotted as a gray scale image.
The x-axis corresponds to time, the y-axis to frequency. If the
default colormap is used, dark regions in the plot correspond to high
values at the particular time/frequency location.## S3 method for class 'stft':
plot(x, col = gray(63:0/63), ...)
"stft"
as obtained by the function
stft
.x<-rnorm(500)
y<-stft(x)
plot(y)
Run the code above in your browser using DataLab