You are on page 1of 7

Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)

IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

Evaluating OFDM Performance under Carrier


Frequency Offset Effects
J. K. Aneesh Roghaan,

Dept. of ECE, College of Engineering Guindy,

Anna University, Chennai 600025, Tamil Nadu, India

aneeshroghaan@gmail.com
2023 2nd International Conference on Edge Computing and Applications (ICECAA) | 979-8-3503-4757-9/23/$31.00 ©2023 IEEE | DOI: 10.1109/ICECAA58104.2023.10212403

Abstract: Orthogonal Frequency Division Multiplexing


(OFDM), first created in the 1960s for military use,
The purpose of this study is to evaluate how Orthogonal
rose to prominence in later decades as a result of its
Frequency Division Multiplexing (OFDM) systems
function when their carrier frequency offset is fixed or effective inter-symbol interference (ISI) and multipath
random. The effect of carrier frequency offset on fading mitigation. This made it a good option for high
subcarrier orthogonality and the ensuing inter-carrier data rate transmission in a variety of applications,
interference (ICI) are investigated through simulation including wireless local area networks (WLANs), 4G
using MATLAB. The results show that, even in the LTE, and 5G wireless systems, as well as digital music
presence of a high signal-to-noise ratio (S NR), a small and video broadcasts. With improvements in digital
frequency offset can cause a significant decline in bit signal processing and a rising demand for high-speed
error rate (BER). The BER vs S NR plot demonstrates data transmission, OFDM was widely used and was a
that even a slight increase in the carrier frequency offset,
success. Being able to split a high-speed data stream
such as 0.25, negatively affects the BER vs S NR curve.
Moreover, for a frequency offset of 0.5, the BER vs S NR into numerous lower-speed substreams and transmit
curve becomes a flat line, indicating no improvement in them in simultaneously using orthogonal subcarriers
S NR. These findings emphasize the critical role of was what made OFDM unique. This parallel gearbox
managing carrier frequency offset in OFDM systems to strategy increased spectrum efficiency and enhanced
maintain performance and mitigate interference. system functionality. Due to this, OFDM became the
modulation method of choice in a variety of wireless
Keywords: OFDM, Carrier Frequency offset, Bit Error
Rate, S ignal to Noise Ratio, communication systems for providing dependable and
high-capacity transmission.
I. INTRODUCTION:
The fundamental concept of OFDM revolved
Orthogonal Frequency Division Multiplexing around the use of orthogonal subcarriers, which were
(OFDM) was a widely adopted modulation technique narrowband frequency channels spaced apart at precise
in modern wireless communication systems. intervals. These subcarriers were typically modulated
using a digital modulation scheme, such as Quadrature
Amplitude Modulation (QAM) or Phase Shift Keying
(PSK), allowing multiple data symbols to be
transmitted simultaneously across the frequency
spectrum. The main advantage of OFDM lay in its
ability to combat the effects of frequency-selective
fading channels. The parallel transmission of
subcarriers allowed each subcarrier to experience a flat
fading channel, ensuring that the transmitted data was
received reliably. This was achieved by leveraging the
orthogonality property of the subcarriers, which
guaranteed minimal interference between them.

Orthogonal Frequency Division Multiplexing


(OFDM) offers efficient bandwidth utilization in
communication systems. By dividing the available
spectrum into multiple orthogonal subcarriers, OFDM
Fig1. Applications of OFDM allows simultaneous transmission of data across
different frequencies. This enables efficient use of the
available bandwidth and maximizes the overall data

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1127


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

rate. Each subcarrier in OFDM is narrowband, and the Due to its effectiveness in preventing frequency-
subcarriers are carefully spaced to avoid interference selective fading and achieving high spectral efficiency,
between them. The orthogonality property of orthogonal frequency division multiplexing (OFDM)
subcarriers ensures that they do not interfere with each has become the dominant modulation scheme in
other, resulting in efficient bandwidth utilization contemporary wireless communication systems.
without sacrificing data integrity. OFDM's ability to However, the performance of OFDM was susceptible
mitigate the effects of frequency-selective fading to various impairments, among which carrier
further enhances its bandwidth utilization, making it a frequency offset posed a significant challenge. Carrier
popular choice for high-speed data transmission in frequency offset referred to the deviation of the carrier
various wireless communication standards. frequency at the receiver from the carrier frequency at
the transmitter, often caused by local oscillator
inaccuracies, Doppler shifts, or other factors. The
impact of carrier frequency offset on OFDM
performance had been extensively studied, as accurate
estimation and compensation of this offset were crucial
for maintaining reliable communication.
Understanding the effects of frequency offset on
OFDM performance was essential for designing robust
and efficient wireless systems.

Fig 2. Bandwidth utilization of OFDM

By carefully choosing the subcarrier frequencies


and their spacing, orthogonality was accomplished.
OFDM systems were able to effectively transfer the
data symbols from the time domain to the frequency
domain and vice versa by using the Inverse Fast Fig.3: Block representation of OFDM
Fourier Transform (IFFT) at the transmitter and the
Several crucial elements can be found in the block
Fast Fourier Transform (FFT) at the receiver. This diagram of an OFDM (Orthogonal Frequency Division
conversion enabled the receiver to demodulate the
Multiplexing) system as shown in figure 3. The data
individual subcarriers independently, effectively source provides the digital information to be
separating the transmitted symbols from each
transmitted. The Serial-to-Parallel Converter divides
subcarrier. The resilience of OFDM against multipath
the data into parallel streams, each representing a
fading and ISI was a result of the inherent guard
different subcarrier. Forward Error Correction (FEC)
interval (or cyclic prefix) that was added to each
adds redundancy through error correction codes. The
OFDM symbol. The guard interval acted as a buffer Mapper assigns symbols to each subcarrier using
between consecutive symbols, eliminating the ISI
modulation schemes like QAM or PSK. The parallel
caused by delayed echoes of the transmitted signal. symbol streams are transformed into time-domain
This ensured that the receiver could recover the
samples by the Inverse Fast Fourier Transform (IFFT).
transmitted symbols accurately, even in the presence of In order to reduce multipath fading and inter-symbol
multipath propagation. The need for larger data speeds
interference, cyclic prefix insertion adds a copy of the
and spectral efficiency have led to considerable last part of the OFDM symbol. The digital samples are
developments in OFDM over time. Several wireless
transformed into analogue signals for transmission by
communication technologies, including Wi-Fi (IEEE
the Digital-to-Analog Converter (DAC). RF
802.11a/g/n/ac/ax), Long Term Evolution (LTE), and
conversion, amplification, filtering, and mixing are all
the future 5G and beyond systems, had largely adopted
handled by the RF transceiver.
it.
The Channel represents the physical transmission
medium. The RF Receiver on the receiving end

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1128


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

transforms the RF signal into baseband analogue also discussed the use of pilot tones for frequency
signals. The analogue signals are transformed into offset estimation and presented simulation results
digital samples by the analog-to-digital converter comparing different methods. The importance of
(ADC). Cyclic Prefix Removal eliminates the cyclic accurate frequency offset estimation for maintaining
prefix to reveal the original OFDM symbol. The signal quality in OFDM systems was highlighted.
received time-domain samples are changed back to Additionally, the article discussed the use of multi-
frequency domain using the Fast Fourier Transform band OFDM for improved wireless communication.
(FFT). The Demapper decodes the symbols received
on each subcarrier. The Reverse Parallel-to-Serial It is discussed how sensitive OFDM systems
Converter converts the parallel streams back into a are to carrier frequency offsets and how to track and
serial format. The Decoder performs error correction correct for them using a time-frequency decision-
by decoding the received data using error correction feedback loop in [3]. Issue in OFDM systems, the
codes. Finally, the Data Sink represents the destination carrier frequency offset (CFO) and its impact on
of the received data. system performance is discussed [4], it also highlights
that while OFDM is resilient to multipath reflections,
Using MATLAB simulation, the purpose of this and it is sensitive to CFO, resulting in the degradation
study was to assess how well OFDM performed when of subcarrier orthogonality and a decline in system
there was a carrier frequency offset. To examine their performance. The author also emphasizes the
effects on important performance metrics like bit error importance of accurate frequency synchronization in
rate (BER) and signal-to-noise ratio (SNR), both fixed OFDM systems. [5] concentrates on CFO estimation
and random frequency offset scenarios were taken into for OFDM systems with time-varying DCO brought on
consideration. The receiver's fixed frequency offset by gain mode switch of the low noise amplifier. For
represented a consistent deviation from the purpose of estimating CFO, a blind algorith m
based on linear TV-DCO approximation is proposed. It
The objectives of the implementation is as follows: includes DCO compensation and power leakage
1. Examine how Orthogonal Frequency Division reduction. In simulations, the suggested LVD-EDE
Multiplexing (OFDM) systems perform with fixed and algorithm performs admirably, offering an alternative
random carrier frequency offset. strategy that doesn't rely on particular preambles or
2. Run simulations in MATLAB to determine how the training regimens.
carrier frequency offset, bit error rate (BER), and [6] emphasizes the sensitivity of OFDM to
signal-to-noise ratio (SNR) are related to one another. frequency offset and the potential loss of sub-carrier
3. Examine the data, and if there are any problems orthogonality caused by Doppler shift. To enhance the
keeping the subcarriers' orthogonality property, bit error rate (BER) performance, a new algorithm for
suggest a solution. estimating Doppler spread is proposed. Theoretical
analyses and simulations are conducted to showcase
II. LITERATURE SURVEY the benefits of this approach, particularly in indoor
[1] Discussed the problem of carrier environments. The introduction of a novel cyclic
frequency offset (CFO) and sampling frequency offset cumulative frequency offset estimator enhances the
(SFO) estimation in digital video broadcasting-cable performance of traditional OFDM systems, bringing
(DVB-C2) systems. The authors proposed a new them closer to an ideal state. With a focus on the
scheme for CFO and SFO estimation based on the use sensitivity of OFDM to Doppler frequency shift and
of scattered pilots (SPs) and edge pilots (EPs). They the ensuing risk of sub-carrier orthogonality
demonstrated that their suggested scheme degradation, [7] examines the performance of OFDM
outperformed two conventional ones with regard to of systems in high-speed railway communication
mean square error (MSE) and bit error rate (BER). The environments. A brand-new algorithm for estimating
MSE of the suggested system in the additive white Doppler spread is suggested in order to improve bit
Gaussian noise (AWGN) channel was also thoroughly error rate (BER) performance. Simulations and
examined in the article. The literature review suggested theoretical analysis show the advantages of this
that the proposed scheme was a promising solution for strategy in high-speed rail applications. The traditional
CFO and SFO estimation in DVB-C2 systems. [2] OFDM system is significantly improved and moved
Discuss the issue of frequency offset in OFDM closer to the ideal state thanks to the newly introduced
systems and its impact on signal quality. Various cyclic cumulative frequency offset estimator. [8]
methods were presented for estimating and focuses on estimating carrier frequency offset (CFO)
compensating for frequency offset, including time using training symbols and cyclic prefix (CP). It
domain and frequency domain approaches. The article focuses on the benefits of applying training symbol-
based estimation techniques. The study emphasises the

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1129


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

superior performance of training symbol-based CFO


estimation in an AWGN channel with additive white
Gaussian noise. The study recommends additional
research into the use of this technique in MIMO-
OFDM systems, taking a more comprehensive system
model into account. The research's positive findings
suggest the potential for improved CFO estimation
methods in upcoming MIMO-OFDM systems.

For OFDM systems based on CM signalling,


a novel low-complexity blind carrier frequency offset
(CFO) estimation scheme is presented in [9]. The Fig. a: Frequency Offset
channel's characteristics of slowly time-varying are
utilised in this scheme. On the basis of the signal
amplitudes from successive OFDM symbols , a cost
function is created. In scenarios involving frequency -
selective fading channels, narrow-band noise, and
changes in signal gain, the suggested scheme performs
better than existing methods. [10] Combines
orthogonal frequency division multiplexing (OFDM)
and offset spatial modulation (OSM) to take advantage
of their benefits. The performance of OSM-OFDM
systems over a multipath Rayleigh fading channel,
where inter-carrier interference (ICI) exists, is Fig. b: Frequency Offset
examined, as well as the effects of carrier frequency
1. Inter-Carrier Interference (ICI): CFO introduces a
offset (CFO). The bit-error rate (BER) of CFO-
phase shift between the different subcarriers in an
impaired OSM-OFDM is calculated theoretically in
OFDM system. As a result, the orthogonality between
this paper, and it is validated through simulations.
the subcarriers is compromised, leading to inter-carrier
III. IMPLEMENTATION interference. ICI causes degradation in the received
signal quality and can result in a higher bit error rate
Carrier frequency offset (CFO) refers to the (BER).
deviation of the carrier frequency used in an OFDM
system from its intended value. This deviation can 2. Symbol Interference: CFO causes each subcarrier's
occur due to various factors, such as Doppler shifts, symbol to experience a different phase shift. This
oscillator inaccuracies, or synchronization errors. The phase shift leads to inter-symbol interference (ISI)
effects of carrier frequency offset on OFDM signals within each OFDM symbol. ISI can distort the
can be summarized as follows: symbols, making it more challenging to accurately
decode them at the receiver. This results in a decrease
in the receiver's ability to recover the original
transmitted data.

3. Frequency Selective Fading: CFO introduces


frequency selectivity in the channel response, as
different subcarriers experience different phase shifts.
The frequency selectivity of the channel can result in
severe fading conditions for certain subcarriers,
leading to a non-uniform degradation in signal quality
across the frequency spectrum.

4. Increased Side Lobes: CFO can lead to increased


side lobes in the frequency domain representation of
the OFDM signal. These side lobes can interfere with
adjacent subcarriers, causing interference and reducing
the overall spectral efficiency of the system.

5. Performance Degradation: The cumulative effects of


ICI, ISI, frequency selective fading, and increased side

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1130


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

lobes due to CFO result in a degradation of the overall are generated for transmission and undergo 1/2 rate
system performance. The achievable data rate convolutional encoding. Next, the encoded bits are
decreases, and the system's robustness to noise and modulated using 16QAM modulation. The modulated
channel impairments decreases as well. symbols are reshaped for serial to parallel conversion
and then subjected to the inverse discrete Fourier
The formula for calculating the carrier frequency offset transform (IDFT) using the ifft function. Cyclic prefix
(F_offset) in an OFDM system can be expressed as addition is performed, followed by the simulation of a
follows: Rayleigh fading channel, addition of AWGN, and
F_offset = (Δφ) / (2πT) --- (1) zero-forcing equalization.

Where Δφ represents the phase difference between two The cyclic prefix is then removed, and various
consecutive received OFDM symbols and T is the frequency offsets are applied to the received signal.
symbol duration. The signal is converted from parallel to serial, and the
inverse operations are performed: discrete Fourier
Algorithm for the estimation of BER: transform (DFT) using fft, demodulation using
16QAM demodulation, and Viterbi decoding. Finally,
1. Set up the initial environment by clearing the
the bit error rate (BER) is calculated for different
command window, workspace, and closing all
frequency offset values and SNR levels. This
figures.
algorithm allows for the analysis and evaluation of an
2. Prompt the user to input the cyclic prefix OFDM system under different channel conditions and
duration (T_cp) and symbol duration
signal processing techniques. It demonstrates the key
(T_symbol).
steps involved in OFDM transmission, including
3. Define the OFDM parameters such as the
modulation, equalization, and decoding, while
SNR range, number of subcarriers (N), bits
considering factors such as cyclic prefix, channel
per subcarrier (b), and total number of OFDM
fading, and noise.
bits (n).
4. Calculate the cyclic prefix length (cp_len) IV. RESULTS AND DISCUSSION
based on the given T_cp and T_symbol. The plot comparing the bit error rate and the signal-to-
5. Generate random input bits (X) for noise ratio. A system using orthogonal frequency
transmission. division multiplexing (OFDM) performs significantly
6. Perform 1/2 rate convolutional encoding worse when the carrier frequency offset (CFO) is
using the specified constraint length (Clen) present. Intercarrier interference (ICI), which worsens
and generator polynomial (Cgen). the system's bit error rate (BER), results from it
7. Modulate the encoded bits using 16QAM causing the orthogonality between subcarriers to break
modulation (qammod). down. Particularly in high signal-to-noise ratio (SNR)
8. Reshape the modulated symbols for serial to ranges, a slight frequency offset can result in a sizable
parallel conversion (S to P). increase in the BER. This suggests that it is essential to
9. 9. Use the inverse fast Fourier transform (ifft) keep the transmitter and receiver's time and frequency
on the modulated symbols to apply the synchronisation precise in order to lessen the effects of
inverse discrete Fourier transform (IDFT). CFO.
10. Apply cyclic prefix addition, simulate a
Rayleigh fading channel, add AWGN, The BER vs SNR plot reveals important
perform zero-forcing equalization, remove the insights. It demonstrates that even a slight increase in
cyclic prefix, apply frequency offset, perform the carrier frequency offset, such as 0.25, has a
parallel to serial conversion (P to S), apply noticeable adverse impact on the BER vs SNR curve.
discrete Fourier transform (DFT) using the Furthermore, when the frequency offset reaches 0.5,
fast Fourier transform (fft), demodulate using the BER vs SNR curve becomes a flat line, indicating
16QAM demodulation (qamdemod), perform that there is no improvement in the SNR regardless of
Viterbi decoding (vitdec), and calculate the further increases.
bit error rate (BER) for different frequency
offset values and SNR levels.

The algorithm begins by setting up the environment


and obtaining user inputs for the cyclic prefix and
symbol durations. It then defines the OFDM
parameters such as the SNR range, number of
subcarriers, and bits per subcarrier. Random input bits

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1131


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

original bits, errors in the bits might be caused due to


factors such as channel fading, noise, and interference.

Fig.5 : BER Vs SNR Plot

To address the challenges posed by CFO, pilot


sequences are inserted at regular intervals between the
Fig.7: Constellation Plot after Modulati on
subcarriers. These pilot sequences help in maintaining
the orthogonality property of the subcarriers by
providing reference points for synchronization. By
utilizing the information from these pilots, the receiver V. CONCLUSION
can estimate and compensate for the carrier frequency
In conclusion, the simulation results clearly
offset, thus preserving the integrity of the transmitted
demonstrate that even a small carrier frequency offset
data.
can significantly impact the Orthogonal Frequency
Division Multiplexing (OFDM) system performance in
terms of Bit Error Rate (BER) and Signal-to-Noise
Ratio (SNR). The BER increases dramatically as the
frequency offset increases, leading to a degraded
overall system performance. Performance of an
Orthogonal Frequency Division Multiplexing (OFDM)
system measured as Bit Error Rate (BER) versus
Signal-to-Noise Ratio (SNR). This interference leads
to errors in the demodulation and decoding processes,
adversely affecting the reliability and accuracy of the
transmitted data. To mitigate the negative effects of
frequency offset, it is crucial to maintain time and
frequency synchronization between the transmitter and
receiver. This synchronization can be achieved by
incorporating pilot sequences at regular intervals
between subcarriers. These pilot sequences help in
Fig. 6: Scatterplot after Modulation estimating and compensating for the carrier frequency
The scatter plot and the constellation plot after offset, thereby preserving the orthogonality of the
modulation displays the positions of the signal points subcarriers and reducing ICI.
before any channel impairments or noise are The flat line observed in the BER versus SNR
introduced which is simulated using Matlab and the curve for a frequency offset of 0.5 indicates that the
result is shown in figure 6 and 7 respectively. After system performance does not improve with higher
passing through the channel, the received signal is SNR values. This emphasizes the importance of
processed to recover the original transmitted symbols. addressing carrier frequency offset to ensure reliable
Zero forcing is done to estimate the symbol in the communication in OFDM systems. Overall, the results
receiver side. The BER (Bit Error Rate) is then highlight the critical role of synchronization techniques
calculated by comparing the received bits with the and the need for accurate frequency estimation and

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1132


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Second International Conference on Edge Computing and Applications (ICECAA 2023)
IEEE Xplore Part Number: CFP23BV8-ART; ISBN: 979-8-3503-4757-9

compensation algorithms to reduce the adverse effects


of CFO in OFDM-based communication systems.

REFERENCES
[1] Jung Y-A, You Y-H. Low Complexity and High Accuracy
Estimation of Frequency Offsets for OFDM-Based Cable
T ransmission Systems. Symmetry. 2018; 10(11):628.
https://doi.org/10.3390/sym10110628
[2] D.Y.V.Prasad, D.Srinivasa rao, GBSR Naidu “ Correlation
based-Frequency offset estimation Over UWB Channels in
Wireless Networks”, Journal of Network Communications and
Emerging T echnologies (JNCET ), 2016, 6(2).
[3] Jeong, M., Choi, S.W., & Kim, J. (2021). Designing a Robust
Frequency Offset Estimation Scheme Satisfying T arget Decoder
Performance in an OFDM System.
[4] Rashi Sharma, Neeraj Shrivastava, “A Review on Carrier
Frequency Offset (CFO) in OFDM System”, International
Journal Of Innovative Trends In Engineering, 09(01), pp 27 –
34, 2015.
[5] Liu and Li: Carrier frequency offset estimation for OFDM
systems with time-varying DC Offset. EURASIP Journal on
Advances in Signal Processing 2012 2012:156.
[6] Di He, “ An Improved Doppler Frequency Offset Estimation
Algorithm in the Indoor OFDM Communication System”, 2014
International Symposium on Nonlinear T heory and its
Applications, NOLTA2014, Luzern, Switzerland, September 14-
18, 2014
[7] Yunlv Hong, Di He, "An Improved Doppler Frequency Offset
Estimation Algorithm of OFDM System under High-speed
Movement Environment," Journal of Computers vol. 8, no. 11,
pp. 3191-3195, 2013.

[8] P. K. Nishad and P. Singh, "Carrier frequency offset estimation


in OFDM systems," 2013 IEEE Conference on Information &
Communication Technologies, Thuckalay, India, 2013, pp. 885-
889, doi: 10.1109/CICT .2013.6558220.
[9] S. Lmai, A. Bourré, C. Laot and S. Houcke, "An Efficient Blind
Estimation of Carrier Frequency Offset in OFDM Systems," in
IEEE T ransactions on Vehicular T echnology, vol. 63, no. 4, pp.
1945-1950, May 2014, doi: 10.1109/T VT .2013.2285479.
[10] T . Jiang, Y. Xiao, L. Dan, X. Ji, W. T ang and Y. Zhao,
"Performance Analysis of OSM-OFDM Systems with Carrier
Frequency Offset," 2020 IEEE 20th International Conference on
Communication Technology (ICCT), Nanning, China, 2020, pp.
780-784, doi: 10.1109/ICCT 50939.2020.9295759.
[11] D. G. Urdaneta, C. F. Dias, F. K. Pereira, L. S. d. Moraes, A.
T ávora and E. R. d. Lima, "An Implementation of a Low
Complexity Integer Carrier Frequency Offset estimator for
OFDM," 2022 IEEE International Symposium on Circuits and
Systems (ISCAS), Austin, T X, USA, 2022, pp. 1695-1698, doi:
10.1109/ISCAS48785.2022.9937997.
[12] L. Yuan, P. Mu and A. Zhou, "Carrier Frequency Offset -Based
OFDM Synchronization T echnology," 2022 IEEE International
Conference on Advances in Electrical Engineering and
Computer Applications (AEECA), Dalian, China, 2022, pp. 30-
33, doi: 10.1109/AEECA55500.2022.9918838.

979-8-3503-4757-9/23/$31.00 ©2023 IEEE 1133


Authorized licensed use limited to: INDIAN INSTITUTE OF TECHNOLOGY BOMBAY. Downloaded on November 07,2023 at 10:22:13 UTC from IEEE Xplore. Restrictions apply.

You might also like