当前位置:网站首页>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
边栏推荐
- Build intelligent garbage classification applet based on Zero
- IIS数据转换问题16bit转24bit
- NC basic usage 2
- SRS deployment
- 还在用 ListView?使用 AnimatedList 让列表元素动起来
- MFC obtains local IP (used more in network communication)
- How to select the third-party package of golang
- 【2022】将3D目标检测看作序列预测-Point2Seq: Detecting 3D Objects as Sequences
- Electron入门教程3 ——进程通信
- Go modules daily use
猜你喜欢

如何在BNB链上创建BEP-20通证

Class loading process of JVM
![[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached](/img/73/ba9fb872aa279405204c411c18f348.png)
[numerical prediction case] (3) LSTM time series electricity quantity prediction, with tensorflow complete code attached

Esp8266 - beginner level Chapter 1

Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (6)

Zero base to build profit taking away CPS platform official account

Comment créer un pass BEP - 20 sur la chaîne BNB

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

【webrtc】Add x264 encoder for CEF/Chromium

Grafana shares links with variable parameters
随机推荐
C学习完结
图书管理数据库系统设计
NC basic usage 2
Shanda Wangan shooting range experimental platform project - personal record (IV)
@MapperScan与@Mapper
Design of warehouse management database system
Grafana shares links with variable parameters
How to select the third-party package of golang
VeraCrypt文件硬盘加密使用教程
【h264】libvlc 老版本的 hevc h264 解析,帧率设定
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(七)
Scrum Patterns之理解各种团队模式
nc基础用法
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
记录:调用mapper报空指针;<foreach>不去重的用法;
Zero base to build profit taking away CPS platform official account
nc基础用法2
The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch
Hot reload debugging
A brief explanation of golang's keyword "competence"