<< Chapter < Page | Chapter >> Page > |
A basic technique in fast algorithms for convolution is that of interpolation.That is, two polynomials are evaluated at some common points and these values are multiplied [link] , [link] , [link] . By interpolating these products,the product of the two original polynomials can be determined. In the Winograd short convolution algorithms, this techniqueis used and the common points of evaluation are the simple integers, 0, 1, and . Indeed, the computational savings of the interpolation techniquedepends on the use of special points at which to interpolate. In the Winograd algorithm the computational savingscome from the simplicity of the small integers. (As an algorithm for convolution, the FFT interpolates over theroots of unity.) This interpolation method is often called the Toom-Cook methodand it is given by two matrices that describe a bilinear form.
We use bilinear forms to give a matrix formulation of the split nesting algorithm.The split nesting algorithm combines smaller convolution algorithms to obtain algorithms for longer lengths.We use the Kronecker product to explicitly describe the way in which smaller convolution algorithms are appropriately combined.
First we consider the linear convolution of two point sequences. Recall thatthe linear convolution of and can be represented by a matrix vector product.When :
This linear convolution matrix can be written as where are clear.
The product can be found using the Toom-Cook algorithm, an interpolation method.Choose interpolation points, , and let and be matrices given by
That is, is a degree Vandermonde matrix and is the inverse of the degree Vandermonde matrix specified by the same points specifying . With these matrices, one has
where denotes point by point multiplication. The terms and are the values of and at the points . The point by point multiplication gives thevalues . The operation of obtains the coefficients of from its values at these points of evaluation. This is the bilinear formand it implies that
However, and do not need to be Vandermonde matrices as in [link] . For example, see the two point linear convolution algorithmin the appendix. As long as and are matrices such that , then the linear convolution of and is given by the bilinear form . More generally, as long as , and are matrices satisfying , then computes the linear convolution of and . For convenience, if computes the point linear convolution of and (both and are point sequences), then we say “ describes a bilinear form for point linear convolution."
Notification Switch
Would you like to follow the 'Automatic generation of prime length fft programs' conversation and receive update notifications?