当前位置:网站首页>【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边栏推荐
- NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
- How do good test / development programmers practice? Where to go
- Kivy tutorial custom fonts (tutorial with source code)
- Rhcsa 07 - user and group management
- Kivy tutorial 07 component and attribute binding implementation button button click to modify the label component (tutorial includes source code)
- Rhcsa 06 - suid, sgid, sticky bit (to be added)
- Talking about what a high-quality little red book copy needs to have
- Kivy教程之 格式化文本 (教程含源码)
- MAUI 入门教程系列(5.XAML及页面介绍)
- leetcode:1314. Matrix area and [2D prefix and template]
猜你喜欢

附件六:防守工作简报.docx

Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators

电子元器件商城与数据手册下载网站汇总

Boutique website navigation theme whole station source code WordPress template adaptive mobile terminal

Redis: hash type data operation command
![[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise](/img/f2/3b95f53d67cd1d1979163910dbeeb8.png)
[Yugong series] go teaching course 001 in July 2022 - Introduction to go language premise
![[cloud native] those lines of code that look awesome but have a very simple principle](/img/6d/220c51a643263f431fb57c97c4b8ff.png)
[cloud native] those lines of code that look awesome but have a very simple principle

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

Kivy教程之 格式化文本 (教程含源码)

Test cs4344 stereo DA converter
随机推荐
Wechat official account infinite callback authorization system source code
Self sharing of a graduate
Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
How to view installed r packages in R language
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
What is context?
分布式CAP理论
Rhcsa 07 - user and group management
附件四:攻击方评分标准.docx
附件三:防守方评分标准.docx
Qt QTableView数据列宽度自适应
Deep parsing structured exception handling (SEH) - by Matt Pietrek
电子元器件商城与数据手册下载网站汇总
Leetcode 121 best time to buy and sell stock (simple)
Experience sharing of epidemic telecommuting | community essay solicitation
技术管理 - 学习/实践
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
Create ASM disk through DD
ADB tools
Introduction and application of rampax in unity: optimization of dissolution effect