View source: R/scikit-maad-sound.R
maad_spectrum | R Documentation |
This is a wrapper function for the maad.sound.spectrum
function.
It computes the spectrum of a sound wave. Further usage details are provided at
https://maad.readthedocs.io/en/latest/maad.sound.html#maad.sound.spectrum.
maad_spectrum(wave, ..., maad = NULL)
wave |
A Wave object |
... |
Additional arguments to pass to |
maad |
An optional |
A list comprising:
pxx |
Power spectral density estimate. |
f_idx |
Index of sample frequencies. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.