frq2bark.m
来自「voice box tool box for matlab」· M 代码 · 共 10 行
M
10 行
function b = frq2bark(f)
%FRQ2BARK Convert Hertz to BARK frequency scale BARK=(FRQ)
% bark = frq2bark(frq) converts a vector of frequencies (in Hz)
% to the corresponding values on the BARK scale.
% 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 + -
显示快捷键?