?? init_lbpef.m
字號:
% [k,b,P,e,y,x,c]=init_lbpef(L,k0,b0,P0)
% Creates and initializes the variables required for the
% Lattice Forward Prediction Error Filter.
% % Input Parameters [Size]::
% L : number of filter coefficients
% k0 : initial lattice predictor coefficients [L x 1]
% x0 : initial input delay line [(L+1)x1]
% b0 : initial backward prediction errors [(L+1)x1]
% P0 : initial power of b [(L+1)x1]
%
% Output parameters::
% k : lattice predictor coefficients [zeros]
% b : backward prediction errors [random]
% P : estimated power of b [b .* b]
% e : forward prediction error [random]
% y : predictor output [0]
% x : input delay line [random(L+1,1)]
% c : equivalent transversal predictor coefficients.
%
% SEE ALSO ASPTLBPEF, PREDICT_LBPEF
% Author : John Garas PhD.% Version 2.1, Release October 2002.% Copyright (c) DSP ALGORITHMS 2000-2002.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -