<< Chapter < Page | Chapter >> Page > |
To solve [link] Sanathanan and Koerner defined the same linear system from [link] with the same matrix and vector definitions. However the scalar terms used in the matrix and vectors reflect the presence of the weighting function in as follows,
Then, given an initial definition of , at the -th iteration one sets
and solves [link] using as defined above until a convergence criterion is reached. Clearly, solving [link] using [link] is equivalent to solving a series of weighted least squares problems where the weighting function consists of the estimated values of from the previous iteration. This method is similar to a time-domain method proposed by Steiglitz and McBride [link] , presented later in this chapter.
The methods by Levy and Sanathanan and Koerner did arise from an analog analysis problem formulation, and cannot therefore be used directly to design digital filters. However these two methods present important ideas that can be translated to the context of filter design. In 1978 M. Sid-Ahmed, A. Chottera and G. Jullien followed on these two important works and adapted [link] the matrix and vectors used by Levy to account for the design of IIR digital filters, given samples of a desired frequency response. Consider the frequency response defined in [link] . In parallel with Levy's development, the corresponding equation error can be written as
One can follow a similar differentiation step as Levy by setting
with as defined in [link] . Doing so results in a linear system of the form
where the vectors and are given by
The matrix has a special structure given by
where and are symmetric Toeplitz matrices of order and respectively, and their first row is given by
Matrix has order and has the property that elements on a given diagonal are identical (i.e. ). Its entries are given by
The parameters are given by
The rest of the algorithm works the same way as Levy's. For a solution error approach, one must weight each of the parameters mentioned above with the factor from [link] as in the SK method.
There are two important details worth mentioning at this point: on one hand the methods discussed up to this point (Levy, SK and Sid-Ahmed et al.) do not put any limitation on the spacing of the frequency samples; one can sample as fine or as coarse as desired in the frequency domain. On the other hand there is no way to decouple the solution of both numerator and denominator vectors. In other words, from [link] and [link] one can see that the linear systems that solve for vector solve for all the variables in it. This is more of an issue for the iterative methods (SK&Sid-Ahmed), since at each iteration one solves for all the variables, but for the purposes of updating one needs only to keep the denominator variables (they get used in the weighting function); the numerator variables are never used within an iteration (in contrast to Burrus' Prony-based method presented in [link] ). This approach decouples the numerator and denominator computation into two separate linear systems. One only needs to compute the denominator variables until convergence is reached, and only then it becomes necessary to compute the numerator variables. Therefore most of the iterations solve a smaller linear system than the methods involved up to this point.
Notification Switch
Would you like to follow the 'Iterative design of l_p digital filters' conversation and receive update notifications?