当前位置:网站首页>【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
【MATLAB】MATLAB 仿真模拟调制系统 — VSB 系统
2022-07-04 03:55:00 【嵌入式职场】
目录
1、VSB 系统
close all;
clear all;
clc;
fm = 5; %基带信号的最高频率
fc = 20; %载波中心频率
dt = 0.001; %时间采样间隔
T = 5; %信号时长
t = 0:dt:T;
mt = sqrt(2)*( cos(2*pi*fm*t) + sin(2*pi*0.1*fm*t) );
%VSB 调制
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 已调信号');
xlabel('t (s)'); grid on;
% VSB 已调信号的功率谱
[f,sf] = T2F(t,s_vs
边栏推荐
- [Yugong series] go teaching course 002 go language environment installation in July 2022
- rac删除损坏的磁盘组
- 关闭的数据能用dbca删除吗? 能
- 通过dd创建asm disk
- Developing mqtt access program under QT
- Self sharing of a graduate
- Leetcode 121 best time to buy and sell stock (simple)
- Kivy教程之 07 组件和属性绑定实现按钮button点击修改label组件(教程含源码)
- 在代码中使用度量单位,从而生活更美好
- 旭化成首次参展第五届中国国际进口博览会(5th CIIE)
猜你喜欢
leetcode:1314. Matrix area and [2D prefix and template]
[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
Redis: order collection Zset type data operation command
FT2000+下LPC中断绑核使用说明
Senior developers tell you, how to write excellent code?
Distributed cap theory
Deep understanding of redis -- bloomfilter
[cloud native] those lines of code that look awesome but have a very simple principle
Dp83848+ network cable hot plug
随机推荐
Binary search tree
Rhcsa 03 - Basic permissions for documents
Yolov6 practice: teach you to use yolov6 for object detection (with data set)
PaddleHub人脸识别方案部署,将训练好的模型在pytchrom中进行部署应用
Instructions for LPC interrupt binding under ft2000+
通过dd创建asm disk
Rhcsa 04 - process management
rac删除损坏的磁盘组
Exploration and practice of eventbridge in the field of SaaS enterprise integration
牛客小白月赛49
Can closed data be deleted by DBCA? can
Introduction and application of rampax in unity: optimization of dissolution effect
红队视角下的防御体系突破之第一篇介绍、阶段、方法
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
GUI application: socket network chat room
附件一:202x年xxx攻防演习授权委托书
Sample template of software design document - learning / practice
附件2-2保密承诺书.docx
MIN_RTO 对话
Redis: hash type data operation command