当前位置:网站首页>【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边栏推荐
- Sample template of software design document - learning / practice
- 电子元器件商城与数据手册下载网站汇总
- Statistical genetics: Chapter 3, population genetics
- [go] database framework Gorm
- Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
- PaddleHub人脸识别方案部署,将训练好的模型在pytchrom中进行部署应用
- Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
- 附件四:攻击方评分标准.docx
- 【MATLAB】通信信号调制通用函数 — 低通滤波器
- First knowledge of batch processing
猜你喜欢

2022年6月总结

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

Sample template of software design document - learning / practice

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

软件设计文档示例模板 - 学习/实践

Test cs4344 stereo DA converter

Balloon punching and Boolean operation problems (extremely difficult)

YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)

1. Mx6u-alpha development board (LED drive experiment in C language version)

Deep understanding of redis -- bloomfilter
随机推荐
关闭的数据能用dbca删除吗? 能
附件四:攻击方评分标准.docx
电子元器件商城与数据手册下载网站汇总
LeetCode136+128+152+148
Technology Management - learning / practice
1. Mx6u-alpha development board (simulating STM32 drive development experiment)
【MATLAB】通信信号调制通用函数 — 插值函数
DCDC电源电流定义
[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
PaddleHub人脸识别方案部署,将训练好的模型在pytchrom中进行部署应用
Exploration and practice of eventbridge in the field of SaaS enterprise integration
FT2000+下LPC中断绑核使用说明
附件2-2保密承诺书.docx
Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
Rhcsa 08 - automount configuration
Senior developers tell you, how to write excellent code?
Unity中RampTex介绍和应用: 溶解特效优化
Flutter ‘/usr/lib/libswiftCore.dylib‘ (no such file)