跳频信号 Resources

Showing items tagged with "跳频信号"

This project implements hop period estimation for frequency-hopping signals using STFT (Short-Time Fourier Transform). The process involves simulating a frequency-hopping signal, analyzing it through STFT to obtain a time-frequency matrix, extracting the time plane, removing DC components from the time series, performing Fourier transformation, and ultimately calculating the hop period. The implementation includes key signal processing functions such as windowing, spectral analysis, and peak detection algorithms.

MATLAB 404 views Tagged

In this system, the information sequence undergoes FSK modulation first, followed by a low-pass filter with 25kHz cutoff frequency to constrain signal bandwidth. The filtered signal is then upconverted via a mixer to higher transmission frequencies. At the receiver, synchronized frequency-hopping signals perform downconversion (de-hopping occurs here), with lower sideband extraction preceding FSK demodulation. Implementation involves digital signal processing algorithms for modulation/demodulation and mixer operations using trigonometric functions.

MATLAB 233 views Tagged