搜索资源列表
电话拨号音与识别
- 音频分析软件又一次升级为10.0版本,采用最新的采用离散傅立叶变换Goertzel算法,效果更好!通过电话,手机免提时的按键发出的DTMF信号。能够通过电话号码的录音wav,分析按键DTMF信号对应的按键0-9、#、*的识别。通过最新技术和语音识别技术解码,能够完美的呈现出音频文件中电话号码发声的按键顺序。系统也可以实时的通过麦克风或音频输入设备识别按键解码,是相关需求必选电话声音解码软件. 主要用于专门用于分析WAV文件中的双音频号码。可用于电话,手机录音分析,由此确定拨出的号
Goertzel
- DTMF tone detection with Goertzel Algorithm
dtmf
- 本程序用于检测音频文件中是否具有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 wh
DTMF
- DTMF for matlab, using Goertzel algorithm and some test to veryfy the different tones
awgn
- DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
goertzel_new
- Goertzel algorithms for DTMF decoding demonstrated in MathLab and realized in C for TMS320C6713 and TMS320C5510 DSK.
DTMF3in1
- 3个完整的DTMF汇编程序,包括DTMF信号的产生和DTMF译码,译码采用Goertzel算法,5406上测试通过-3 programs of dtmf encoder and decoder,include goertzel algoritm
DTMF_Goertzel_Detector
- goertzel算法解码DTMF信号程序-algorithm for decoding DTMF signals goertzel program
byVB
- 涉及双音多频制式电话按键拨号的原理, Goertzel DFT算法实现DTMF 拨号过程,在发送端根据具体的电话号码生成相应的双频信号,在接收端根据频谱幅度,找到ASCII码即检索出电话号码。用VB进行可视化编程设计及仿真-DTMF,Goertzel DFT
spra066
- Modified Goertzel Algorithm in DTMF Detection Using the TMS320C80 (TI DSP)
DSP_project
- DTMF encoder/decoder using Goertzel algorithm and Biquad filtering
Goertzel
- This is a goertzel filter in Simulink, it decodes DTMF tones and displays the detected numbers.
GOERTZEL_c6713.ZIP
- this program understands the dtmf tone when you push the number.it detect with goertzel<algorı tm
goertzel
- DTMF function code of goertzel, it can be applied to any audio file so it is really helpful for others!
for-final-project-report
- DTMF goertzel function, it is really helpful for other beginners who want to do the DTMF
DTMF-detecter
- 这是一个DTMF的解码程序,用了两种方法:一是FFT,而是Goertzel算法 -This code is designed to detect the DTMF. Two methods to achieve it: one is FFT and the other is Goertzel algorithm.
DTMF
- DTMF信号的检测程序,使用GOERTZEL算法实现,可以解码DTMF信号。-DTMF signal detection procedures, using the Goertzel algorithm to achieve, you can decode the DTMF signals.
dtmf
- Goertzel算法对dtmf信号检测 稍加修改可检测忙音,拨号音-Goertzel algorithm slightly modified for dtmf signal detection can detect busy tone, dial tone
test2
- 基于matlab的dtmf信号传输过程及通信系统的软件仿真,包含gui界面。(Matlab based DTMF signal transmission process and communication system software simulation, including GUI interface.)