当前位置:网站首页>[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边栏推荐
- appliedzkp zkevm(11)中的EVM Proof
- 附件二:攻防演练保密协议.docx
- Annex 4: scoring criteria of the attacker docx
- When using flash to store parameters, the code area of flash is erased, which leads to the interrupt of entering hardware error
- Annex III: scoring standard of the defender docx
- Annex 2-2 confidentiality commitment docx
- C language one-way linked list exercise
- Qt QTableView数据列宽度自适应
- Binary search tree
- Correct the classpath of your application so that it contains a single, compatible version of com. go
猜你喜欢

RPC - grpc simple demo - learn / practice

中职组网络安全—内存取证

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

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

Unity中RampTex介绍和应用: 溶解特效优化

6-4 vulnerability exploitation SSH banner information acquisition

STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管

关于solidworks standard无法获得许可 8544问题的总结

DCDC电源电流定义

Niuke Xiaobai monthly race 49
随机推荐
Share some of my telecommuting experience
关闭的数据能用dbca删除吗? 能
Drozer tool
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
RPC - gRPC简单的demo - 学习/实践
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
在代碼中使用度量單比特,從而生活更美好
网络设备应急响应指南
C basic (VII) document operation
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
How to build your own knowledge engine? Community open application
Notes on the paper "cross view transformers for real time map view semantic segmentation"
qt下开发mqtt的访问程序
Rollup各组件作用
Useful plug-ins for vscode
The second case analysis of the breakthrough of defense system from the perspective of the red team
appliedzkp zkevm(13)中的Public Inputs
Correct the classpath of your application so that it contains a single, compatible version of com. go
【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
CRS-4013: This command is not supported in a single-node configuration.