Clear Filters
Clear Filters

how to make FIR filter

1 view (last 30 days)
JjjO
JjjO on 6 Jun 2021
Answered: Star Strider on 6 Jun 2021
Hi, I'm trying to make FIR filter with hamming window.
please help me. I have no idea how to make it.

Answers (1)

Star Strider
Star Strider on 6 Jun 2021
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.
.

Community Treasure Hunt

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

Start Hunting!