matlab | Getting FIR filter coefficients from transfer function

matlab | Getting FIR filter coefficients from transfer function

瀏覽:454
日期:2025-09-26
Hi all, I'm trying to implement a low pass filter on a microcontroller, getting coefficients in MATLAB. I have the transfer function in s-domain, so I am using bilinear() to get the coefficients. This gives num and den (a and b coefficients) for an IIR im...看更多