<< Chapter < Page | Chapter >> Page > |
In 1976, S. Winograd [link] presented a new DFT algorithm which had significantly fewer multiplications than the Cooley-TukeyFFT which had been published eleven years earlier. This new Winograd Fourier Transform Algorithm (WFTA) is based on the type- one indexmap from Multidimensional Index Mapping with each of the relatively prime length short DFT's calculated by very efficient special algorithms. It isthese short algorithms that this section will develop. They use the index permutation of Rader described in the another module toconvert the prime length short DFT's into cyclic convolutions. Winograd developed a method for calculating digital convolution withthe minimum number of multiplications. These optimal algorithms are based on the polynomial residue reduction techniques of Polynomial Description of Signals: Equation 1 to break the convolution into multiple small ones [link] , [link] , [link] , [link] , [link] , [link] .
The operation of discrete convolution defined by
is called a bilinear operation because, for a fixed , is a linear function of and for a fixed it is a linear function of . The operation of cyclic convolution is the same but with all indices evaluated modulo .
Recall from Polynomial Description of Signals: Equation 3 that length-N cyclic convolution of and can be represented by polynomial multiplication
This bilinear operation of [link] and [link] can also be expressed in terms of linear matrix operators and a simpler bilinearoperator denoted by which may be only a simple element-by-element multiplication of the two vectors [link] , [link] , [link] . This matrix formulation is
where , and are length-N vectors with elements of , and respectively. The matrices and have dimension x , and is x with . The elements of , , and are constrained to be simple; typically small integers or rational numbers. It will be thesematrix operators that do the equivalent of the residue reduction on the polynomials in [link] .
In order to derive a useful algorithm of the form [link] to calculate [link] , consider the polynomial formulation [link] again. To use the residue reduction scheme, the modulus is factored into relatively prime factors. Fortunately the factoringof this particular polynomial, , has been extensively studied and it has considerable structure. When factored over the rationals,which means that the only coefficients allowed are rational numbers, the factors are called cyclotomic polynomials [link] , [link] , [link] . The most interesting property for our purposes is that most of the coefficients of cyclotomic polynomialsare zero and the others are plus or minus unity for degrees up to over one hundred. This means the residue reduction will generallyrequire no multiplications.
The operations of reducing and in [link] are carried out by the matrices and in [link] . The convolution of the residue polynomials is carried out by the operator and the recombination by the CRT is done by the matrix. More details are in [link] , [link] , [link] , [link] , [link] but the important fact is the and matrices usually contain only zero and plus or minus unity entries and the matrix only contains rational numbers. The only general multiplications are those represented by . Indeed, in the theoretical results from computational complexity theory,these real or complex multiplications are usually the only ones counted. In practical algorithms, the rational multiplicationsrepresented by could be a limiting factor.
Notification Switch
Would you like to follow the 'Fast fourier transforms' conversation and receive update notifications?