Forum Discussion
Altera_Forum
Honored Contributor
17 years agoOFDM using DSP Builder
Hi, I'm trying to implement a simplistic (4 channel) QPSK OFDM transmitter/receiver using Altera's DSP Builder and Megacore IP in Simulink. Let me just mention that I have very basic knowl...
Altera_Forum
Honored Contributor
17 years agoYou simply need to go back to:
Channel 1: 11 Channel 2: 00 Channel 3: 10 Channel 4: 11 Instead of the +0.7071 and -0.7071 values, you may transmit the 1 and 0 values to the FFT engine. If you don't have pilot tones and you need only to transmit your payload data, that is simply what you need to do. Of course the output scaling can be done by choosing the appropriate output dynamic range and pushing the maximum and minimum binary values into the FFT engine instead of 1 and 0.