<< Chapter < Page | Chapter >> Page > |
Because we compute prime point DFTs by converting them in to circular convolutions, most of this and the next section is devotedto an explanation of the split nesting convolution algorithm. In this section we introduce the various operations neededto carry out the split nesting algorithm. In particular, we describe the prime factor permutationthat is used to convert a one-dimensional circular convolution into a multi-dimensional one.We also discuss the reduction operations needed when the Chinese Remainder Theorem for polynomials is usedin the computation of convolution. The reduction operations needed for the split nesting algorithmare particularly well organized. We give an explicit matrix description of the reduction operationsand give a program that implements the action of these reduction operations.
The presentation relies upon the notions of similarity transformations, companion matrices and Kronecker products.With them, we describe the split nesting algorithm in a manner that brings out its structure.We find that when companion matrices are used to describe convolution, the reduction operations block diagonalizesthe circular shift matrix.
The companion matrix of a monic polynomial, is given by
Its usefulness in the following discussion comes from the following relation which permits a matrix formulationof convolution. Let
Then
where , , and is the companion matrix of . In [link] , we say is the convolution of and with respect to . In the case of circular convolution, and is the circular shift matrixdenoted by ,
Notice that any circulant matrix can be written as .
Similarity transformations can be used to interpret the action of some convolution algorithms. If for some matrix ( and are similar, denoted ), then [link] becomes
That is, by employing the similarity transformation given by in this way, the action of is replaced by that of . Many circular convolution algorithms can be understood,in part, by understanding the manipulations made to and the resulting new matrix . If the transformation is to be useful, it must satisfy two requirements:(1) must be simple to compute, and (2) must have some advantageous structure. For example, by the convolution property of the DFT,the DFT matrix diagonalizes ,
so that it diagonalizes every circulant matrix. In this case, can be computed by using an FFT and the structure of is the simplest possible. So the two above mentioned conditions are met.
Notification Switch
Would you like to follow the 'Automatic generation of prime length fft programs' conversation and receive update notifications?