acelpcontrib.m
来自「ITU-T G.723.1 Speech Coder: Matlab imple」· M 代码 · 共 14 行
M
14 行
function y = ACELPContrib (N, Pulseval, ACELPpar)% Calculate the N sample ACELP contribution to the excitation.% $Id: ACELPContrib.m 1.7 2004/08/03 G.723.1-v2r1a $% Place the pulses with the (signed) gainy = zeros (N, 1);y(Pulseval.m) = Pulseval.g;% Add pitch repetition, if appropriatey = RepShift (y, Pulseval.ShiftLag, Pulseval.ShiftGain);return
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?