信号 Resources

Showing items tagged with "信号"

MATLAB simulation program that generates QPSK modulated signals by strictly following QPSK modulation procedures - separately creating I-channel and Q-channel signals using randomly generated modulation data with cosine carrier waves, then combining both channels to produce the final modulated signal.

MATLAB 220 views Tagged

Full-degrees-of-freedom space-time adaptive processing elucidates the spatiotemporal relationships among clutter, interference, and signals, involving techniques like covariance matrix estimation, adaptive weight calculation, and filtering implementation.

MATLAB 282 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