The Fft constructor. The parameter is the size of data sets that fft and ifft will operate on. I will refer to this number as n in the rest of the documentation for this class.Tables used in fft and ifft are calculated in the constructor.
See Implementation
The Fft constructor. The parameter is the size of data sets that fft and ifft will operate on. I will refer to this number as n in the rest of the documentation for this class.Tables used in fft and ifft are calculated in the constructor.