Electrical – Why the OFDM symbol length is the total number of original modulated symbol, but not one symbol length

Modulationsignal

Recently, I am learning the principle of OFDM, and the reference is http://defenseelectronicsmag.com/site-files/defenseelectronicsmag.com/files/archive/rfdesign.com/images/archive/0101Puegel30.pdf.

Everything is reasonable untill page 3 at the left and middle column.

The IFFT takes in N symbols
at a time where N is the number of
subcarriers in the system. Each of
these N input symbols has a symbol
period of T seconds.

Then, in expectation, the output of the IFFT, aka a OFDM symbol, should be combined with N symbols that are arranged to N orthogonal sinusoids. That is, a OFDM symbol with period of T seconds. However, at the middle column, the description is out of my expectation.

The block of N
output samples from the IFFT make
up a single OFDM symbol. The length
of the OFDM symbol is NT where T is
the IFFT input symbol period mentioned
above.

Why the OFDM symbol period is N*T but not just T? A simple example in my understanding will be:

enter image description here

If it is, then the OFDM should not have the higher transmission rate or speed, because it costs the transmission time the same with the original modulation method that without the OFDM modulation.

Best Answer

Your understanding of what the IDFT does is simply wrong!

you don't get

symbol1 symbol2 symbol3 … symbolN

one after another in time domain, you get all these symbols modulating the complex sinusoid, added up.

If it is, then the OFDM should not have the higher transmission rate or speed, because it costs the transmission time the same with the original modulation method that without the OFDM modulation.

That however is still true: OFDM doesn't "cheat" physics. You take a channel of bandwidth \$B\$, divide it into \$N\$ channels of bandwidth \$\Delta f = \frac BN\$, and then you send \$N\$ data symbols at once. So, that's basically \$B\$ as a symbol rate (not accounting for sidelobes and empty carriers).

In a simple single carrier system with the same pulse shape (sinc), you'd get \$1\$ symbol with a rate of \$B\$. The same rate.

So, OFDM doesn't increase the amount of data you can send over one channel inherently.

What it does, however, is split the channel into subchannels, which then are easier to equalize. That's the main thing there is to multicarrier systems like OFDM: You reduce the (very hard!) problem of a wide, frequency-selective channel to \$N\$ easier problems of flat subcarriers. OFDM systems always pick their \$N\$ accordingly to make sure fading is flat within one subcarrier.