变换 Resources

Showing items tagged with "变换"

Main function Alamouti(Nr, max_snr, max_err_symbol, symbol_per_frame) implements the Alamouti space-time coding scheme with the following components: QpskMapping(psudo_bit_sequence) - converts binary data to QPSK modulated symbols; RayleighCH(Nr, Nt) - simulates Rayleigh fading channel characteristics. Example usage: Alamouti(1, 12, 20, 24). Key parameters: 2 transmit antennas and 1 receive antenna configuration, SNR range from 0dB to 12dB, simulation stops when symbol errors exceed 20 at each SNR point, with 24 QPSK symbols per frame.

MATLAB 333 views Tagged

SAR image change detection enables comparison of SAR images captured at different times from the same location, facilitating cluster analysis through pixel-wise differential processing and feature extraction algorithms.

MATLAB 255 views Tagged

Implementation of a comprehensive digital signal processing simulation system featuring: a GUI for generating and selecting various digital signals (sine, square, triangular waves, speech, noise, and their combinations); DFT and DCT transformation capabilities; customizable filter designs for low-pass, high-pass, and band-pass filtering with output signal analysis in both frequency domain and time series

MATLAB 320 views Tagged