필터 지우기
필터 지우기

Plot magnitude response of an FIR filter to MATLAB GUI

조회 수: 2 (최근 30일)
MatlabNewbie01232015
MatlabNewbie01232015 2015년 1월 25일
I have an FIR filter and I would to plot it like what we have when we filter design tool (fvtool).
*My sample reference is Fs=44100 (audio signal). How can I plot my FIR response to handles.axes1 and get the same graphic presentation as shown in attached picture? I tried fft, it get the shape but that's it.
plot(handles.axes1,abs(fft(h));

답변 (0개)

카테고리

Help CenterFile Exchange에서 Single-Rate Filters에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by