bark2frq.m

来自「voice box tool box for matlab」· M 代码 · 共 10 行

M
10
字号
function f = bark2frq(b)
%BARK2FRQ  Convert the BARK frequency scale to Hertz FRQ=(BARK)
%       frq = bark2frq(bark) converts a vector of frequencies (in BARK)
%       to the corresponding values in Hertz.

%   There are many published formulae approximating the Bark scale.
%   We use the one from Traunmuller.

%   [1] H. Traunmuller, Analytical Expressions for the
%       Tonotopic Sensory Scale

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?