摘要:
% prepend sequence with mirror image of first points so that transients % can be eliminated. then do same thing at right end of data sequence. nfilt = 阅读全文
该文被密码保护。 阅读全文
摘要:
[B,A] = sos2tf(SOS);K = cumprod(G);k=K(end); [y_out] = filter(B, A, win_up_data, []) .*k; 阅读全文