필터 지우기
필터 지우기

how to make FIR filter

조회 수: 1 (최근 30일)
JjjO
JjjO 2021년 6월 6일
답변: Star Strider 2021년 6월 6일
Hi, I'm trying to make FIR filter with hamming window.
please help me. I have no idea how to make it.

답변 (1개)

Star Strider
Star Strider 2021년 6월 6일
The documentation on fir1 will demonstrate how to construct it.
If you need to check its performance, use the freqz function.
If you need to filter a signal with it, use the filtfilt function.
.

카테고리

Help CenterFile Exchange에서 Hamming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by