show-WaveWspec-methods {tuneR}R Documentation

Showing objects

Description

Showing Wave, Wspec, and WspecMat objects.

Methods

object = "Wave"
The Wave object is beeing showed. The number of samples, duration in seconds, Samplingrate (Hertz), Stereo / Mono, and the resolution in bits are printed. Note that it does not make sense to print the whole channels containing several thousands or millions of samples.
object = "Wspec"
The number of periodograms, Fourier frequencies, window width (used amount of data), amount of overlap of neighboring windows, and whether the periodogram(s) has/have been normalized will be printed.
object = "WspecMat"
The number of periodograms, Fourier frequencies, window width (used amount of data), amount of overlap of neighboring windows, and whether the periodogram(s) has/have been normalized will be printed.

Author(s)

Uwe Ligges, ligges@statistik.tu-dortmund.de

See Also

Wave-class, Wave, Wspec, WspecMat, plot-methods, summary-methods, and periodogram for the constructor function and some examples


[Package tuneR version 0.2-10 Index]