|
From: | Nicholas Jankowski |
Subject: | Re: I have modified firls.m to include all types of FIRs plus HT and diff |
Date: | Wed, 17 May 2017 06:43:14 -0400 |
There's something else that's unclear to me: the function can be either:
firls(N, f, K), or
firls(N, f, A, 'fType'), or
firls(N, f, A, K, 'fType')
From the matlab docs I see:
b= firls(n,f,a)
b = firls(n,f,a,w)
b = firls(n,f,a,'ftype')
b = firls(n,f,a,w,'ftype')
So there's always an A. w is optional.
https://www.mathworks.com/help/signal/ref/firls.html
[Prev in Thread] | Current Thread | [Next in Thread] |