[h_f, w_f] = freqz(b,a); figure xlim = ([0 1]); plot(w, Ha) % mine grid on hold on plot(w_f, abs(h_f), '--r') % MATLAB legend({'my freqz','MATLAB freqz'}).
確定! 回上一頁