当前位置:网站首页>[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
边栏推荐
- Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
- 全国职业院校技能大赛(中职组)网络安全竞赛试题—解析
- Annexe VI: exposé sur les travaux de défense. Docx
- cmake
- Definition of DCDC power supply current
- 【无标题】
- Yolov6 practice: teach you to use yolov6 for object detection (with data set)
- MySQL JDBC programming
- 网络设备应急响应指南
- Zkevm (12) state proof of appliedzkp
猜你喜欢
Introduction and application of rampax in unity: optimization of dissolution effect
Annex VI: defense work briefing docx
Test cs4344 stereo DA converter
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
How to build your own knowledge engine? Community open application
RPC - grpc simple demo - learn / practice
中科磐云—D模块解析以及评分标准
简单g++和gdb调试
通过dd创建asm disk
Unity中RampTex介绍和应用: 溶解特效优化
随机推荐
如何构建属于自己的知识引擎?社群开放申请
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
National vocational college skills competition (secondary vocational group) network security competition questions - Analysis
RPC - gRPC简单的demo - 学习/实践
自动化测试selenium基础篇——webdriverAPI
Annex 2-2 confidentiality commitment docx
附件六:防守工作簡報.docx
Kivy tutorial custom fonts (tutorial with source code)
MySQL JDBC programming
【MATLAB】通信信号调制通用函数 — 插值函数
TCP状态转换图
DCDC电源电流定义
Error response from daemon: You cannot remove a running container 8d6f0d2850250627cd6c2acb2497002fc3
简单g++和gdb调试
Annex VI: defense work briefing docx
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
Fault analysis | mongodb 5.0 reports an error, and the legal instruction solves it
关闭的数据能用dbca删除吗? 能
Encryption and decryption
Operate the server remotely more gracefully: the practice of paramiko Library