Report
Report
cessing (EE45GS)
Report on OFDM vs GFDM
o (.t1): The pulse shaping filter is generated according to the parameters specified in (.p1)
and (.p2);
o (.t2): The OFDM encoding is realized by the same function (.t) used for the GFDM encod-
ing. This is because OFDM is a special case of GFDM where M=1, every subcarrier is used
and the pulse shaping filter is rectangular in frequency domain. The following figure
shows how the OFDM encoding normally works:
o (.t3): A random set of symbols is generated for every block and mapped to QAM symbols.
The number of symbols is the number of chosen sub-carriers times the number of chosen
sub-symbols;
o (.t4): Because not all the sub-carriers and sub-symbols are used it is necessary to pad the
generated matrix with zeros in order to ensure that the encoding process works properly
o (.t5): A set of sub-carriers K and time slots M are encoded into the x[n] pulse through the
following pulse shaping operation:
o (.r1): This is a list of operations that account for the OFDM decoding, that is done using (.r)
for the same reason explained in (.t2). The OFDM decoding normally is done as follows:
o (.r5): The padding is removed from the resulting matrix and it is converted into serial form;
o (.r6): The guessed constellation points are mapped to symbols according to the appropri-
ate decision boundaries.
OFDM GFDM
Advantages Advantages
o Subcarriers are orthogonal and their spectral o Each GFDM block is made of K subcarriers
energy does not interfere with the system’s and M time slots. To each carrier and each
ability to recover the original signal. Orthog- time slots corresponds one symbol. The
onality is achieved efficiently using the in- spread of the resulting signal in time do-
verse Fourier transform (IFFT), that maps N main results into a compression in fre-
symbols to a sum of N sinusoids in time do- quency domain achieving better spectral
main that correspond to N orthogonal sub- efficiency;
carriers in frequency domain; o Tail biting is employed to remove the
o The receiver can decode the received signal need for additional guard intervals and to
back to frequency domain efficiently using a provide an efficient FFT implementation;
Fourier transform (FFT); o The insertion of a cyclic prefix in larger
o The Fourier transformations ensure the peri- blocks increases further spectral efficiency,
odicity of the waveform which reduces inter- while still allowing for efficient channel
ference. For example, a pulse shifted in time, equalization in the frequency domain;
corresponds in frequency domain to a fre- o There is flexibility as it is possible to set the
quency proportional phase shift/rotation. block dimensions appropriately and the
pulse shaping filter based on the transmis-
sion scenario.
Weaknesses Weaknesses
o The energy of the sidelobes of the compo- o It has a worse BER compared to OFDM if a
nents in frequency domain create interfer- matched filter is used at the receiver;
ence for adjacent subcarriers; o The transmitter and receiver are much
o The guard bands or the cyclic prefix can more complex to implement than OFDM
waste a lot of bandwidth; and the encoding process is slower.
o All the blocks employ the same subcarrier
spacing. There is no flexibility for different
applications;
o Synchronization is problematic.
5G standards, aims and implementation challenges
5G aims to implement network architectures that are programmable, flexible, have lower com-
plexity and more efficient operations and allow for faster development and deployment of ser-
vices. These networks need to be able to support richer services in many different sectors with
different requirements such as gaming, health care, autonomous ride-hailing etc. 5G achieves
programmability through VNF (virtualization on network functions), SDN (Software defined net-
working) and network slicing, allowing operators to manage and orchestrate their networks at
different levels (core network, access network and UE). In general, 5G aims to support high data
rates, low latency (1ms), mobility, connection density, energy efficiency, spectrum efficiency and
area traffic capacity. The main focus of this project is to show some solutions for implementing a
communication system at the physical layer while keeping in mind the 5G requirements. A com-
munication system is composed of an efficient transmitter, that encodes messages into appropri-
ate waveforms (such as OFDM, GFDM, FBMC etc.) that can be conveyed through different types
of channels affected by different types of distortions such as fading and interference and then de-
coded correctly and efficiently back to the original data by a matched receiver.