当前位置:网站首页>[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边栏推荐
- Sample template of software design document - learning / practice
- 拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
- 【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
- Dp83848+ network cable hot plug
- 软件设计文档示例模板 - 学习/实践
- Simple g++ and GDB debugging
- 关闭的数据能用dbca删除吗? 能
- 在代码中使用度量单位,从而生活更美好
- Zhongke Panyun - 2022 Guangxi reverse analysis ideas
- 附件六:防守工作简报.docx
猜你喜欢

Dp83848+ network cable hot plug

海力士EMMC5.0及5.1系列对比详解

每日刷题记录 (十二)

A summary of the 8544 problem that SolidWorks Standard cannot obtain a license

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

qt下开发mqtt的访问程序

DCDC电源电流定义

C basic (VII) document operation

中科磐云—模块A 基础设施设置与安全加固 评分标准

6-5 vulnerability exploitation SSH weak password cracking and utilization
随机推荐
DCDC电源电流定义
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
Annex 4: scoring criteria of the attacker docx
【QT】定时器
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
Use units of measure in your code for a better life
appliedzkp zkevm(13)中的Public Inputs
加密和解密
网络设备应急响应指南
全国职业院校技能大赛(中职组)网络安全竞赛试题—解析
Zkevm (12) state proof of appliedzkp
【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
Zhongke Panyun - 2022 Guangxi reverse analysis ideas
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
Customize a pager needed in your project
6-5漏洞利用-SSH弱口令破解利用
6-4 vulnerability exploitation SSH banner information acquisition
ADB tools
软件设计文档示例模板 - 学习/实践
@Feignclient comments and parameters