心胸决定格局,眼界决定境界...

fdatool 设计IIR滤波器

[B,A] = sos2tf(SOS);
K = cumprod(G);
k=K(end);

[y_out] = filter(B, A, win_up_data, []) .*k;

posted @ 2016-11-28 14:31  WELEN  阅读(531)  评论(0编辑  收藏  举报