当前位置:网站首页>[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边栏推荐
- PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
- Test cs4344 stereo DA converter
- Utiliser des unités de mesure dans votre code pour une vie meilleure
- How to build your own knowledge engine? Community open application
- 测试 CS4344 立体声DA转换器
- 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"
- 中職組網絡安全—內存取證
- 附件二:攻防演练保密协议.docx
- 《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
猜你喜欢

分享一些我的远程办公经验

Capturing and sorting out external Fiddler -- Conversation bar and filter

Test cs4344 stereo DA converter

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

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

Sample template of software design document - learning / practice

测试 CS4344 立体声DA转换器

Download kicad on Alibaba cloud image station

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

PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
随机推荐
[matlab] general function of communication signal modulation inverse Fourier transform
【无标题】
Secondary vocational group network security - memory Forensics
附件六:防守工作简报.docx
附件四:攻击方评分标准.docx
[matlab] matlab simulation modulation system - DSB system
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
Niuke Xiaobai monthly race 49
Detailed comparison of Hynix emmc5.0 and 5.1 series
Use units of measure in your code for a better life
Maui introductory tutorial series (5.xaml and page introduction)
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
NTFS 安全权限
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
The first introduction, stages and methods of defense system breakthrough from the perspective of the red team
MySQL indexes and transactions
Annexe VI: exposé sur les travaux de défense. Docx
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(余弦滚降成形脉冲)的眼图
laravel 中获取刚刚插入的记录的id