当前位置:网站首页>[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边栏推荐
- 【无标题】
- C language one-way linked list exercise
- C basic (VII) document operation
- Capturing and sorting out external Fiddler -- Conversation bar and filter
- 令人头痛的延时双删
- 【Go】数据库框架gorm
- Sample template of software design document - learning / practice
- 【MATLAB】MATLAB 仿真数字带通传输系统 — QPSK 和 OQPSK 系统
- LeetCode136+128+152+148
- 【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
猜你喜欢

Simple g++ and GDB debugging

《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记

简单g++和gdb调试

How to build your own knowledge engine? Community open application

中科磐云—2022广东木马信息获取解析

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

技术管理 - 学习/实践

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

在代码中使用度量单位,从而生活更美好

How do good test / development programmers practice? Where to go
随机推荐
Formatted text of Kivy tutorial (tutorial includes source code)
测试 CS4344 立体声DA转换器
【MATLAB】MATLAB 仿真模拟调制系统 — AM 已调信号的功率谱与相干解调
Get the ID of the record just inserted from laravel
Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
cmake
如何构建属于自己的知识引擎?社群开放申请
【MATLAB】通信信号调制通用函数 — 傅里叶变换
附件二:攻防演练保密协议.docx
关闭的数据能用dbca删除吗? 能
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
6-5漏洞利用-SSH弱口令破解利用
Sample template of software design document - learning / practice
cmake
Share some of my telecommuting experience
Self sharing of a graduate
Create ASM disk through DD
RAC delete damaged disk group
Change the background color of Kivy tutorial (tutorial includes source code)
Simple g++ and GDB debugging