<< Chapter < Page Chapter >> Page >

This can also be written to generate the square partitions of the impulse response matrix by

H n = K H n - 1 for n 2

with initial conditions given by

H 1 = K A 0 - 1 B 0 + A 0 - 1 B 1

ane K = - A 0 - 1 A 1 . This recursively generates square submatrices of H similar to those defined in [link] and [link] and shows the basic structure of the dynamic system.

Next, we develop the recursive formulation for a general input as described by the scalar difference equation [link] and in matrix operator form by

1 0 0 0 a 1 1 0 a 2 a 1 1 a 3 a 2 a 1 0 a 3 a 2 y 0 y 1 y 2 y 3 y 4 = b 0 0 0 0 b 1 b 0 0 b 2 b 1 b 0 0 b 2 b 1 0 0 b 2 x 0 x 1 x 2 x 3 x 4

which, after substituting the definitions of the sub matrices and assuming the block length is larger than the order of the numerator or denominator,becomes

A 0 0 0 0 A 1 A 0 0 0 A 1 A 0 y ̲ 0 y ̲ 1 y ̲ 2 = B 0 0 0 0 B 1 B 0 0 0 B 1 B 0 x ̲ 0 x ̲ 1 x ̲ 2 .

From the partitioned rows of [link] , one can write the block recursive relation

A 0 y ̲ n + 1 + A 1 y ̲ n = B 0 x ̲ n + 1 + B 1 x ̲ n

Solving for y ̲ n + 1 gives

y ̲ n + 1 = - A 0 - 1 A 1 y ̲ n + A 0 - 1 B 0 x ̲ n + 1 + A 0 - 1 B 1 x ̲ n
y ̲ n + 1 = K y ̲ n + H 0 x ̲ n + 1 + H ˜ 1 x ̲ n

which is a first order vector difference equation [link] , [link] . This is the fundamental block recursive algorithm that implements the originalscalar difference equation in [link] . It has several important characteristics.

  • The block recursive formulation is similar to a state variable equation but the states are blocks or sections of the output [link] , [link] , [link] , [link] .
  • The eigenvalues of K are the poles of the original scalar problem raised to the N power plus others that are zero. The longer the block length, the “more stable" the filter is, i.e. the further the poles arefrom the unit circle [link] , [link] , [link] , [link] , [link] .
  • If the block length were shorter than the denominator, the vector difference equation would be higher than first order. There would be anon zero A 2 . If the block length were shorter than the numerator, there would be a non zero B 2 and a higher order block convolution operation. If the block length were one, the order of the vector equationwould be the same as the scalar equation. They would be the same equation.
  • The actual arithmetic that goes into the calculation of the output is partly recursive and partly convolution. The longer the block, the morethe output is calculated by convolution and, the more arithmetic is required.
  • It is possible to remove the zero eigenvalues in K by making K rectangular or square and N by N This results in a form even more similar to a state variable formulation [link] , [link] . This is briefly discussed below in section 2.3.
  • There are several ways of using the FFT in the calculation of the various matrix products in [link] and in [link] and [link] . Each has some arithmetic advantage for various forms and orders of the originalequation. It is also possible to implement some of the operations using rectangular transforms, number theoretic transforms, distributedarithmetic, or other efficient convolution algorithms [link] , [link] , [link] , [link] , [link] , [link] .
  • By choosing the block length equal to the period, a periodically time varying filter can be made block time invariant. In other words, all thetime varying characteristics are moved to the finite matrix multiplies which leave the time invariant properties at the block level. This allowsuse of z-transform and other time-invariant methods to be used for stability analysis and frequency response analysis [link] , [link] . It also turns out to be related to filter banks and multi-rate filters [link] , [link] , [link] .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fast fourier transforms. OpenStax CNX. Nov 18, 2012 Download for free at http://cnx.org/content/col10550/1.22
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fast fourier transforms' conversation and receive update notifications?

Ask