i just don’t understand how to perform a FFT on two polynomials such as X^2+1 and X+1…can anyone step by step go through the process with me?
Thanks very much
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just use your polynomial coefficients as input for fft:
Note: this means x^2+1
This is the result. Interpret as x^3+x^2+x+1, which is the product of the two polynomials.