当前位置:网站首页>【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
2022-07-04 03:55:00 【嵌入式职场】
目录
1、DSB 系统
close all;
clear all;
clc;
fm = 1; %信源最高频率
fc = 10; %载波中心频率
dt = 0.001; %时间采样间隔
T = 5; %信号时长
t = 0:dt:T;
mt = cos(2*pi*fm*t); %基带信号
%DSB 已调信号
s_dsb = mt.*cos(2*pi*fc*t);
% %生成窄带高斯白噪声
% B = 2*fm;
% N0 = 0.01; %白噪单边功率谱密度
% 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('基带信号');
grid on;
subplot(2,1,2); plot(t,s_dsb,'b-');
hold on; plot(t,mt,'r:');
xlabel('t 边栏推荐
- 牛客小白月赛49
- 电子元器件商城与数据手册下载网站汇总
- Operate the server remotely more gracefully: the practice of paramiko Library
- "Don't care too much about salary when looking for a job", this is the biggest lie I've ever heard
- Dp83848+ network cable hot plug
- Experience sharing of epidemic telecommuting | community essay solicitation
- Cmake compilation option setting in ros2
- Intersection traffic priority, illustration of intersection traffic rules
- [cloud native] those lines of code that look awesome but have a very simple principle
- Unity 接入天气系统
猜你喜欢

戳气球和布尔运算问题(巨难)

Technology Management - learning / practice

Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators

Can closed data be deleted by DBCA? can

Redis: operation command for collecting set type data

RPC - grpc simple demo - learn / practice

Drozer tool

Test cs4344 stereo DA converter

6-4 vulnerability exploitation SSH banner information acquisition

Redis: hash type data operation command
随机推荐
Create ASM disk through DD
Annex VI: defense work briefing docx
Rhcsa 06 - suid, sgid, sticky bit (to be added)
Keysight n9320b RF spectrum analyzer solves tire pressure monitoring scheme
网络设备应急响应指南
Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
6-4漏洞利用-SSH Banner信息获取
Developing mqtt access program under QT
Senior developers tell you, how to write excellent code?
LeetCode136+128+152+148
RAC delete damaged disk group
【MATLAB】MATLAB 仿真 — 模拟调制系统 之 AM 调制过程
Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators
【安全攻防】序列化与反序列,你了解多少?
RPC - grpc simple demo - learn / practice
Architecture practice camp - graduation project of module 9 of phase 6
戳气球和布尔运算问题(巨难)
通过dd创建asm disk
Unity中RampTex介绍和应用: 溶解特效优化
Use units of measure in your code for a better life