这是关于BPSK与QPSK的调制与解调,采用matlab编写,采用相干解调。
2021-08-10 15:05:14 23KB matlab
BPSK调制解调的实现
2021-08-10 09:59:45 74KB matlab
1
对于给定的比特率、载波频率和采样频率,很容易实现 BPSK
2021-08-10 09:54:09 2KB matlab
1
bpsk编码程序,所属调制解调,matlab源代码
2021-08-09 11:26:14 2KB bpsk 编码 高斯信道
1
MATLAB的BPSK仿真程序,有主函数和功能函数组成
2021-08-09 11:05:27 3KB BPSK 仿真
1
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
2021-08-09 10:16:07 4KB matlab BPSK
1
BPSK调制的matlab实现代码,有详细的注释,经matlab2009a调试通过!
2021-08-09 10:09:52 969B BPSK 2PSK matlab 代码
1
本代码针对的是BPSK调制下的Costas载波恢复,里面有详细的注释,以供大家理解程序。
2021-08-06 20:38:37 2KB 5分
1
通信原理BPSK调制 基于MATLAB simulink仿真
2021-07-24 14:01:23 701KB 通信 课程设计 论文
1
Matlab实现同相正交环对bpsk的解调,对实验原理、功能模块、及模型结构,参数设计给出详尽的说明。
2021-07-22 09:27:36 1.1MB 同相正交环 bpsk
1