当前位置:网站首页>[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边栏推荐
- CRS-4013: This command is not supported in a single-node configuration.
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 数字基带传输系统
- 郑州正清园文化传播有限公司:针对小企业的7种营销技巧
- 记几个智能手表相关芯片 蓝牙芯片 低功耗
- Download kicad on Alibaba cloud image station
- Annex 4: scoring criteria of the attacker docx
- 中職組網絡安全—內存取證
- Operate the server remotely more gracefully: the practice of paramiko Library
- Simple g++ and GDB debugging
- Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
猜你喜欢

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

A summary of the 8544 problem that SolidWorks Standard cannot obtain a license

Unity 接入天气系统

Notes on the paper "cross view transformers for real time map view semantic segmentation"

Yolov6 practice: teach you to use yolov6 for object detection (with data set)

6-5 vulnerability exploitation SSH weak password cracking and utilization

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

软件设计文档示例模板 - 学习/实践

自动化测试selenium基础篇——webdriverAPI

PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
随机推荐
软件设计文档示例模板 - 学习/实践
记几个智能手表相关芯片 蓝牙芯片 低功耗
Talking about JVM
How do good test / development programmers practice? Where to go
Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
20000 words will take you to master multithreading
Test cs4344 stereo DA converter
红队视角下的防御体系突破之第一篇介绍、阶段、方法
电子元器件商城与数据手册下载网站汇总
@Feignclient comments and parameters
Share some of my telecommuting experience
GUI application: socket network chat room
附件五:攻击过程简报.docx
中科磐云—模块A 基础设施设置与安全加固 评分标准
Notes on the paper "cross view transformers for real time map view semantic segmentation"
附件二:攻防演练保密协议.docx
How to build your own knowledge engine? Community open application
网络设备应急响应指南
Binary search tree
每日刷题记录 (十二)