getSNR | R Documentation |
Get the signal-to-noise ratio of a recording containing a single utterance and some leading or trailing noise
getSNR(wave, begin, end)
wave |
Required. Either a |
begin |
Integer. The first sample in the |
end |
Integer. The last sample in the |
The signal-to-noise ratio of the recording in dB.
data("samp_wav")
fs <- findSpeech(samp_wav)
snr <- getSNR(samp_wav, fs$begin_s, fs$end_s)
snr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.