求16QAM与BPSK调制信号的功率谱估计matlab仿真程序,先谢过各位大神!急急急。。。。。。

2025-04-13 04:10:52
推荐回答(1个)
回答1:

5句代码就能解决问题的。
【例如】
h = modem.mskmod; % create an object with default properties
x = randint(100, 1, 2); % generate input bits
y = modulate(h, x); % modulate x
Hs=spectrum.periodogram;
psd(Hs,y);