Data width requirements for IFFT



Hello,

I have a doubt regarding the data widths for input and outputs of
IFFT.

If i am doing unscaled fixed point FFT, then the output data width
= log2N+1 + input data width.

similarly... how are these related for IFFT.

Thanks in advance.

Regards,
J.Anil Kumar.

.



Relevant Pages

  • Re: FIR EQ questions (simple ones)
    ... > Reading up on making FIRs by using the IFFT approach. ... > frequency shape then do the inverse FFT, ... Just FFT / ... where N is the FFT length, L the filter impulse response length, and M ...
    (comp.dsp)
  • Re: Fast Convolution: does it matter whether I normalize to block length (N) in the FFT versus in th
    ... >> Right, but when I'm doing fast convolution, I'm multiplying the result ... >> iFFT, I would get only a factor of due to the iFFT. ... >> where my normalization is in the iFFT. ... >where FFT'{} is the "unproperly scaled" version of the FFT. ...
    (comp.dsp)
  • Re: Accuracy of FFT/iFFT on the C55x?
    ... I'm trying to implement a frequency-domain filter on the TI C55x and ... input and the coefficients, multiply them, and applies iFFT to get the ... I've check the FFT and complex multiplication routines and they seemed ... To simulate linear convolution, you need to pad with enough zeros to keep the snake's tail out of its mouth, then discard the wrapped beginning and end of the result. ...
    (comp.dsp)
  • Re: finding frequencies and their amplitude
    ... Turns out MATLAB defines their fft and ifft differently and actually using ... This will allow you to properly display the spectrum as I ... frequencies with the amplitude being split in half. ...
    (comp.dsp)
  • Re: FFT and IFFT
    ... and I want to interpolate them trigonometrically. ... Do I use FFT ... what matlab calls ifft seems to be what my book calls ... something wrong and my example only worked by coincidence. ...
    (comp.soft-sys.matlab)