<< Chapter < Page | Chapter >> Page > |
A bilinear form for a prime length DFT can be obtained by making minor changes to a bilinear form for circular convolution.This relies on Rader's observation that a prime point DFT can be computed by computing a point circular convolution and by performing some extra additions [link] . It turns out that when the Winograd or the split nestingconvolution algorithm is used, only two extra additions are required.After briefly reviewing Rader's conversion of a prime length DFT in to a circular convolution,we will discuss a bilinear form for the DFT.
To explain Rader's conversion of a prime point DFT into a point circular convolution [link] we recall the definition of the DFT
with . Also recall that a primitive root of is an integer such that maps the integers to the integers . Letting and , where is theinverse of modulo , the DFT becomes
for . The `DC' term fis given by By defining new functions
which are simply permuted versions of the original sequences, the DFT becomes
for . This equation describes circular convolution and thereforeany circular convolution algorithm can be used to compute a prime length DFT.It is only necessary to (i) permute the input, the roots of unityand the output, (ii) add to each term in [link] and (iii) compute the DC term.
To describe a bilinear form for the DFT we first define a permutation matrix for the permutation above. If is a prime and is a primitive root of , then let be the permutation matrix defined by
for where is the standard basis vector. Let the be a point vector of the roots of unity:
If is the inverse of modulo (that is, modulo ) and , then the circular convolution of [link] can be computed with the bilinear form of [link] :
This bilinear form does not compute , the DC term. Furthermore, it is still necessary to add the term to each of the elements of [link] to obtain .
The computation of turns out to be very simple when the bilinear form [link] is used to compute the circular convolution in [link] . The first element of in [link] is the residue modulo the polynomial , that is, the first element of this vector is the sum of the elements of . (The first row of the matrix, , representing the reduction operation is a row of 1's, and the matrices and are permutation matrices.) Therefore, the DC term can be computed by adding the first element of to . Hence, when the Winograd or split nesting algorithm is used to perform thecircular convolution of [link] , the computation of the DC term requires only one extra complex addition for complex data.
The addition to each of the elements of [link] also requires only one complex addition. By adding to the first element of in [link] and applying to the result, is added to each element. (Again, this is because the first column of is a column of 1's, and the matrices , and are permutation matrices.)
Although the DFT can be computed by making these two extra additions, this organization of additions does not yield a bilinear form.However, by making a minor modification, a bilinear form can be retrieved. The method described above can be illustrated in [link] with .
Clearly, the structure highlighted in the dashed box can be replaced by the structure in [link] .
By substituting the second structure for the first, a bilinear form is obtained.The resulting bilinear form for a prime length DFT is
where , , and where is the matrix with the form
and is the matrix with the form
Notification Switch
Would you like to follow the 'Automatic generation of prime length fft programs' conversation and receive update notifications?