Low-Pass Filter Coefficients

2 views (last 30 days)
Daniel Navarro
Daniel Navarro on 12 May 2015
How can I write a function that computes low-pass filter coefficients using the rectangular window? Using Thetac as the cutoff frequency in radians and nc as the number of coefficients. So far I have:
function h = lowpassfiltercoefs ( thetac, nc)
, I do not know how to continue.

Answers (0)

Community Treasure Hunt

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

Start Hunting!