Welcome![Sign In][Sign Up]
Location:
Search - Goertzel DTMF

Search list

[Documents电话拨号音与识别

Description: 音频分析软件又一次升级为10.0版本,采用最新的采用离散傅立叶变换Goertzel算法,效果更好!通过电话,手机免提时的按键发出的DTMF信号。能够通过电话号码的录音wav,分析按键DTMF信号对应的按键0-9、#、*的识别。通过最新技术和语音识别技术解码,能够完美的呈现出音频文件中电话号码发声的按键顺序。系统也可以实时的通过麦克风或音频输入设备识别按键解码,是相关需求必选电话声音解码软件. 主要用于专门用于分析WAV文件中的双音频号码。可用于电话,手机录音分析,由此确定拨出的号码。比如分析出电话录音中的,手机号码,音频分析软件能够读取 mp3、wav、amr等多种文件格式,利用dtmf 技术识别音频中的各种特殊频谱声音(例如:电话拨号音、电话按键音、手机铃声音......),并且支持音频文件格式的转换、声音的缩放、截取等等 声明:该软件仅供学习娱乐和技术研究使用,如果您用于非法途径(例如非法查看/获取他人隐私,获取他人个人信息/资料等),由此带来的一切后果自负,与软件作者无关,作者不承担任何法律责任! 联系人:小光 QQ:1512839549 http://jd12345679.ys168.com
Platform: | Size: 119296 | Author: jd12345679@126.com | Hits:

[EditBox

Description:
Platform: | Size: 909312 | Author: 王鹏 | Hits:

[Communication-MobileDTMF_GEN_DEC

Description: Goertzel算法是DTMF信号检测的核心,它利用二极点的IIR滤波器计算离散傅立叶变换值,快速有效的提取输入信号的频谱信息。-Goertzel algorithm algorithm is DTMF signal detection at the core, It uses two poles of the IIR filter calculating the discrete Fourier transform value rapid and effective extraction of the input signal spectrum of information.
Platform: | Size: 9216 | Author: zhaihui | Hits:

[CommunicationDTMFAPPLIY

Description: 在MATLAB中用Goertzel算法(先用FFT算法,再用goertzel算法,)仿真DTMF的产生与检测的程序。应用于双音多频信号的产生与检测。-in Goertzel algorithm using MATLAB (first using FFT algorithm, reuse goertzel algorithm) simulation DTMF detection with the selection process. Used DTMF signal detection with the selection.
Platform: | Size: 1024 | Author: 徐政 | Hits:

[Windows Developdtmf_dll_V2.0

Description: 利用VC6.0完成的DTMF码的识别.对按键的声音数据利用格策尔算法进行频率识别,进而预测出所按的按钮的位置.-VC6.0 completed using DTMF identification code. The voice of key data on the use of Goertzel algorithm frequency identification, and then predict the location of the button press.
Platform: | Size: 285696 | Author: 付晓强 | Hits:

[CommunicationdtmfDecoder

Description: DTMF实时解码,采用goertzel算法,通过监测信号中的两个主要频率从而得出DTMF值-DTMF decoder in real time, using goertzel algorithm, by monitoring the signal so as to arrive at the two main frequency DTMF value
Platform: | Size: 611328 | Author: cuijianbing | Hits:

[matlabawgn

Description: DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (Dual Tone Multi-Frequency) is a single with two specific combination of audio signals to represent a kind of digital signal coding techniques. Two monosyllabic different frequency, on behalf of the numbers, or the realization of the functions are also different. Eight kinds of frequency of use on behalf of telephone on the 16 keys, 10 numeric keys 0 ~ 9 and 6 function keys*,#, A, B, C, D. The frequency of specific composition of reference books. Requirements: (1) According to the keyboard input of symbols, the use of MATLAB have a corresponding DTMF signal (2), respectively, using FFT algorithm and the Goertzel algorithm DTMF signal spectrum and frequency spectrum draw (3) According to DTMF signal frequency spectrum to determine represented by symbols and input symbols unanimously.
Platform: | Size: 15360 | Author: wyyy | Hits:

[Voice Compressdtmf

Description: 本程序用于检测音频文件中是否具有DTMF信号,若有则将其检出。 程序首先使用Goertzel算法求出以FRAMESIZE(默认200)为大小的一帧数据在8个DTMF频点上的能量。 对Goertzel算法的改进,对于系数的计算不是采用2*cos[2*pi*k/N],而是采用2*cos[2*pi*fn/fs],这样能够降低误差。 确定了8个频点的能量后运用一系列判决门限来确定有没有DTMF信号,以及信号是什么。 -This procedure used to detect whether an audio file with a DTMF signal, if so, what will be its detection. Procedures to derive the first use of Goertzel algorithm to FRAMESIZE [default 200] for the size of data in an eight point DTMF frequency energy. Of the Goertzel algorithm for the calculation of coefficients instead of 2* cos [2* pi* k/N], instead of using the 2* cos [2* pi* fn/fs], this can reduce the error. Identified eight frequency energy use after a series of sentences to determine the threshold has no DTMF signal, as well as the signal is.
Platform: | Size: 620544 | Author: 李昊然 | Hits:

[matlabDTMF

Description: DTMF for matlab, using Goertzel algorithm and some test to veryfy the different tones
Platform: | Size: 3072 | Author: xywaka | Hits:

[DSP programgoertzel_new

Description: Goertzel algorithms for DTMF decoding demonstrated in MathLab and realized in C for TMS320C6713 and TMS320C5510 DSK.
Platform: | Size: 781312 | Author: SimonS65 | Hits:

[DSP programDTMF3in1

Description: 3个完整的DTMF汇编程序,包括DTMF信号的产生和DTMF译码,译码采用Goertzel算法,5406上测试通过-3 programs of dtmf encoder and decoder,include goertzel algoritm
Platform: | Size: 20480 | Author: 小华 | Hits:

[matlabgoertzel

Description:
Platform: | Size: 310272 | Author: mjp6642 | Hits:

[Speech/Voice recognition/combineDTMF_Goertzel_Detector

Description: goertzel算法解码DTMF信号程序-algorithm for decoding DTMF signals goertzel program
Platform: | Size: 1024 | Author: chris | Hits:

[OtherbyVB

Description: 涉及双音多频制式电话按键拨号的原理, Goertzel DFT算法实现DTMF 拨号过程,在发送端根据具体的电话号码生成相应的双频信号,在接收端根据频谱幅度,找到ASCII码即检索出电话号码。用VB进行可视化编程设计及仿真-DTMF,Goertzel DFT
Platform: | Size: 4096 | Author: EMIA | Hits:

[BooksDTMF

Description: DTMF(双音多频)技术是DSP技术中的一种,DT—MF信号的产生I及检测都要以相关算法为基础.在此我们提出采用Goertzel算法来实现DTMF信号的产生及检测-dtmf
Platform: | Size: 71680 | Author: 刘永胜 | Hits:

[SCMspra066

Description: Modified Goertzel Algorithm in DTMF Detection Using the TMS320C80 (TI DSP)
Platform: | Size: 78848 | Author: ComManiac | Hits:

[matlabDSP_project

Description: DTMF encoder/decoder using Goertzel algorithm and Biquad filtering
Platform: | Size: 128000 | Author: Zubair | Hits:

[matlabGoertzel

Description: This is a goertzel filter in Simulink, it decodes DTMF tones and displays the detected numbers.
Platform: | Size: 10240 | Author: sloory | Hits:

[DSP programGOERTZEL_c6713.ZIP

Description: this program understands the dtmf tone when you push the number.it detect with goertzel<algorı tm
Platform: | Size: 471040 | Author: aaaaa | Hits:

[DSP programGoertzel

Description: DTMF tone detection with Goertzel Algorithm
Platform: | Size: 70656 | Author: ntnt | Hits:
« 12 3 »

CodeBus www.codebus.net