Demodulate using OFDM method
The OFDMDemodulator
object demodulates
using the orthogonal frequency division demodulation method. The output
is a baseband representation of the modulated signal, which was input
into the OFDMModulator
companion object.
To demodulate an OFDM signal:
Define and set up the OFDM demodulator object. See Construction.
Call step
to demodulate a signal
according to the properties of comm.OFDMDemodulator
.
The behavior of step
is specific to each object in
the toolbox.
Note
Starting in R2016b, instead of using the step
method
to perform the operation defined by the System object™, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
H = comm.OFDMDemodulator
creates a demodulator System object, H
,
that demodulates an input signal by using the orthogonal frequency
division demodulation method.
H = comm.OFDMDemodulator(
creates
an OFDM demodulator object, Name
,Value
)H
, with each specified
property set to the specified value. You can specify additional name-value
pair arguments in any order as (Name1
,Value1
,...,NameN
,ValueN
).
H = comm.OFDMDemodulator(hMod)
creates
an OFDM demodulator object, H
, whose properties
are determined by the corresponding OFDM modulator object, hMod
.
|
The length of the FFT, NFFT,
is equivalent to the number of subcarriers used in the modulation
process. Specify the number of subcarriers. The default is |
|
The number of guard band subcarriers allocated to the left and right guard bands. Specify the number of left and right subcarriers as nonnegative
integers in [0,NFFT/ |
|
A |
|
A |
|
If the |
|
The cyclic prefix length property specifies the length of the
OFDM cyclic prefix. If you specify a scalar, the prefix length is
the same for all symbols through all antennas. If you specify a row
vector of length Nsym, the
prefix length can vary across symbols but remains the same length
through all antennas. The default value is |
|
This property specifies the number of symbols, Nsym.
Specify Nsym as a positive
integer. The default value is |
|
This property determines the number of antennas, NR,
used to receive the OFDM modulated signal. Specify NR as
a positive integer. The default value is |
info | Provide dimensioning information for the OFDM method |
reset | Reset states of the OFDMDemodulator System object |
showResourceMapping | Show the subcarrier mapping of the OFDM symbols created by the OFDM demodulator System object |
step | Demodulate using OFDM method |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
The Orthogonal Frequency Division Modulation (OFDM) Demodulator System object demodulates an OFDM input signal by using an FFT operation that results in N parallel data streams.
The figure shows an OFDM demodulator. It consists of a bank of N correlators with one assigned to each OFDM subcarrier followed by a parallel-to-serial conversion.
There are three types of OFDM subcarriers: data, pilot, and null. Data subcarriers are used for transmitting data while pilot subcarriers are used for channel estimation. There is no transmission on null subcarriers, which are used to provide a DC null as well as to provide buffers between OFDM resource blocks. These buffers are referred to as guard bands whose purpose is to prevent inter-symbol interference. The allocation of nulls and guard bands varies depending upon the standard, e.g., 802.11n differs from LTE. Consequently, the OFDM modulator object allows the user to assign subcarrier indices as required.
Analogous to the concept of guard bands, the OFDM modulator object supports guard intervals that provide temporal separation between OFDM symbols so that the signal does not lose orthogonality due to time-dispersive channels. As long as the guard interval is longer than the delay spread, each symbol does not interfere with other symbols. Guard intervals are created by using cyclic prefixes in which the last part of an OFDM symbol is copied and inserted as the first part of the OFDM symbol. The benefit of cyclic prefix insertion is maintained as long as the span of the time dispersion does not exceed the duration of the cyclic prefix. The OFDM modulator object enables the cyclic prefix length to be set. The drawback in using a cyclic prefix is increased overhead.
[1] Dahlman, E., S. Parkvall, and J. Skold. 4G LTE/LTE-Advanced for Mobile Broadband.London: Elsevier Ltd., 2011.
[2] Andrews, J. G., A. Ghosh, and R. Muhamed, Fundamentals of WiMAX, Upper Saddle River, NJ: Prentice Hall, 2007.
[3] I. E. E. E., “IEEE Standard 802.16TM-2009.”