epsilonfromtaufs.m
来自「语音信号分析软件」· M 代码 · 共 7 行
M
7 行
function y=EpslionFromTauFS(tau, fs)% EpsilonFromTauFS - Find first order filter coefficient% as a function of time constant (tau) and sample rate (fs)% (c) 1998 Interval Research Corporation y=1-exp(-1/tau/fs);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?