当前位置:网站首页>[matlab] matlab simulation - simulate the AM modulation process of the modulation system
[matlab] matlab simulation - simulate the AM modulation process of the modulation system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
2、AM Modulation process operation results
1、AM Modulation process
clear all;
clc;
% Generate baseband signal
lower = 0;
upper = 3;
step = (upper-lower)/1e3; % Time sampling interval
t = lower:step:upper;
fm = 1; % The highest frequency of baseband signal
mt = cos(2*pi*fm*t);
% Conduct AM modulation - situation 1
A = 1.5;
fc = 10; % Carrier center frequency
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边栏推荐
- STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
- 由于使用flash存放参数时,擦除掉了flash的代码区导致进入硬件错误中断
- Exercise bubble sort
- 附件三:防守方评分标准.docx
- RPC - gRPC简单的demo - 学习/实践
- 《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
- Annex 4: scoring criteria of the attacker docx
- Zkevm (12) state proof of appliedzkp
- appliedzkp zkevm(11)中的EVM Proof
- Detailed comparison of Hynix emmc5.0 and 5.1 series
猜你喜欢

Public inputs in appliedzkp zkevm (13)

Yolov6 practice: teach you to use yolov6 for object detection (with data set)

Formatted text of Kivy tutorial (tutorial includes source code)

Developing mqtt access program under QT

分享一些我的远程办公经验

Talking about JVM

GUI application: socket network chat room

6-5 vulnerability exploitation SSH weak password cracking and utilization

How do good test / development programmers practice? Where to go

Customize a pager needed in your project
随机推荐
【QT】定时器
Binary search tree
appliedzkp zkevm(11)中的EVM Proof
在代碼中使用度量單比特,從而生活更美好
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
Beipiao programmer, 20K monthly salary, 15W a year, normal?
Utiliser des unités de mesure dans votre code pour une vie meilleure
VSCode的有用插件
如何构建属于自己的知识引擎?社群开放申请
Can closed data be deleted by DBCA? can
CRS-4013: This command is not supported in a single-node configuration.
中科磐云—数据分析与取证数据包flag
电子元器件商城与数据手册下载网站汇总
通过dd创建asm disk
Secondary vocational group network security - memory Forensics
Rollup各组件作用
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
6-4 vulnerability exploitation SSH banner information acquisition
QT qtableview data column width adaptation
COMP1721 Creating Classes