From: Alan on 10 May 2010 16:59 I have a power signal that is strictly positive. I'd like to low-pass filter it, retaining the positive property. I know I can use a simple moving average FIR filter with positive coefficients. e.g. B=[1 1 1 1], A=[4] but is there a cleverer way of designing such a filter?
|
Pages: 1 Prev: Eigenvector centrality Next: .mex compatibility across matlab releases |