当前位置:网站首页>【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
2022-07-04 03:55:00 【嵌入式职场】
目录
1、ASK、 PSK、 FSK 系统
clear all;
clc;
A = 1; %载波幅度
fc = 4; %载波频率
N_sample = 20;
Ts = 1; %码元间隔
dt = Ts/(fc*N_sample); %波形采样间隔
N = 1000; %码元个数
t = 0:dt:(N*Ts-dt);
T = dt*length(t);
Lt = length(t);
% ======== 基带信号 ========
d = sign(randn(1,N)); %生成双极性码
dd = sigexpand((d+1)/2,fc*N_sample);%生成单极性码并插值
gt = ones(1,fc*N_sample); %NRZ 波形
d_NRZ = conv(dd,gt);
边栏推荐
猜你喜欢
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
Talking about JVM
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
What is context?
6-4 vulnerability exploitation SSH banner information acquisition
Kivy教程之 格式化文本 (教程含源码)
Formatted text of Kivy tutorial (tutorial includes source code)
Longest increasing subsequence problem (do you really know it)
Senior developers tell you, how to write excellent code?
测试 CS4344 立体声DA转换器
随机推荐
Main applications of TDK lambda power supply
附件六:防守工作簡報.docx
两万字带你掌握多线程
ADB tools
Self sharing of a graduate
附件三:防守方评分标准.docx
软件设计文档示例模板 - 学习/实践
Change the background color of Kivy tutorial (tutorial includes source code)
First knowledge of batch processing
6-4漏洞利用-SSH Banner信息获取
Definition of DCDC power supply current
2022年6月总结
The five pictures tell you: why is there such a big gap between people in the workplace?
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
Annex V: briefing on the attack process docx
郑州正清园文化传播有限公司:针对小企业的7种营销技巧
How to view installed r packages in R language
Test cs4344 stereo DA converter
技术管理 - 学习/实践