Low-Pass Filter Coefficients
Mostrar comentarios más antiguos
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.
Respuestas (0)
Categorías
Más información sobre Digital Filter Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!