当前位置:网站首页>[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边栏推荐
- 令人头痛的延时双删
- Binary search tree
- NTFS security permissions
- 【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
- Customize a pager needed in your project
- 【MATLAB】通信信号调制通用函数 — 傅里叶变换
- Detailed comparison of Hynix emmc5.0 and 5.1 series
- Annexe VI: exposé sur les travaux de défense. Docx
- Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
- PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
猜你喜欢

Annex V: briefing on the attack process docx

NTFS security permissions

ADB tools

2022广东省赛——编码信息获取 解析flag

Beipiao programmer, 20K monthly salary, 15W a year, normal?

MAUI 入门教程系列(5.XAML及页面介绍)

在代码中使用度量单位,从而生活更美好

Change the background color of Kivy tutorial (tutorial includes source code)

6-5漏洞利用-SSH弱口令破解利用

Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
随机推荐
Rollup各组件作用
Download kicad on Alibaba cloud image station
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
记几个智能手表相关芯片 蓝牙芯片 低功耗
QT qtableview data column width adaptation
6-5 vulnerability exploitation SSH weak password cracking and utilization
网络设备应急响应指南
Public inputs in appliedzkp zkevm (13)
中科磐云—D模块解析以及评分标准
【MATLAB】通信信号调制通用函数 — 低通滤波器
Secondary vocational group network security - memory Forensics
练习-冒泡排序
CRS-4013: This command is not supported in a single-node configuration.
TCP状态转换图
Unity中RampTex介绍和应用: 溶解特效优化
2022年6月总结
附件二:攻防演练保密协议.docx
Unity 接入天气系统
Niuke Xiaobai monthly race 49