<< Chapter < Page Chapter >> Page >
This collection of modules is from a Rice University, ECE Department Technical Report written around September 1994. It grew out of the doctoral and post doctoral research of Ivan Selesnick working with Prof. C. Sidney Burrus at Rice. Earlier reports on this work were published in the ICASSP and ISCAS conference proceedings in 1992-94 and a fairly complete report was published in the IEEE Transaction on Signal Processing in January 1996.

Bilinear forms for circular convolution

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 - 1 . 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.

The scalar toom-cook method

First we consider the linear convolution of two n point sequences. Recall thatthe linear convolution of h and x can be represented by a matrix vector product.When n = 3 :

h 0 h 1 h 0 h 2 h 1 h 0 h 2 h 1 h 2 x 0 x 1 x 2

This linear convolution matrix can be written as h 0 H 0 + h 1 H 1 + h 2 H 2 where H k are clear.

The product k = 0 n - 1 h k H k x can be found using the Toom-Cook algorithm, an interpolation method.Choose 2 n - 1 interpolation points, i 1 , , i 2 n - 1 , and let A and C be matrices given by

A = i 1 0 i 1 n - 1 i 2 n - 1 0 i 2 n - 1 n - 1 and C = i 1 0 i 1 2 n - 2 i 2 n - 1 0 i 2 n - 1 2 n - 2 - 1 .

That is, A is a degree n - 1 Vandermonde matrix and C is the inverse of the degree 2 n - 2 Vandermonde matrix specified by the same points specifying A . With these matrices, one has

k = 0 n - 1 h k H k x = C A h * A x

where * denotes point by point multiplication. The terms A h and A x are the values of H ( s ) and X ( s ) at the points i 1 , i 2 n - 1 . The point by point multiplication gives thevalues Y ( i 1 ) , , Y ( i 2 n - 1 ) . The operation of C obtains the coefficients of Y ( s ) from its values at these points of evaluation. This is the bilinear formand it implies that

H k = Cdiag ( A e k ) A .

If n = 2 , then equations [link] and [link] give

h 0 0 h 1 h 0 0 h 1 x = C A h * A x

When the interpolation points are 0, 1,and - 1 ,

A = 1 0 1 1 1 - 1 and C = 1 0 0 0 . 5 - . 5 - 1 . 5 . 5

However, A and C do not need to be Vandermonde matrices as in [link] . For example, see the two point linear convolution algorithmin the appendix. As long as A and C are matrices such that H k = Cdiag ( A e k ) A , then the linear convolution of x and h is given by the bilinear form y = C { A h * A x } . More generally, as long as A , B and C are matrices satisfying H k = Cdiag ( B e k ) A , then y = C { B h * A x } computes the linear convolution of h and x . For convenience, if C { A h * A x } computes the n point linear convolution of h and x (both h and x are n point sequences), then we say “ ( A , B , C ) describes a bilinear form for n point linear convolution."

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Automatic generation of prime length fft programs. OpenStax CNX. Sep 09, 2009 Download for free at http://cnx.org/content/col10596/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Automatic generation of prime length fft programs' conversation and receive update notifications?

Ask