필터 지우기
필터 지우기

qammod() and fft() function resizing problem

조회 수: 2 (최근 30일)
Marcin Kolacz
Marcin Kolacz 2021년 5월 6일
답변: Arthi Sathyamurthi 2021년 7월 21일
Hi guys, I encountered a problem while using qammod(x,32) function (and higher, like 64 or 256). In fact, the received signal that I get is not in the same scale as the original one, thus making my decoding insufficient (my ber ratio is 0.25 so I guess that he gets like a half of the points correctly, the other half wrong). What can I do to resize the plot?
The received signal is after using the fft() function. The fft function makes my signal not as "stretched" as it should be.

답변 (1개)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 7월 21일
Hello Marcin,QAM modulation modulates input signal by the specified modulation order, combining bits of input, mapping and modulating it. Thus, the length of input data will be log2(Modulation order) smaller than the modulated bits. Hence at the receiver make sure to demodulate the signal using qamdemod and then try to decode the data.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by