LTE Basics and MATLAB Code Resources
An introduction to LTE (Long-Term Evolution) concepts and links to useful LTE MATLAB code for simulations, developed by Vienna University of Technology.
Advertisement
An introduction to LTE (Long-Term Evolution) concepts and links to useful LTE MATLAB code for simulations, developed by Vienna University of Technology.
Explore MATLAB source code for interpolation (up-sampling) techniques, including exponential vector up-sampling and using built-in functions like `resample` and `interp1`.
Explore MATLAB code that simulates sampling frequency offset (SFO) impairment and its effects on constellation diagrams. Includes source code and relevant functions.
MATLAB code demonstrating local oscillator phase noise and its impact on constellation diagrams, adapted from 'Digital Front-End Compensation'.
A comprehensive guide to MSK modulation using MATLAB, including source code, explanations, and expected input/output. Minimum Shift Keying implementation detailed.
MATLAB code for converting numbers to hexadecimal strings using the num2hex function for single and double-precision floating-point numbers.
This article demonstrates number to string conversion in MATLAB using the num2str function, covering its syntax and providing a code example.
MATLAB code for OFCDM (Orthogonal Frequency Code Division Multiplexing), combining CDMA and OFDM. Includes transmitter with FEC, BPSK, spreading, IFFT, and receiver with FFT, despreading, demodulation, Viterbi decoder.
Explore OFDM based carrier aggregation, its implementation, and the use of MATLAB code. Understand baseband data processing, DAC/ADC conversions, and power combining in carrier aggregation systems.
Learn channel estimation and equalization techniques for OFDM systems in MATLAB, including preamble-based estimation, deconvolution, and pilot subcarrier-based phase rotation.
MATLAB code for frequency offset estimation and correction in OFDM receivers, crucial for wireless technologies like WLAN and WiMAX.
Explore a basic OFDM transmitter and receiver chain implemented in MATLAB, including code for modulation, IFFT, cyclic prefix, and more.
Learn how to generate OFDM preambles in MATLAB for WLAN, WiMAX, and LDACS systems, including frequency domain representation, IFFT, and cyclic prefix addition.
Explore OFDMA principles with downloadable MATLAB code for transmitter and receiver implementation using a 512-point FFT, compliant with IEEE 802.16e.
MATLAB code for ON OFF Keying (OOK) modulation, including output plots, relevant equations, and download links. OOK is a digital modulation technique.
Explore PAPR reduction for LTE IQ packets using the Partial Transmit Sequence (PTS) algorithm implemented in MATLAB. Includes code and explanation.
Explore 2D and 3D plotting in MATLAB using the `plot` and `plot3` functions with example code snippets.
Simulate and analyze power amplifier (PA) nonlinearity effects on constellation diagrams using MATLAB code. Includes AM-AM and AM-PM conversion modeling.
Explore the fundamentals of PN sequences, their properties, and how they are used in CDMA systems. Includes a MATLAB code example for generating PN sequences.
Explore PSK (Phase Shift Keying) modulation with MATLAB code. Learn about its principles, implementation, and see example input/output.
Advertisement