You are Browsing source-code » python

AM Modulation Simulation with Python

AM Modulation Simulation with Python

Simulate Amplitude Modulation (AM) and demodulation using Python. Includes code for generating AM modulated data and demonstrating AM demodulation.

am modulation
signal processing
python
ASK Modulation in Python: Code and Explanation

ASK Modulation in Python: Code and Explanation

Explore Amplitude Shift Keying (ASK) modulation using Python. Includes code, explanation of principles, and waveform visualizations for digital data transmission.

ask modulation
python
signal processing
Differential Encoder and Decoder Python Script

Differential Encoder and Decoder Python Script

Python code implementing a differential encoder and decoder using modulo-2 sum and delay, for binary data transmission and error correction.

differential encoder
differential decoder
python
FIR Filter Simulation in Python

FIR Filter Simulation in Python

Explore the implementation of an FIR filter in Python using SciPy and NumPy, including code, equation, and output plots.

fir filter
python
signal processing
FSK Modulation Implementation in Python

FSK Modulation Implementation in Python

This article provides Python code for Frequency Shift Keying (FSK) modulation, generating an FSK modulated waveform from binary data.

fsk
modulation
python
Generalized OFDMA Simulation with Python

Generalized OFDMA Simulation with Python

This article guides you through a generalized OFDMA simulation using Python, with QPSK modulation, IFFT implementation, and a two-user scenario.

ofdm
python
simulation

Number-String Conversion in Python

Learn how to convert numbers to strings and vice versa in Python using the str() and int() functions.

python
data type
string conversion
PSK Modulation Implementation with Python

PSK Modulation Implementation with Python

Explore Phase Shift Keying (PSK) modulation using Python code. Learn how to generate PSK modulated waveforms from binary data and visualize the results.

psk modulation
python
signal processing