Question: The FFT algorithm we described in this lecture is limited to polynomials with 2k coefficients for some integer k. Of course, we can always

The FFT algorithm we described in this lecture is limited to polynomials 

The FFT algorithm we described in this lecture is limited to polynomials with 2k coefficients for some integer k. Of course, we can always pad the coefficient vector with zeros to force it into this form, but this padding artificially inflates the input size, leading to a slower algorithm than necessary. Describe and analyze a similar DFT algorithm that works for polynomials with 3k coefficients, by splitting the coefficient vector into three smaller vectors of length 3k-1, recursively computing the DFT of each smaller vector, and correctly combining the results.

Step by Step Solution

3.58 Rating (169 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer Given two polynomial Ax and Bx find the product Cx AxBx There is already an O naive approach to solve this problem here This approach uses the coefficient form of the polynomial to calculate th... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

635e00df52b42_180660.pdf

180 KBs PDF File

Word file Icon

635e00df52b42_180660.docx

120 KBs Word File

Students Have Also Explored These Related Computer Network Questions!