ERBToHz | R Documentation |
Converts from Hz to the number of Equivalent Rectangular Bandwidths (ERBs) below input frequency. See https://www2.ling.su.se/staff/hartmut/bark.htm and https://en.wikipedia.org/wiki/Equivalent_rectangular_bandwidth
ERBToHz(e, method = c("linear", "quadratic")[1])
e |
vector or matrix of frequencies in ERB rate |
method |
approximation to use |
HzToERB
HzToSemitones
HzToNotes
freqs_Hz = c(-20, 20, 100, 440, 1000, 20000, NA)
e_lin = HzToERB(freqs_Hz, 'linear')
ERBToHz(e_lin, 'linear')
e_quad = HzToERB(freqs_Hz, 'quadratic')
ERBToHz(e_quad, 'quadratic')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.