Using qammod: How can you set the carrier frequency? (16QAM)

조회 수: 8 (최근 30일)
zeno diac
zeno diac 2017년 1월 11일
답변: Yukthi S 2024년 12월 12일
qammod documentation says it produces a baseband quadrature amplitude modulated (QAM) signal. As far as I understand, baseband means unmodulated. So what is the frequency at which is modulates your bitstream and how can I set it otherwise to 8Ghz? Please help

답변 (1개)

Yukthi S
Yukthi S 2024년 12월 12일
I got that you want to explicitly define the carrier frequency to perform QAM modulation.
To do so, you can use “modulate” function available in MATLAB.
fc=8e9; %define the carrier frequency
[y,t]=modulate(x, fc, fs,qam); %modulates the input signal “x” using QAM and fc=8GHz
You can refer to the following link to know more about “modulate” function:https://in.mathworks.com/help/signal/ref/modulate.html

카테고리

Help CenterFile Exchange에서 QAM에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by