频率调制 Resources

Showing items tagged with "频率调制"

Implementation of frequency modulation using a 1000 Hz carrier wave, with additive white Gaussian noise introduced before demodulation. Demodulation is performed at signal-to-noise ratios of 0.001, 0.01, 0.05, 0.1, and 0.3, followed by plotting of the modulated signals to analyze noise impact.

MATLAB 213 views Tagged

Digital frequency modulation, also referred to as Frequency-Shift Keying (FSK), with binary FSK denoted as 2FSK. This digital modulation technique uses the frequency of a carrier wave to transmit digital messages by controlling the carrier's frequency based on the input data. In 2FSK signals, the symbol "1" corresponds to one carrier frequency, while the symbol "0" corresponds to a different carrier frequency, with instantaneous switching between frequencies. Implementation often involves generating two distinct sinusoidal waveforms and switching between them using digital logic or lookup tables in code.

MATLAB 232 views Tagged