CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Goertzel algorithm

搜索资源列表

  1. 单音频检测Goertzel算法类文件

    0下载:
  2. 单音频检测Goertzel算法类-single audio detection algorithm Goertzel algorithm category
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:14964
    • 提供者:汪颖
  1. DTMF_GEN_DEC

    0下载:
  2. 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
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:9605
    • 提供者:zhaihui
  1. Goertzel

    0下载:
  2. Goertel算法(c语言)用于对特定频率的检测-Goertel algorithm (c Language) is used to detect the specific frequency
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:12448
    • 提供者:Lu
  1. DTMFAPPLIY

    1下载:
  2. 在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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:徐政
  1. project

    0下载:
  2. Generation of signal with extra parameters Detection using Fast Fourier Transform Algorithm Goertzel Algorithm Digital Filtering (FIR Filter bank)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:64050
    • 提供者:dairy
  1. GOERTZEL.rar

    0下载:
  2. GOERTZEL算法,应用于音调检测,能够连续实时的进行FFT处理。,GOERTZEL algorithm, applied to tone detection, continuous real-time be able to deal with the conduct of FFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1029
    • 提供者:刘俊廷
  1. Goertzel

    0下载:
  2. DTMF tone detection with Goertzel Algorithm
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:70480
    • 提供者:ntnt
  1. dtmf

    1下载:
  2. 本程序用于检测音频文件中是否具有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
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-26
    • 文件大小:325968
    • 提供者:李昊然
  1. DTMF

    0下载:
  2. DTMF for matlab, using Goertzel algorithm and some test to veryfy the different tones
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2844
    • 提供者:xywaka
  1. awgn

    1下载:
  2. DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 -DTMF (
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15243
    • 提供者:wyyy
  1. DTMF2

    0下载:
  2. 利用MATLAB对DTMF信号的产生与检测进行模拟仿真,检测端采用Goertzel算法-Use MATLAB to generate DTMF signals for simulation and testing, testing client using Goertzel algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1043
    • 提供者:
  1. goertzel

    0下载:
  2. 介绍了一种实际已经调试完毕的能量检测算法-goertzel-This paper presents a debugging has been completed the actual detection algorithm of the energy-goertzel
  3. 所属分类:3G develop

    • 发布日期:2017-03-30
    • 文件大小:702524
    • 提供者:yeping
  1. Goertzel

    2下载:
  2. 用Goertzel算法计算两正弦波信号的相位差-Goertzel algorithm using two-phase sine wave signals
  3. 所属分类:matlab

    • 发布日期:2016-05-07
    • 文件大小:542
    • 提供者:zw
  1. Goertzel_DFT

    0下载:
  2. Goertzel DFT implementation in C#. This is Goertzel s style of calculating Discrete Fourier Transform, is a windowed transform similar to STFT. This implementation will need some small modification for your use, but I post because it is rare in
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1115
    • 提供者:sefstrat
  1. Goertzel

    0下载:
  2. Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:23170
    • 提供者:陈安伟
  1. dtmf_generator_c6713

    0下载:
  2. A signal generator to simulate the dual tones of a touch-tone telephone. Can be used to test the Goertzel algorithm. This is for dsp6713dsk board.
  3. 所属分类:DSP program

    • 发布日期:2017-04-23
    • 文件大小:348575
    • 提供者:giorgio
  1. spra066

    0下载:
  2. Modified Goertzel Algorithm in DTMF Detection Using the TMS320C80 (TI DSP)
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:78615
    • 提供者:ComManiac
  1. DSP_project

    0下载:
  2. DTMF encoder/decoder using Goertzel algorithm and Biquad filtering
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:128273
    • 提供者:Zubair
  1. goertzel_algorithm_new

    0下载:
  2. Goertzel algorithm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:738364
    • 提供者:rlc
  1. Goertzel Algorithm

    0下载:
  2. Goertzel Algorithm aaa
  3. 所属分类:Windows编程

« 12 »
搜珍网 www.dssz.com