freq2bark#
- freq2bark(freq_axis)[source]#
Frequency conversion from Bark to Hertz
This function does the frequency conversion between bark and hertz. See reference, coefficients are linearly interpolated from the values given in table 6.1.
- Parameters:
freq_axis (array_like) – Frequencies converted in Hertz.
- Returns:
bark_axis – Bark frequencies to be converted.
- Return type:
array_like
References
- ..[ZF] E. Zwicker, H. Fastl: Psychoacoustics. Springer,Berlin, Heidelberg, 1990.
The coefficients are linearly interpolated from the values given in table 6.1.