当前位置:网站首页>[matlab] matlab simulation modulation system - VSB system
[matlab] matlab simulation modulation system - VSB system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、VSB System
close all;
clear all;
clc;
fm = 5; % The highest frequency of baseband signal
fc = 20; % Carrier center frequency
dt = 0.001; % Time sampling interval
T = 5; % Signal duration
t = 0:dt:T;
mt = sqrt(2)*( cos(2*pi*fm*t) + sin(2*pi*0.1*fm*t) );
%VSB modulation
s_vsb = mt.*cos(2*pi*fc*t);
[f,sf] = T2F(t,s_vsb);
[t,s_vsb] = vsbpf(f,sf,0.2*fm,fm,fc);
figure;
subplot(3,1,1); plot(t,s_vsb,'b-');
hold on; plot(t,mt,'r:');
title('VSB Modulated signal ');
xlabel('t (s)'); grid on;
% VSB Power spectrum of modulated signal
[f,sf] = T2F(t,s_vs
边栏推荐
猜你喜欢
全国职业院校技能大赛(中职组)网络安全竞赛试题—解析
Detailed comparison of Hynix emmc5.0 and 5.1 series
Create ASM disk through DD
MySQL indexes and transactions
技术管理 - 学习/实践
Test cs4344 stereo DA converter
在代碼中使用度量單比特,從而生活更美好
Use units of measure in your code for a better life
Talking about JVM
Formatted text of Kivy tutorial (tutorial includes source code)
随机推荐
Annexe VI: exposé sur les travaux de défense. Docx
中科磐云—D模块解析以及评分标准
VSCode的有用插件
MySQL indexes and transactions
GUI application: socket network chat room
NTFS 安全权限
在代碼中使用度量單比特,從而生活更美好
6-5漏洞利用-SSH弱口令破解利用
COMP1721 Creating Classes
rac删除损坏的磁盘组
RPC - gRPC简单的demo - 学习/实践
Acwing game 58
中科磐云—2022广东木马信息获取解析
Annex VI: defense work briefing docx
Annex II: confidentiality agreement for offensive and defensive drills docx
附件二:攻防演练保密协议.docx
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
【MATLAB】通信信号调制通用函数 — 窄带高斯白噪声的生成
Customize a pager needed in your project
Unity中RampTex介绍和应用: 溶解特效优化