digital lowpass filter using Kaiser and Hamming window

4 views (last 30 days)
Could you design a digital lowpass filter using Kaiser and Hamming window methods with the following specifications:
- Passband edge frequency 𝜔𝑝 = 0.25𝜋
- Stopband edge frequency 𝜔𝑠 = 0.35𝜋
- Peak approximation error 𝛿 should be less than -50dB
Please implement the digital filter in MATLAB and plot and analyze the impulse response, magnitude response and phase response of the filters. Verify the performance of the digital filters by applying a signal. If you can help I will be very pleased.

Answers (1)

Star Strider
Star Strider on 2 Jun 2023
Yes, I could.
If you want to design one as well, use the fir1 functon. I also recommend the See Also section of the documentation.

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!