
BPSK, QPSK, 16QAM, and 64QAM Modulation in Python
Explore Python code for implementing BPSK, QPSK, 16QAM, and 64QAM modulation techniques with constellation plots.
Showing 20 posts (Page 4 of 11)
Advertisement
Explore Python code for implementing BPSK, QPSK, 16QAM, and 64QAM modulation techniques with constellation plots.
Explore MATLAB code for designing Butterworth low-pass and high-pass filters, including implementation details and frequency response plotting.
Demonstrates Carrier Frequency Offset (CFO) impairment and its impact on constellation diagrams using a MATLAB simulation. Includes code snippet and constellation plots.
Explore Carry Select and Carry Skip adders with VHDL code. Learn their implementations and advantages in digital circuit design.
Explore the CCDF LabVIEW VI source code, block diagram, and front panel. Download the VI files and learn about CCDF implementation in LabVIEW.
Explore MATLAB code for generating CCDF curves, essential for RF engineers analyzing Peak-to-Average Power Ratio in RF Power Amplifier design. Includes code snippets and resources.
Explore CDMA (Code Division Multiple Access) with this MATLAB source code. Simulate CDMA transmission and reception, including BER analysis over AWGN.
This article details a LabVIEW VI for generating complex numbers based on user-defined parameters. Source code available for download.
Learn how to convert a MATLAB matrix into a string representation using the `mat2str` function for data storage, transmission, and display.
MATLAB source code for a convolution encoder with a coding rate of 1/3, constraint length of 5, and generator polynomials 25(8), 33(8), 37(8).
Explore convolution in MATLAB with example code demonstrating manual calculation and the built-in 'conv' function. Understand the sliding-and-summing process and verify results.
Compare NumPy's np.convolve with a brute-force method for convolution in Python. Explore performance and accuracy with real and complex number inputs.
Explore the LabVIEW source code for a Convolution VI, designed for processing two input vectors. Download the VI and understand its block diagram and front panel.
VHDL source code for a convolutional encoder with FEC rate 1/2, constraint length 7, and generator polynomials G1=171 (octal) and G2=133 (octal).
Explore CRC MATLAB source code implementations for CRC8 and CRC32 polynomials, used in error detection for wired and wireless communication systems. Includes code examples and explanations.
Overview of CTC encoders, their specifications, and MATLAB code implementation for Convolutional Turbo Code (CTC) encoding.
Explore a D flip-flop implementation without reset, including Verilog code, test bench, simulation results, and RTL schematic.
VHDL source code for a D Flip-Flop implementation, including reset and clock-triggered data capture.
Explore the Verilog code, test bench, simulation, and RTL schematic of a D flip-flop with synchronous reset.
VHDL source code implementation of a D Latch, a fundamental digital logic circuit.
Advertisement