Difference between filter and conv in MATLAB - Stack ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
Difference between filter and conv in MATLAB - Stack ...
2011年12月6日 - filter can handle FIR and IIR systems, while conv takes two inputs and returns their convolution. So conv(h,x) and filter(h,1,x) would give the same ...