当前位置:网站首页>[matlab] matlab simulation modulation system SSB system
[matlab] matlab simulation modulation system SSB system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、SSB System
close all;
clear all;
clc;
fm = 1; % Frequency of baseband signal
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);
%SSB modulation
% s_ssb = real(hilbert(mt).*exp(j*2*pi*fc*t) ); % The upper sideband
s_ssb = real(conj(hilbert(mt)).*exp(j*2*pi*fc*t) ); % Lower sideband
% % consider AWGN Influence
% B = fm; N0 = 0.01;
% noise = noise_nb(fc,B,N0,t);
% s_ssb = s_ssb + noise;
figure;
subplot(3,1,1); plot(t,s_ssb,'b-');
hold on; plot(t,mt,'r:');
xlabel('t (s)'); grid on;
title('S
边栏推荐
- 关闭的数据能用dbca删除吗? 能
- 抓包整理外篇fiddler———— 会话栏与过滤器
- Detailed comparison of Hynix emmc5.0 and 5.1 series
- 附件2-2保密承诺书.docx
- Correct the classpath of your application so that it contains a single, compatible version of com. go
- 每日刷题记录 (十二)
- 电子元器件商城与数据手册下载网站汇总
- 6-4漏洞利用-SSH Banner信息获取
- The second case analysis of the breakthrough of defense system from the perspective of the red team
- Can closed data be deleted by DBCA? can
猜你喜欢
How to build your own knowledge engine? Community open application
6-5 vulnerability exploitation SSH weak password cracking and utilization
Can closed data be deleted by DBCA? can
Flutter ‘/usr/lib/libswiftCore.dylib‘ (no such file)
RPC - grpc simple demo - learn / practice
Headache delayed double deletion
appliedzkp zkevm(13)中的Public Inputs
Annex VI: defense work briefing docx
qt下开发mqtt的访问程序
Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
随机推荐
Formatted text of Kivy tutorial (tutorial includes source code)
练习-冒泡排序
电子元器件商城与数据手册下载网站汇总
中科磐云—2022广西逆向解析思路
附件五:攻击过程简报.docx
在代码中使用度量单位,从而生活更美好
Annex 2-2 confidentiality commitment docx
【MATLAB】通信信号调制通用函数 — 带通滤波器
【MATLAB】MATLAB 仿真模拟调制系统 — SSB 系统
rac删除损坏的磁盘组
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
附件二:攻防演练保密协议.docx
Niuke Xiaobai monthly race 49
Unity 接入天气系统
Headache delayed double deletion
【MATLAB】通信信号调制通用函数 — 插值函数
2022年6月总结
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
20000 words will take you to master multithreading
Roles of rollup components