当前位置:网站首页>【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边栏推荐
- 在代碼中使用度量單比特,從而生活更美好
- 新手找陪驾要注意什么
- MIN_RTO 对话
- 【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介
- 附件六:防守工作简报.docx
- 5张图告诉你:同样是职场人,差距怎么这么大?
- 附件六:防守工作簡報.docx
- Annex V: briefing on the attack process docx
- Rhcsa 01 - create partitions and file systems
- The "functional art" jointly created by Bolang and Virgil abloh in 2021 to commemorate the 100th anniversary of Bolang brand will debut during the exhibition of abloh's works in the museum
猜你喜欢

Longest increasing subsequence problem (do you really know it)

疫情远程办公经验分享| 社区征文

6-4 vulnerability exploitation SSH banner information acquisition
![[Yugong series] go teaching course 002 go language environment installation in July 2022](/img/a8/79c48e426ce909db960d446f923795.png)
[Yugong series] go teaching course 002 go language environment installation in July 2022

Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises

ADB tools

1. Mx6u-alpha development board (LED drive experiment in C language version)

Deep understanding of redis -- bloomfilter

Deep parsing structured exception handling (SEH) - by Matt Pietrek

自动化测试selenium基础篇——webdriverAPI
随机推荐
Main applications of TDK lambda power supply
Kivy tutorial custom fonts (tutorial with source code)
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
Redis: hash type data operation command
What is the difference between Western Digital Green disk, blue disk, black disk, red disk and purple disk
MAUI 入门教程系列(5.XAML及页面介绍)
多位科技公司创始人向Entrepreneur First提供高达1.58亿美元的C轮融资,协助其投资下一代全球创新者
Senior developers tell you, how to write excellent code?
分享一些我的远程办公经验
rac删除损坏的磁盘组
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
最长递增子序列问题(你真的会了吗)
Correct the classpath of your application so that it contains a single, compatible version of com.go
Network - vxlan
Utiliser des unités de mesure dans votre code pour une vie meilleure
Create ASM disk through DD
Self sharing of a graduate
6-4 vulnerability exploitation SSH banner information acquisition
Cmake compilation option setting in ros2