plotPeriodogram.Sound {R.audio}R Documentation

Plots the periodgram of the sound

Description

Plots the periodgram of the sound.

Usage

## S3 method for class 'Sound':
plotPeriodogram(this, log=10, xlab="frequency (Hz)", ylab="dB", ...)

Arguments

log Log base (a numeric) for the logarithm to plot. If NULL, the non-logarithmic periodogram is plotted.
xlab,ylab The x and y labels.
... Not used.

Value

Returns a vector of periogram values.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*periodogram(). *fft(). For more information see Sound.


[Package R.audio version 0.6.2 Index]