Description Usage Arguments Value Examples
View source: R/MFCCFunctionSite.R
Function to calculate Mel-frequency cepstral coefficents over a list of soundscape recordings
1 2 3 4 5 6 7 | MFCCFunctionSite(
input.dir,
min.freq = 0,
max.freq = 20000,
n.windows = 9,
num.cep = 12
)
|
input.dir |
where the .wav files are stored |
min.freq |
the minimum frequency (Hz) of the signal of interest |
max.freq |
the maximum frequency (Hz) of the signal of interest |
n.windows |
the number of time windows to divide the signal by |
num.cep |
the number of cepstra to calculate for each time window |
a dataframe with a row for each .wav file
1 | MFCCFunctionSite(input.dir = "FocalRecordings",min.freq = 200,max.freq=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.