当前位置:网站首页>[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】通信信号调制通用函数 — 带通滤波器
- Annex I: power of attorney for 202x XXX attack and defense drill
- Notes on the paper "cross view transformers for real time map view semantic segmentation"
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(第 I 类部分响应波形)的眼图
- Drozer tool
- RAC delete damaged disk group
- Correct the classpath of your application so that it contains a single, compatible version of com.go
- 【MATLAB】MATLAB 仿真模拟调制系统 — SSB 系统
- 【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
- 力扣 第 300 场周赛
猜你喜欢
6-4 vulnerability exploitation SSH banner information acquisition
Change the background color of Kivy tutorial (tutorial includes source code)
软件设计文档示例模板 - 学习/实践
简单g++和gdb调试
Maui introductory tutorial series (5.xaml and page introduction)
Test cs4344 stereo DA converter
NTFS security permissions
分享一些我的远程办公经验
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
定制一个自己项目里需要的分页器
随机推荐
[matlab] matlab simulation modulation system FM system
中职组网络安全—内存取证
qt下开发mqtt的访问程序
Annex 4: scoring criteria of the attacker docx
记几个智能手表相关芯片 蓝牙芯片 低功耗
Get the ID of the record just inserted from laravel
Create ASM disk through DD
20000 words will take you to master multithreading
Zhongke Panyun - module a infrastructure setting and safety reinforcement scoring standard
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(第 I 类部分响应波形)的眼图
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
Annex III: scoring standard of the defender docx
附件五:攻击过程简报.docx
【MATLAB】MATLAB 仿真模拟调制系统 — AM 已调信号的功率谱与相干解调
Technology Management - learning / practice
How to build your own knowledge engine? Community open application
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
[matlab] matlab simulates digital baseband transmission system - digital baseband transmission system
在代码中使用度量单位,从而生活更美好
电子元器件商城与数据手册下载网站汇总