当前位置:网站首页>DTMF双音多频信号仿真演示系统
DTMF双音多频信号仿真演示系统
2022-04-23 20:06:00 【Matlab科研工作室】
1 简介
介绍DTMF信号的产生及检测原理,使用Matlab模拟双音多频信号(DTMF)作为一种用户信令被用于电话系统中的电话机与交换机之间的信号传输过程.在Matlab下的仿真实现有助于其具体系统的优化设计及低噪音环境下的信号检测.
2 部分代码
function[t,st]=lpf(f,sf,B)% 低通滤波器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 仿真结果

4 参考文献
[1]张雅琪. 基于Matlab的双音多频信号仿真[J]. 信息与电脑:理论版, 2013(6):2.
博主简介:擅长智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真,相关matlab代码问题可私信交流。
部分理论引用网络文献,若有侵权联系博主删除。
版权声明
本文为[Matlab科研工作室]所创,转载请带上原文链接,感谢
https://matlabzhushou.blog.csdn.net/article/details/124367058
边栏推荐
- SRS deployment
- How to select the third-party package of golang
- C语言的十六进制printf为何输出有时候输出带0xFF有时没有
- 山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(七)
- Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)
- C学习完结
- Go three ways to copy files
- 对普通bean进行Autowired字段注入
- Decompile and get the source code of any wechat applet - just read this (latest)
- 山大网安靶场实验平台项目—个人记录(四)
猜你喜欢

Physical meaning of FFT: 1024 point FFT is 1024 real numbers. The actual input to FFT is 1024 complex numbers (imaginary part is 0), and the output is also 1024 complex numbers. The effective data is

山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)

php参考手册String(7.2千字)

aqs的学习

STM32基础知识

C6748 software simulation and hardware test - with detailed FFT hardware measurement time

LeetCode异或运算

如何在BNB鏈上創建BEP-20通證

antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题

Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
随机推荐
Video understanding
PHP reference manual string (7.2000 words)
Design of warehouse management database system
Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
Kubernetes入门到精通-KtConnect(全称Kubernetes Toolkit Connect)是一款基于Kubernetes环境用于提高本地测试联调效率的小工具。
5 minutes to achieve wechat cloud applet payment function (including source code)
Speex维纳滤波与超几何分布的改写
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
The textarea cursor cannot be controlled by the keyboard due to antd dropdown + modal + textarea
MySQL syntax collation (5) -- functions, stored procedures and triggers
NC basic usage
Mysql database - basic operation of database and table (II)
MFC获取本机IP(网络通讯时用得多)
C6748 software simulation and hardware test - with detailed FFT hardware measurement time
Comment créer un pass BEP - 20 sur la chaîne BNB
使用 WPAD/PAC 和 JScript在win11中进行远程代码执行3
ESP8266-入门第一篇
filebeat、logstash配置安装
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
R语言使用timeROC包计算无竞争风险情况下的生存资料多时间AUC值、使用confint函数计算无竞争风险情况下的生存资料多时间AUC指标的置信区间值