View source: R/rendeeR_psychoacoustics.R
erb | R Documentation |
Convert physical frequencies (in Hz) to number of Equivalent rectangular bandwidth (ERB) below the frequency. The ERB is an approximation computed from the bandwidths of filters in human hearing, as modeled by rectangular band-pass filters.
erb(f)
x |
A vector of frequency values (in Hz) |
The formula for Number of ERBs given in \insertCiteMoore:1982hareindeer is used in the calculations.
A vector of ERB values
f <- seq(1,10000,10)
plot(f,erb(f))
plot(erb(f),emuR::bark(f),lty=2,ylab="Zwicker et al. Bark scale")
abline(a = 0, b=1,col="blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.