当前位置:网站首页>[matlab] matlab simulation modulation system - DSB system
[matlab] matlab simulation modulation system - DSB system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、DSB System
close all;
clear all;
clc;
fm = 1; % Maximum frequency of source
fc = 10; % Carrier center frequency
dt = 0.001; % Time sampling interval
T = 5; % Signal duration
t = 0:dt:T;
mt = cos(2*pi*fm*t); % baseband signal
%DSB Modulated signal
s_dsb = mt.*cos(2*pi*fc*t);
% % Generate narrow-band Gaussian white noise
% B = 2*fm;
% N0 = 0.01; % White noise unilateral power spectral density
% noise = noise_nb(fc,B,N0,t);
% s_dsb = s_dsb+noise;
figure(1);
subplot(2,1,1); plot(t,mt,'b-');
xlabel('t (s)'); title(' baseband signal ');
grid on;
subplot(2,1,2); plot(t,s_dsb,'b-');
hold on; plot(t,mt,'r:');
xlabel('t
边栏推荐
- Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
- 网络设备应急响应指南
- EVM proof in appliedzkp zkevm (11)
- A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
- Developing mqtt access program under QT
- Annex I: power of attorney for 202x XXX attack and defense drill
- Technology Management - learning / practice
- 【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
- DCDC电源电流定义
- 附件二:攻防演练保密协议.docx
猜你喜欢
中科磐云—D模块解析以及评分标准
中科磐云—2022广东木马信息获取解析
C basic (VII) document operation
Talking about JVM
Definition of DCDC power supply current
Drozer tool
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
Utiliser des unités de mesure dans votre code pour une vie meilleure
抓包整理外篇fiddler———— 会话栏与过滤器
随机推荐
qt下开发mqtt的访问程序
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
Annex V: briefing on the attack process docx
郑州正清园文化传播有限公司:针对小企业的7种营销技巧
Customize a pager needed in your project
Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
定制一个自己项目里需要的分页器
CRS-4013: This command is not supported in a single-node configuration.
Annex VI: defense work briefing docx
Several smart watch related chips Bluetooth chip low power consumption
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
Deep understanding of redis -- bloomfilter
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
Change the background color of Kivy tutorial (tutorial includes source code)
The first introduction, stages and methods of defense system breakthrough from the perspective of the red team
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
Annex 4: scoring criteria of the attacker docx
6-4 vulnerability exploitation SSH banner information acquisition
在代码中使用度量单位,从而生活更美好