搜索资源列表
-
0下载:
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
-
-
1下载:
本程序用于检测音频文件中是否具有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
-
-
0下载:
介绍了一种实际已经调试完毕的能量检测算法-goertzel-This paper presents a debugging has been completed the actual detection algorithm of the energy-goertzel
-
-
1下载:
Goertzel算法是DTMF信号检测的核心,它利用二极点的IIR滤波器计算离散傅立叶变换值,快速有效的提取输入信号的频谱(Goertzel algorithm is the core of DTMF signal detection. It uses the two-pole IIR filter to calculate the discrete Fourier transform value, and extracts the spectrum of input signal quickl
-