Re: Tough problem...



This situation occurs in FFT, when the length of the FFT goes in to
million of points. The sin and cos functions become inaccurate when
the i in sin(i*arg) goes in to millions.

Which FFT implementation are you using?
IIRC in FFT implementations like the "butterfly" you only need sin/cos values (tables) for fractions of PI.

Eric
.


Quantcast