解扩 Resources

Showing items tagged with "解扩"

This document provides comprehensive simulation of the complete communication chain, covering modulation, spreading, transmission, reception, despreading, and demodulation processes. The implementation includes generation of random time-varying multipath channels that realistically model signal propagation effects.

MATLAB 227 views Tagged

This program simulates the CDMA receiver functionality including five modules: despreading, deinterleaving, channel decoding (convolutional code), source decoding, and CRC decoding, generating signal sequences for digital baseband transmission. It also simulates the CDMA transmitter functionality with six modules: random sequence generation, tail bit addition for source coding, channel encoding (convolutional coding), block interleaving, and spread spectrum modulation, producing signal sequences for digital baseband transmission. Additionally, it includes tail bit values for demodulation - add_bits for source coding and i_add_bits for interleaver termination.

MATLAB 249 views Tagged

A direct sequence spread spectrum communication system with interference, where PN codes are generated using m-sequence generators and transmitted through an additive white Gaussian noise (AWGN) channel. The received signal at the receiver comprises "useful signal + AWGN + interference." The system performs despreading and decision operations to recover user signals. Key implementation aspects include generating m-sequences using linear feedback shift registers (LFSRs), implementing correlation-based despreading algorithms, and employing threshold detection for signal decisions. The system demonstrates bit error rate (BER) performance versus Eb/N0 ratio under different spreading gains (10, 30, 50), showing how processing gain affects interference rejection capability.

MATLAB 260 views Tagged