登录
首页 » 算法 » DTMF(Dual Tone Multi Frequency)Recognition Algorithm

DTMF(Dual Tone Multi Frequency)Recognition Algorithm

于 2022-06-16 发布 文件大小:46.27 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

       Dual Tone Multi Frequencies (DTMF tones) are two different tones at two ends of a spectrum that are used to send information in telephonic communication mediums. The tones represent numbers 0-9 and the symbols * and #. A series of these numbers may be assigned to individuals as points of contact, as in a phone number, or the numbers can be used to relay other sorts of information.       While it may seem confusing, it should be noted that all numbers on a telephone are assigned two DTMF tones, and in all, seven different frequencies are assigned. Some numbers will have the same lower frequency, but different higher frequency, while others will have the same higher frequency but a different lower frequency. The range is between 697 Hz and 941 Hz for the lower frequencies and 1209 Hz and 1633 Hz for

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 四则运的代码,有兴趣的可以研究下下的呵呵.
    四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
    2022-05-09 01:57:08下载
    积分:1
  • leetcode参考源码(java)
    leetcode部分题目的Java实现,未包含全部的152道题,只有44道,对于需要刷算法题,准备笔试面试的人还是很有用的,尤其是外企。刷题网址oj.leetcode.com
    2022-01-26 01:19:58下载
    积分:1
  • 时间间隔的程序
    计算时间间隔的程序-Program which calculates time interval
    2022-04-29 01:55:08下载
    积分:1
  • 解迷宫,要求只能左手贴在墙上走
    Problem Edison, a robot, does not have a right hand or eyes. As a brave robot, he always puts his left hand on the wall no matter he walks or turns around. Because he thinks it is too dangerous, Edison does not
    2022-06-22 01:23:19下载
    积分:1
  • 2维数组 截断 追加 测试
    应用背景 二维数组的截断和追加并不像TStringList那么简单。在研究二维数组的截断和追加时,写了本例子来研究。提供给有相同问题的后来人参考,代码有点青涩,毕竟是研究算法的的demo,不喜勿喷! 关键技术 二维数组的截断和追加是一个抽象的概念,本demo把它实例化,可以给爱偷懒的程序学习者参考,不足之处欢迎拍砖。{删除动态数组指定元素的过程: 参数 arr 是数组名, 参数 Index 是要删除的索引} procedure TForm1.DeleteArrItem(Index:Integer); var    j:integer; begin   if   Length(MyProArr)>1 then   begin    for j := Index to Length(MyProArr)-2 do        begin         MyProArr[j,0]:=MyProArr[j+1,0];         MyProArr[j,1]:=MyProArr[j+1,1];      end;     setlength(MyProArr,Length(MyProArr)-1,2);    end else    begin      setlength(MyProArr,0,2);    end;
    2022-11-15 14:10:02下载
    积分:1
  • 快速表达式运
    快速表达式运算 - The fast expression operates
    2022-10-06 00:55:03下载
    积分:1
  • 使用 Visual c + + MFC 的 Micromouse accelometer 程序
    此程序是创建加速度计表用于微型鼠标机器人,是基于 Visual c + + MFC。 表顺利帮助机器人驱动马达。 程序所获得的值显示与图,和的值是能够导出文件中。
    2023-01-21 17:25:03下载
    积分:1
  • 矩阵乘并行计
    矩阵乘法并行计算canon算法实现,用MPI做消息传送,能够快速实现多维矩阵的乘法运算
    2023-07-15 22:10:03下载
    积分:1
  • SMO
    经典的数据挖掘算法的源代码,SMO算法的JAVA实现,在WEKA平台上实现的。从weka中提取的,希望大家多多指正,对我们前期学习有所帮助。SMO算法源程序, java编写。
    2023-06-27 03:25:03下载
    积分:1
  • 三维电阻率反演matlab代码
    这是经典的一种电阻率三维反演的代码,在地球物理勘探领域有着非常广泛的应用,具有重要的研究和应用价值,本程序只与大家开展交流,请不要商业化。。。
    2022-08-02 14:48:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载