Low-Pass Filter Coefficients
Show older comments
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)
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!