
PAPR Reduction with PTS Algorithm in MATLAB
Explore PAPR reduction for LTE IQ packets using the Partial Transmit Sequence (PTS) algorithm implemented in MATLAB. Includes code and explanation.
Showing 25 posts (Page 7 of 9)
Advertisement
Explore PAPR reduction for LTE IQ packets using the Partial Transmit Sequence (PTS) algorithm implemented in MATLAB. Includes code and explanation.
Verilog code and test bench for a parallel load shift left register, including explanations of the code's functionality.
VHDL source code for calculating the phase angle using the CORDIC (COordinate Rotation DIgital Computer) algorithm.
Explore 2D and 3D plotting in MATLAB using the `plot` and `plot3` functions with example code snippets.
Explore phase modulation (PM) with Python code for simulation and demodulation. Learn about analog modulation and see example plots.
Simulate and analyze power amplifier (PA) nonlinearity effects on constellation diagrams using MATLAB code. Includes AM-AM and AM-PM conversion modeling.
Verilog code for a PRBS generator and its test bench are presented, explaining the linear feedback shift register (LFSR) implementation.
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 Phase Shift Keying (PSK) modulation using Python code. Learn how to generate PSK modulated waveforms from binary data and visualize the results.
Explore PSK (Phase Shift Keying) modulation with MATLAB code. Learn about its principles, implementation, and see example input/output.
Python code implementing QPSK mapping and demapping for digital communication systems, showcasing data modulation and demodulation techniques.
VHDL source code implementation for QPSK modulation and demodulation, including entity and architecture declarations.
VHDL source code for a Radix-4 butterfly implementation, essential for FFT algorithms in digital signal processing.
Explore Verilog code implementations for RAM (Random Access Memory) and ROM (Read Only Memory) with detailed examples and figures.
Explore the Rayleigh channel model for wireless communication simulation in MATLAB, including code examples, parameters, and resulting plots.
Simulate Rayleigh channel coefficients with Doppler frequency shift using Python. Visualize the impact on a sinusoidal signal through convolution and plotting.
VHDL code example for reading from and writing to a Random Access Memory (RAM), with detailed explanations of the code structure and functionality.
Explore the fundamentals of Reed-Solomon encoders, including MATLAB source code for forward error correction in data transmission.
VHDL source code for a simple relay to FPGA interface, including pin configuration for the XC2S100TQ144-5 FPGA.
Explore the Rician channel model with MATLAB simulation, parameters, code, and plots. Simulate LOS and NLOS components for realistic wireless communication.
Simulate Rician channel coefficients using Python. Understand fading, Rician channel modeling, and visualize the impact on a sine wave signal.
VHDL source code for a Reed-Solomon (RS) encoder, aligning with the RS encoder MATLAB source code specifications.
Explore SC-FDMA (Single-Carrier Frequency-Division Multiple Access) with a basic MATLAB code implementation, commonly used in LTE uplink transmission.
MATLAB source code for a scrambler/descrambler, essential for wireless communication to remove long sequences of 0s and 1s. Includes code explanation and output verification.
VHDL source code for a scrambler and descrambler implementation, based on MATLAB scrambler code.
Advertisement