当前位置:网站首页>[matlab] matlab simulates digital baseband transmission system - digital baseband transmission system
[matlab] matlab simulates digital baseband transmission system - digital baseband transmission system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、 Digital baseband transmission system
1、 Digital baseband transmission system
clear all;
clc;
N_sample = 8; % Sampling points per symbol
N = 1000; % Number of symbols
Ts = 1; % Duration of each symbol
dt = Ts/N_sample; % Sampling interval
t = 0:dt:(N*N_sample-1)*dt;
T = N*N_sample*dt;
% Generate a unipolar sequence
d = (sign( randn(1,N) ) + 1)/2;
data = sigexpand(d,N_sample); % Insert N_sample-1 individual 0
% Generate unipolar waveform
gt1 = ones(1,N_sample); %NRZ Non return to zero waveform
gt2 = [ones(1,N_sample/2), zeros(1,N_sample/2)];%RZ Zeroing waveform
st1 = conv(data,gt1);
st
边栏推荐
- Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
- 附件六:防守工作簡報.docx
- RPC - grpc simple demo - learn / practice
- Unity 接入天气系统
- Deep understanding of redis -- bloomfilter
- Change the background color of Kivy tutorial (tutorial includes source code)
- 【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
- 红队视角下的防御体系突破之第一篇介绍、阶段、方法
- Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
- 关于solidworks standard无法获得许可 8544问题的总结
猜你喜欢
Utiliser des unités de mesure dans votre code pour une vie meilleure
Unity 接入天气系统
NTFS security permissions
Talking about JVM
中职组网络安全—内存取证
Headache delayed double deletion
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
电子元器件商城与数据手册下载网站汇总
A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
How do good test / development programmers practice? Where to go
随机推荐
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
The paddlehub face recognition scheme is deployed, and the trained model is deployed and applied in pytchrom
中科磐云—2022广西逆向解析思路
Encryption and decryption
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
C basic (VII) document operation
cmake
[wechat applet] good looking carousel map component
Correct the classpath of your application so that it contains a single, compatible version of com.go
Dp83848+ network cable hot plug
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
测试 CS4344 立体声DA转换器
Binary search tree
【MATLAB】MATLAB 仿真模拟调制系统 — SSB 系统
Self sharing of a graduate
Talking about JVM
通过dd创建asm disk
中職組網絡安全—內存取證
【MATLAB】MATLAB 仿真模拟调制系统 — FM 系统
Operate the server remotely more gracefully: the practice of paramiko Library