qammod() and fft() function resizing problem

4 次查看(过去 30 天)
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