当前位置:网站首页>【MATLAB】MATLAB 仿真数字带通传输系统 — QPSK 和 OQPSK 系统
【MATLAB】MATLAB 仿真数字带通传输系统 — QPSK 和 OQPSK 系统
2022-07-04 03:55:00 【嵌入式职场】
目录
1、QPSK 和 OQPSK 系统
clear all;
clc;
close all;
fc = 5; %载频
N_sample = 16;
N_num = 100; %码元个数
dt = 1/(fc*N_sample);
Ts = 1; %码元间隔
t = 0:dt:(N_num*Ts-dt);
T = dt*length(t);
d1 = sign(randn(1,N_num)); %双极性码
d2 = sign(randn(1,N_num)); %双极性码
gt = ones(1,fc*N_sample); %NRZ 波形
%QPSK 调制方式
s1 = sigexpand(d1,fc*N_sample);
s2 = sigexpand(d2,fc*N_sample);
b1 = conv(s1,gt); %双极性 NRZ 波形
b2 = conv(s2,gt); %双极性 NRZ 波形
s1 = b1(1:length(s1)); %同相基带信号
s2
边栏推荐
- B. All Distinct
- Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
- 【安全攻防】序列化与反序列,你了解多少?
- Operate the server remotely more gracefully: the practice of paramiko Library
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 数字基带传输系统
- 1. Mx6u-alpha development board (LED drive experiment in C language version)
- MIN_ RTO dialog
- 附件二:攻防演练保密协议.docx
- 【MATLAB】通信信号调制通用函数 — 插值函数
- 软件设计文档示例模板 - 学习/实践
猜你喜欢
分享一些我的远程办公经验
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
分布式CAP理论
自动化测试selenium基础篇——webdriverAPI
ADB tools
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
The five pictures tell you: why is there such a big gap between people in the workplace?
A beautiful API document generation tool
How to view installed r packages in R language
Redis: hash type data operation command
随机推荐
Exploration and practice of eventbridge in the field of SaaS enterprise integration
The five pictures tell you: why is there such a big gap between people in the workplace?
Senior developers tell you, how to write excellent code?
20000 words will take you to master multithreading
[wechat applet] good looking carousel map component
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
Intersection traffic priority, illustration of intersection traffic rules
MySQL indexes and transactions
B. All Distinct
How do good test / development programmers practice? Where to go
Main applications of TDK lambda power supply
【安全攻防】序列化与反序列,你了解多少?
沃博联结束战略评估,决定保留表现优异的博姿业务
AcWing第 58 场周赛
附件六:防守工作简报.docx
红队视角下的防御体系突破之第二篇案例分析
Kivy教程之 自定义字体(教程含源码)
qt下开发mqtt的访问程序
How to view installed r packages in R language
Unity Resource path