当前位置:网站首页>【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
2022-07-04 03:55:00 【嵌入式职场】
目录
1、AM 调制过程
clear all;
clc;
%生成基带信号
lower = 0;
upper = 3;
step = (upper-lower)/1e3; %时间采样间隔
t = lower:step:upper;
fm = 1; %基带信号的最高频率
mt = cos(2*pi*fm*t);
%进行 AM 调制-情况 1
A = 1.5;
fc = 10; %载波中心频率
s_AM = (A+mt).*cos(2*pi*fc*t);
figure;
subplot(3,2,1); plot(t,mt,'b-');
hold on; plot(t,A*ones(size(t)),'r-');
xlabel('t (s)'); title
边栏推荐
- [Yugong series] go teaching course 002 go language environment installation in July 2022
- The five pictures tell you: why is there such a big gap between people in the workplace?
- 附件六:防守工作簡報.docx
- ADB tools
- 6-5漏洞利用-SSH弱口令破解利用
- 两万字带你掌握多线程
- First knowledge of batch processing
- 通过dd创建asm disk
- Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
- 网络设备应急响应指南
猜你喜欢
自动化测试selenium基础篇——webdriverAPI
Application scheme of Puyuan ds1000z series digital oscilloscope in communication principle experiment
MySQL JDBC programming
Redis: hash type data operation command
MySQL indexes and transactions
Correct the classpath of your application so that it contains a single, compatible version of com.go
旭化成首次参展第五届中国国际进口博览会(5th CIIE)
两万字带你掌握多线程
MySQL 索引和事务
Definition of DCDC power supply current
随机推荐
Create ASM disk through DD
ADB tools
MAUI 入门教程系列(5.XAML及页面介绍)
leetcode:1314. 矩阵区域和【二维前缀和模板】
分享一些我的远程办公经验
Binary search tree
红队视角下的防御体系突破之第一篇介绍、阶段、方法
6-5 vulnerability exploitation SSH weak password cracking and utilization
技术管理 - 学习/实践
Redis: hash type data operation command
【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
DCDC电源电流定义
LeetCode136+128+152+148
Boutique website navigation theme whole station source code WordPress template adaptive mobile terminal
Rhcsa 08 - automount configuration
新手找陪驾要注意什么
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
Sample template of software design document - learning / practice
沃博联结束战略评估,决定保留表现优异的博姿业务
1. Mx6u-alpha development board (LED drive experiment in C language version)