Altera_Forum
Honored Contributor
16 years agoOfmd modulator: IFFT
Hi All.
I am realizing an Ofmd modulator. I have a problem with zero padding of the IFFT. http://www.alteraforum.com/images/smilies/confused.gif I decide to use the FFT MegaCore Function v9.0. I have 1536 samples and I choose a 2048 samples IFFT. Now, how I have to do zero padding? I think it depends from 1) the input data mode that I choose in FFT MegaCore (natural, bit reversed, DC centred) 2) my samples order. They are DC-centered because they corresponding to carriers from (-768 to 768) excluding 0, that is DC carrier. In that case where have I to put zeros? Moreover from FFT MegaCore User Guide: what does it mean that the signal is in "natural order", "bit-reversed" or "DC centred? And if I pass to the IFFT Ip core a signal DC-centred and the output is in natural order, have I to re-order samples in DC-centred order before transmission? I hope someone can explain me, sorry if I was a bit confusing.