powered by
Convert between frequency in Hz and in psychoacoustic Bark units
f2bark( hz ) bark2f( bark )
a frequency in Hertz (cycles per second).
a frequency in Bark units.
Transformed value(s) in Bark or Hertz units.
These functions convert between the linear Hertz and psychoacoustic Bark scales. The functions use Formula (6) of Traunm<U+00FC>ller (1990).
Traunm<U+00FC>ller, H. (1990). Analytical expressions for the tonotopic sensory scale. Journal of the Acoustical Society of America, 88(1), 97-100.
f2st, st2f, f2mel, mel2f.
# NOT RUN { f2bark( c(1,3,5)*500 ) bark2f( 12 ) # }
Run the code above in your browser using DataLab