序列 Resources

Showing items tagged with "序列"

This program generates Zadoff-Chu (ZC) sequences, which are utilized in LTE's Random Access Channel (RACH) procedure and downlink synchronization process. The implementation follows the mathematical formulation of ZC sequences with configurable root index and sequence length parameters.

MATLAB 248 views Tagged

Estimating the power spectrum of sequences using the periodogram method with a Hamming data window. The scenario involves resolving three sinusoidal signals of different frequencies embedded in white noise, where phases are independent random variables uniformly distributed over 2π, and amplitude corresponds to unit white noise. A collection of 50 sample sequences, each of length N=512, is generated for analysis.

MATLAB 202 views Tagged

Pseudo-random codes, also known as PN codes, are essential sequences in spread spectrum communication. Spread spectrum communication fundamentally operates by modulating original signals with highly correlated pseudo-random sequences, causing the signal to manifest according to the sequence's characteristics. The implementation involves generating m-sequences using linear feedback shift registers (LFSRs) with specific primitive polynomials. The MATLAB code below demonstrates m-sequence generation where different polynomial configurations produce sequences of varying orders, with key parameters including tap positions and initial states determining correlation properties and sequence length.

MATLAB 337 views Tagged