当前位置:网站首页>[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 simulation - narrow band Gaussian white noise
- 力扣 第 300 场周赛
- [matlab] matlab simulation modulation system FM system
- cmake
- Several smart watch related chips Bluetooth chip low power consumption
- 电子元器件商城与数据手册下载网站汇总
- Public inputs in appliedzkp zkevm (13)
- Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
- Yolov6 practice: teach you to use yolov6 for object detection (with data set)
- 自动化测试selenium基础篇——webdriverAPI
猜你喜欢

Maui introductory tutorial series (5.xaml and page introduction)

Correct the classpath of your application so that it contains a single, compatible version of com. go

GUI application: socket network chat room

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

Download kicad on Alibaba cloud image station

6-5 vulnerability exploitation SSH weak password cracking and utilization

关于solidworks standard无法获得许可 8544问题的总结

如何构建属于自己的知识引擎?社群开放申请

How do good test / development programmers practice? Where to go

Definition of DCDC power supply current
随机推荐
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
海力士EMMC5.0及5.1系列对比详解
[matlab] general function of communication signal modulation inverse Fourier transform
Utiliser des unités de mesure dans votre code pour une vie meilleure
QT qtableview data column width adaptation
NTFS 安全权限
C basic (VII) document operation
[matlab] matlab simulation modulation system SSB system
MAUI 入门教程系列(5.XAML及页面介绍)
我们认为消费互联网发展到最后,依然会局限于互联网行业本身
RPC - gRPC简单的demo - 学习/实践
中職組網絡安全—內存取證
2022年6月总结
[matlab] matlab simulation modulation system - DSB system
软件设计文档示例模板 - 学习/实践
Test cs4344 stereo DA converter
中科磐云—数据分析与取证数据包flag
红队视角下的防御体系突破之第二篇案例分析
加密和解密