当前位置:网站首页>[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
边栏推荐
- 6-5 vulnerability exploitation SSH weak password cracking and utilization
- Operate the server remotely more gracefully: the practice of paramiko Library
- 抓包整理外篇fiddler———— 会话栏与过滤器
- Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
- Developing mqtt access program under QT
- 中职组网络安全—内存取证
- cmake
- YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
- Technology Management - learning / practice
- Annexe VI: exposé sur les travaux de défense. Docx
猜你喜欢
电子元器件商城与数据手册下载网站汇总
Introduction and application of rampax in unity: optimization of dissolution effect
NTFS 安全权限
海力士EMMC5.0及5.1系列对比详解
RAC delete damaged disk group
qt下开发mqtt的访问程序
Dp83848+ network cable hot plug
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
Technology Management - learning / practice
随机推荐
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(第 I 类部分响应波形)的眼图
【MATLAB】通信信号调制通用函数 — 傅里叶逆变换
PaddleHub人脸识别方案部署,将训练好的模型在pytchrom中进行部署应用
How to build your own knowledge engine? Community open application
中科磐云—模块A 基础设施设置与安全加固 评分标准
Unity 接入天气系统
Test cs4344 stereo DA converter
Formatted text of Kivy tutorial (tutorial includes source code)
qt下开发mqtt的访问程序
Notes on the paper "cross view transformers for real time map view semantic segmentation"
【MATLAB】MATLAB 仿真模拟调制系统 — AM 已调信号的功率谱与相干解调
Niuke Xiaobai monthly race 49
测试 CS4344 立体声DA转换器
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
6-4 vulnerability exploitation SSH banner information acquisition
[go] database framework Gorm
Maui introductory tutorial series (5.xaml and page introduction)
Definition of DCDC power supply current
Utiliser des unités de mesure dans votre code pour une vie meilleure
通过dd创建asm disk