当前位置:网站首页>[matlab] matlab simulation modulation system FM system
[matlab] matlab simulation modulation system FM system
2022-07-04 05:00:00 【Embedded workplace】
Catalog
1、FM System
clear all;
close all;
clc;
Kf = 5; % FM index
fc = 10; % Carrier center frequency
dt = 0.001;
T = 10;
t = 0:dt:T;
% Generate baseband signal
fm = 1;
%mt = cos(2*pi*fm*t) + 1.5*sin(2*pi*0.3*fm*t);
mt = cos(2*pi*fm*t);
%FM modulation
A = sqrt(2);
%mt Integral function of
%mti = 1/2/pi/fm*sin(2*pi*fm*t) -3/4/pi/0.3/fm*cos(2*pi*0.3*fm*t);
mti = (1/(2*pi*fm))*sin(2*pi*fm*t) ;
st = A*cos(2*pi*fc*t + 2*pi*Kf*mti);
figure;
subplot(3,1,1); plot(t,st,'b-');
hold on; plot(t,mt,'r:');
xlabel('t (s)'); title('FM FM signal ');
grid on;
%FM Power spectrum of modulated signal
[f sf] &
边栏推荐
猜你喜欢
TCP状态转换图
Simple g++ and GDB debugging
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
中科磐云—2022广东木马信息获取解析
在代碼中使用度量單比特,從而生活更美好
DCDC电源电流定义
Flutter 调用高德地图APP实现位置搜索、路线规划、逆地理编码
MAUI 入门教程系列(5.XAML及页面介绍)
6-5 vulnerability exploitation SSH weak password cracking and utilization
Flutter ‘/usr/lib/libswiftCore.dylib‘ (no such file)
随机推荐
appliedzkp zkevm(11)中的EVM Proof
关于solidworks standard无法获得许可 8544问题的总结
【MATLAB】通信信号调制通用函数 — 低通滤波器
附件六:防守工作简报.docx
How to build your own knowledge engine? Community open application
DCDC电源电流定义
Annex III: scoring standard of the defender docx
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
MySQL indexes and transactions
Maui introductory tutorial series (5.xaml and page introduction)
Technology Management - learning / practice
技术管理 - 学习/实践
EVM proof in appliedzkp zkevm (11)
A summary of the 8544 problem that SolidWorks Standard cannot obtain a license
RPC - gRPC简单的demo - 学习/实践
Zhongke Panyun - 2022 Guangxi reverse analysis ideas
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
Zhengzhou zhengqingyuan Culture Communication Co., Ltd.: seven marketing skills for small enterprises
Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire
Notes on the paper "cross view transformers for real time map view semantic segmentation"