当前位置:网站首页>【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
边栏推荐
- Yolov6 practice: teach you to use yolov6 for object detection (with data set)
- Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
- Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
- Kivy教程之 自定义字体(教程含源码)
- The five pictures tell you: why is there such a big gap between people in the workplace?
- Main applications of TDK lambda power supply
- Select function variable column name in dplyr of R language
- FT2000+下LPC中断绑核使用说明
- Eig launched Grupo Cerro, a renewable energy platform in Chile
- MIN_ RTO dialog
猜你喜欢
Boutique website navigation theme whole station source code WordPress template adaptive mobile terminal
Experience sharing of epidemic telecommuting | community essay solicitation
两万字带你掌握多线程
Correct the classpath of your application so that it contains a single, compatible version of com. go
Annex V: briefing on the attack process docx
Distributed cap theory
A beautiful API document generation tool
在代码中使用度量单位,从而生活更美好
rac删除损坏的磁盘组
Change the background color of Kivy tutorial (tutorial includes source code)
随机推荐
Use units of measure in your code for a better life
Definition of DCDC power supply current
GUI application: socket network chat room
Instructions for LPC interrupt binding under ft2000+
Architecture practice camp - graduation project of module 9 of phase 6
B. All Distinct
Leetcode 121 best time to buy and sell stock (simple)
红队视角下的防御体系突破之第二篇案例分析
技术管理 - 学习/实践
Formatted text of Kivy tutorial (tutorial includes source code)
FT2000+下LPC中断绑核使用说明
Rhcsa 04 - process management
网络设备应急响应指南
Deep parsing structured exception handling (SEH) - by Matt Pietrek
Acwing game 58
Qt QTableView数据列宽度自适应
Sample template of software design document - learning / practice
通过dd创建asm disk
沃博联结束战略评估,决定保留表现优异的博姿业务
5张图告诉你:同样是职场人,差距怎么这么大?