Guest
i understand that representing large number of twiddle factors that are required in a fft with large number of points is an issue when using fixed point scheme. To my understanding (which could be very wrong as i am new to this),the issue is large dynamic range that is needed to represent real and imaginary parts of the complex numbers. Would the use of polar form to represent them solve this problem, as for all twiddle factors, the absolute value will be one and the argument will change from 0 to 360? (or should the argument be specified in radians always?)