当前位置:网站首页>【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); 边栏推荐
- Dp83848+ network cable hot plug
- Graduation project
- The five pictures tell you: why is there such a big gap between people in the workplace?
- Self sharing of a graduate
- 技术管理 - 学习/实践
- RPC Technology
- Precautions for accompanying driving these 23 points should be paid attention to!
- Network - vxlan
- Senior developers tell you, how to write excellent code?
- GUI 应用:socket 网络聊天室
猜你喜欢
![[cloud native] those lines of code that look awesome but have a very simple principle](/img/6d/220c51a643263f431fb57c97c4b8ff.png)
[cloud native] those lines of code that look awesome but have a very simple principle
![[Yugong series] go teaching course 002 go language environment installation in July 2022](/img/a8/79c48e426ce909db960d446f923795.png)
[Yugong series] go teaching course 002 go language environment installation in July 2022

附件六:防守工作简报.docx

【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介

Architecture practice camp - graduation project of module 9 of phase 6

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

Exploration and practice of eventbridge in the field of SaaS enterprise integration

Introduction and application of rampax in unity: optimization of dissolution effect

20000 words will take you to master multithreading

在代码中使用度量单位,从而生活更美好
随机推荐
红队视角下的防御体系突破之第一篇介绍、阶段、方法
A beautiful API document generation tool
Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
Sample template of software design document - learning / practice
更优雅地远程操作服务器:Paramiko库的实践
Rhcsa 08 - automount configuration
MIN_ RTO dialog
"Don't care too much about salary when looking for a job", this is the biggest lie I've ever heard
Main applications of TDK lambda power supply
在代碼中使用度量單比特,從而生活更美好
Annex V: briefing on the attack process docx
Niuke Xiaobai monthly race 49
【无标题】
1. Mx6u-alpha development board (simulating STM32 drive development experiment)
Drozer tool
CRS-4013: This command is not supported in a single-node configuration.
LeetCode136+128+152+148
Redis: operation command for collecting set type data
每日刷题记录 (十二)