freqconv | R Documentation |
Perform frequency scale conversions between Hertz, Bark- and different variants von the Melscale.
bark2hz(z)
hz2bark(f)
hz2mel(f, htk = FALSE)
mel2hz(z, htk = FALSE)
f |
Frequency in Hertz |
z |
Frequency in the auditory frequency scale |
htk |
Use the HTK-Melscale ( |
The value of the input in the target frequency scale.
Sebastian Krey krey@statistik.tu-dortmund.de
Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/, Malcolm Slaney: Auditory Toolbox
hz2bark(440)
bark2hz(hz2bark(440))
hz2mel(440, htk = TRUE)
mel2hz(hz2mel(440, htk = TRUE), htk = TRUE)
hz2mel(440, htk = FALSE)
mel2hz(hz2mel(440, htk = FALSE), htk = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.