f2bark | R Documentation |
Convert between frequency in Hz and in psychoacoustic Bark units
f2bark( hz ) bark2f( bark )
hz |
a frequency in Hertz (cycles per second). |
bark |
a frequency in Bark units. |
These functions convert between the linear Hertz and psychoacoustic Bark scales. The functions use Formula (6) of Traunmüller (1990).
Transformed value(s) in Bark or Hertz units.
Traunmü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.
f2bark( c(1,3,5)*500 ) bark2f( 12 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.