当前位置:网站首页>DTMF dual tone multi frequency signal simulation demonstration system
DTMF dual tone multi frequency signal simulation demonstration system
2022-04-23 20:08:00 【Matlab research studio】
1 brief introduction
Introduce DTMF Principle of signal generation and detection , Use Matlab Analog DTMF signal (DTMF) As a kind of user signaling, it is used in the signal transmission process between the telephone and the switch in the telephone system . stay Matlab The simulation is helpful to the optimization design of its specific system and signal detection in low noise environment .
2 Part of the code
function[t,st]=lpf(f,sf,B)
% low pass filter
df=f(2)-f(1);
fN=length(f);
ym=zeros(1,fN);
xm=floor(B/df);
xm_shift=[-xm:xm-1]+floor(fN/2);
ym(xm_shift)=1;
yf=ym.*sf;
[t,st]=F2T(f,yf);
3 Simulation results
4 reference
[1] Zhang Yaqi . be based on Matlab Analog multi tone signal [J]. Information and computers : Theory Edition , 2013(6):2.
About bloggers : Good at intelligent optimization algorithms 、 Neural networks predict 、 signal processing 、 Cellular automata 、 The image processing 、 Path planning 、 UAV and other fields Matlab Simulation , relevant matlab Code problems can be exchanged by private letter .
Some theories cite network literature , If there is infringement, contact the blogger to delete .
版权声明
本文为[Matlab research studio]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232006078314.html
边栏推荐
- FFT物理意义: 1024点FFT就是1024个实数,实际进入fft的输入是1024个复数(虚部为0),输出也是1024个复数,有效的数据是前512个复数
- 仓库管理数据库系统设计
- R语言survival包coxph函数构建cox回归模型、ggrisk包ggrisk函数和two_scatter函数可视化Cox回归的风险评分图、解读风险评分图、基于LIRI数据集(基因数据集)
- LPC1768 关于延时Delay时间与不同等级的优化对比
- Design of warehouse management database system
- MySQL数据库 - 单表查询(二)
- MySQL 进阶 锁 -- MySQL锁概述、MySQL锁的分类:全局锁(数据备份)、表级锁(表共享读锁、表独占写锁、元数据锁、意向锁)、行级锁(行锁、间隙锁、临键锁)
- Video understanding
- Database query - course selection system
- R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
猜你喜欢
CVPR 2022 | QueryDet:使用级联稀疏query加速高分辨率下的小目标检测
Understanding various team patterns in scrum patterns
Grafana 分享带可变参数的链接
[report] Microsoft: application of deep learning methods in speech enhancement
Fundamentals of programming language (2)
【webrtc】Add x264 encoder for CEF/Chromium
Shanda Wangan shooting range experimental platform project - personal record (V)
精简CUDA教程——CUDA Driver API
php参考手册String(7.2千字)
Kubernetes入门到精通-裸机LoadBalence 80 443 端口暴露注意事项
随机推荐
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(六)
NC basic usage 1
MySQL数据库 - 单表查询(三)
Kubernetes getting started to proficient - install openelb on kubernetes
uIP1.0 主动发送的问题理解
Unity general steps for creating a hyper realistic 3D scene
The textarea cursor cannot be controlled by the keyboard due to antd dropdown + modal + textarea
深度分析数据恢复原理——那些数据可以恢复那些不可以数据恢复软件
Inject Autowired fields into ordinary beans
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (6)
Kubernetes入门到精通-在 Kubernetes 上安装 OpenELB
Video understanding
Build intelligent garbage classification applet based on Zero
Speex Wiener filter and rewriting of hypergeometric distribution
Compact CUDA tutorial - CUDA driver API
Class loading process of JVM
山大网安靶场实验平台项目—个人记录(四)
LeetCode动态规划训练营(1~5天)
nc基础用法4
NC basic usage 3