用MATLAB实现的BPSK调制解调源程序.rar

时间:2022-12-18 15:00:26
【文件属性】:

文件名称:用MATLAB实现的BPSK调制解调源程序.rar

文件大小:4KB

文件格式:RAR

更新时间:2022-12-18 15:00:26

matlab BPSK

function output_frame = demodulation1(input_modu, index) % demodulation for IEEE802.11a % Input: input_modu, complex values representing constellation points % index % Output: output_frame, output bit stream (data unit is one bit) % In this version, increase the quatilization levels into 8. % note: Matlab index starts from 1 Q_length=length(input_modu); Q_length=length(input_modu); QAM_input_I = real(input_modu); QAM_input_Q = imag(input_modu); output_frame = zeros(1,length(input


【文件预览】:
用MATLAB实现的BPSK调制解调源程序
----用MATLAB实现的BPSK调制解调源程序()
--------modulation.m(2KB)
--------demodulation.m(6KB)
--------demodulation1.m(4KB)

网友评论