随机信号 Resources

Showing items tagged with "随机信号"

Implementation of power spectrum estimation for random signals through autocorrelation function and periodogram methods, with analysis of how data length, autocorrelation sequence length, signal-to-noise ratio, window functions, and averaging次数 affect spectral resolution, stability, main lobe width, and side lobe effects. Includes code implementation considerations for parameter optimization.

MATLAB 254 views Tagged

This program performs bit error rate analysis across a range of SNR values. For each SNR level, it implements: random signal generation with QPSK modulation, Alamouti space-time block coding, transmission through Rayleigh fading channels with AWGN addition, maximum ratio combining at the receiver, and maximum likelihood detection to calculate symbol error rates. The implementation demonstrates that a symbol error rate of 10^-3 corresponds to approximately 12-13 dB SNR, validating the Alamouti scheme's performance in MIMO systems.

MATLAB 235 views Tagged

Generate a random signal and two sinusoidal signals with different but closely-spaced frequencies, then perform comprehensive signal analysis including: (1) calculating autocorrelation coefficients and correlation functions with corresponding plots; (2) computing power spectra using different parametric modeling methods; (3) estimating parameters for AR, MA, and ARMA models using maximum likelihood estimation and recursive least squares, with comparison to MATLAB toolbox functions; (4) spectral estimation using notch filtering and MUSIC methods; (5) noise reduction using Wiener and LMS filtering

MATLAB 237 views Tagged