<< Chapter < Page | Chapter >> Page > |
Polynomials are important in digital signal processing because calculating the DFT can be viewed as a polynomial evaluationproblem and convolution can be viewed as polynomial multiplication [link] , [link] . Indeed, this is the basis for the important results of Winograd discussed in Winograd’s Short DFT Algorithms . A length-N signal will be represented by an degree polynomial defined by
This polynomial is a single entity with the coefficients being the values of . It is somewhat similar to the use of matrix or vector notation to efficiently represent signals whichallows use of new mathematical tools.
The convolution of two finite length sequences, and , gives an output sequence defined by
where for . This is exactly the same operation as calculating the coefficients whenmultiplying two polynomials. Equation [link] is the same as
In fact, convolution of number sequences, multiplication of polynomials, and the multiplication of integers (except for thecarry operation) are all the same operations. To obtain cyclic convolution, where the indices in [link] are all evaluated modulo , the polynomial multiplication in [link] is done modulo the polynomial . This is seen by noting that mod , therefore, and the polynomial modulus is .
Residue reduction of one polynomial modulo another is defined similarly to residue reduction for integers. A polynomial has a residue polynomial modulo ) if, for a given and , a and exist such that
with . The notation that will be used is
For example,
The concepts of factoring a polynomial and of primeness are an extension of these ideas for integers. For a givenallowed set of coefficients (values of ), any polynomial has a unique factored representation
where the are relatively prime. This is analogous to the fundamental theorem of arithmetic.
There is a very useful operation that is an extension of the integer Chinese Remainder Theorem (CRT) which says that if themodulus polynomial can be factored into relatively prime factors
then there exist two polynomials, and , such that any polynomial can be recovered from its residues by
where and are the residues given by
and
if the order of is less than . This generalizes to any number of relatively prime factors of and can be viewed as a means of representing by several lower degree polynomials, .
This decomposition of into lower degree polynomials is the process used to break a DFT or convolution into several simpleproblems which are solved and then recombined using the CRT of [link] . This is another form of the “divide and conquer" or “organize and share"approach similar to the index mappings in Multidimensional Index Mapping .
One useful property of the CRT is for convolution. If cyclic convolution of and is expressed in terms of polynomials by
Notification Switch
Would you like to follow the 'Fast fourier transforms' conversation and receive update notifications?