matlab中pskmod函数,Phase shift keying modulation

该博客探讨了MATLAB中PSK调制函数pskmod的使用,通过比较Gray码和自然二进制编码的数据映射,展示了8点相移键控星座图。通过调制和解调数据,强调了两种编码方式下相邻星座点的差异,并用散点图直观呈现,进一步解释了Gray码和自然二进制编码的特点。
摘要由CSDN通过智能技术生成

Plot PSK symbol mapping for Gray and natural binary encoded data.

Set the modulation order, and then create a data sequence containing a complete set of constellation points.

M = 8;

data = (0:M-1);

phz = 0;

Modulate and demodulate the data using Gray and natural binary encoded data.

symgray = pskmod(data,M,phz,'gray');

mapgray = pskdemod(symgray,M,phz,'gray');

symbin = pskmod(data,M,phz,'bin');

mapbin = pskdemod(symbin,M,phz,'bin');

Plot the constellation points using one of the symbol sets. For each constellation point, assign a label indicating the Gray and natural binary values for each symbol.

For Gray binary symbol mapping, adjacent constellation points differ by a single binary bit and are not numerically sequential.

For natural binary symbol mapping, adjacent constellation points

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值