当前位置:网站首页>[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边栏推荐
- 附件二:攻防演练保密协议.docx
- Correct the classpath of your application so that it contains a single, compatible version of com.go
- Acwing game 58
- 附件四:攻击方评分标准.docx
- LeetCode136+128+152+148
- Simple g++ and GDB debugging
- Annex III: scoring standard of the defender docx
- Useful plug-ins for vscode
- ADB tools
- Detailed comparison of Hynix emmc5.0 and 5.1 series
猜你喜欢

6-5 vulnerability exploitation SSH weak password cracking and utilization

Public inputs in appliedzkp zkevm (13)

拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。

MySQL indexes and transactions

附件五:攻击过程简报.docx

Change the background color of Kivy tutorial (tutorial includes source code)

Can closed data be deleted by DBCA? can

ADB tools

appliedzkp zkevm(13)中的Public Inputs

Headache delayed double deletion
随机推荐
LeetCode136+128+152+148
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
20000 words will take you to master multithreading
中职组网络安全—内存取证
【MATLAB】MATLAB 仿真模拟调制系统 — SSB 系统
Operate the server remotely more gracefully: the practice of paramiko Library
C basic (VII) document operation
(pointer) write function void fun (int x, int *pp, int *n)
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
C language one-way linked list exercise
【MATLAB】通信信号调制通用函数 — 插值函数
Dp83848+ network cable hot plug
Get the ID of the record just inserted from laravel
GUI application: socket network chat room
RAC delete damaged disk group
Use units of measure in your code for a better life
6-4漏洞利用-SSH Banner信息获取
qt下开发mqtt的访问程序
如何构建属于自己的知识引擎?社群开放申请
cmake