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

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

相关文章: