当前位置:网站首页>[matlab] matlab simulates digital bandpass transmission systems - QPSK and OQPSK systems
[matlab] matlab simulates digital bandpass transmission systems - QPSK and OQPSK systems
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、QPSK and OQPSK System
clear all;
clc;
close all;
fc = 5; % Carrier frequency
N_sample = 16;
N_num = 100; % Number of symbols
dt = 1/(fc*N_sample);
Ts = 1; % Symbol interval
t = 0:dt:(N_num*Ts-dt);
T = dt*length(t);
d1 = sign(randn(1,N_num)); % Bipolar code
d2 = sign(randn(1,N_num)); % Bipolar code
gt = ones(1,fc*N_sample); %NRZ wave form
%QPSK Modulation mode
s1 = sigexpand(d1,fc*N_sample);
s2 = sigexpand(d2,fc*N_sample);
b1 = conv(s1,gt); % Bipolar NRZ wave form
b2 = conv(s2,gt); % Bipolar NRZ wave form
s1 = b1(1:length(s1)); % In phase baseband signal
s2边栏推荐
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 数字基带传输系统
- 技术管理 - 学习/实践
- [matlab] matlab simulation - simulate the AM modulation process of the modulation system
- Annex III: scoring standard of the defender docx
- 【MATLAB】MATLAB 仿真模拟调制系统 — SSB 系统
- Headache delayed double deletion
- 20000 words will take you to master multithreading
- GUI application: socket network chat room
- appliedzkp的zkevm(12)State Proof
- 测试 CS4344 立体声DA转换器
猜你喜欢

6-4 vulnerability exploitation SSH banner information acquisition

Unity中RampTex介绍和应用: 溶解特效优化

ADB tools

Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire

Secondary vocational group network security - memory Forensics

附件六:防守工作簡報.docx

Niuke Xiaobai monthly race 49

Download kicad on Alibaba cloud image station

抓包整理外篇fiddler———— 会话栏与过滤器

RPC - gRPC简单的demo - 学习/实践
随机推荐
电子元器件商城与数据手册下载网站汇总
[matlab] matlab simulation - simulate the AM modulation process of the modulation system
Binary search tree
COMP1721 Creating Classes
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
Zhongke panyun-d module analysis and scoring standard
cmake
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
测试 CS4344 立体声DA转换器
【QT】定时器
【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
定制一个自己项目里需要的分页器
TCP状态转换图
红队视角下的防御体系突破之第一篇介绍、阶段、方法
郑州正清园文化传播有限公司:针对小企业的7种营销技巧
红队视角下的防御体系突破之第二篇案例分析
[go] database framework Gorm
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(余弦滚降成形脉冲)的眼图
Headache delayed double deletion