wav2spectrogram: Convert the output of read_wav to a spectrogram

Description Usage Arguments Examples

Description

Convert the output of read_wav to a spectrogram

Usage

1
wav2spectrogram(wav, window.ms = 1)

Arguments

wav

An object as created by read_wav

window.ms

The size of the window in microseconds. Default to 1.

Examples

1
2
3
4
5
 wav2spectrogram(
   wav = read_wav(
     system.file("demo_wav/leislers.wav", package = "rhinolophus")
   )
 )

ThierryO/rhinolophus documentation built on May 9, 2019, 4:42 p.m.