CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - FFT

搜索资源列表

  1. Matlab_spectrum_analysis

    0下载:
  2. 基于matlab的信号FFT频谱分析与显示,含matlab代码-matlab spectrum analysis
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:145622
    • 提供者:金融
  1. FFT_dsound

    0下载:
  2. FFT声音动态频谱,可以采集声音并对其进行动态频谱分析。-FFT Dynamic Spectrum Sound AppWizard has created this DSound application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your a
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:70921
    • 提供者:LIMING
  1. WaveConvertor

    0下载:
  2. 实现裸音数据的FFT变换以及对音频样本序列的处理,包括实现Forward和Reverse Fourier变换-Bare implementation of the FFT transform audio data as well as audio samples of the treatment sequence, including the realization of Forward and Reverse Fourier Transform
  3. 所属分类:Audio program

    • 发布日期:2017-04-14
    • 文件大小:5448
    • 提供者:路培桄
  1. FhDgHEP2

    0下载:
  2. 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific descr iption of the fft algorithm implementation process
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:17623
    • 提供者:Decheng Yu
  1. 31767697WaveFFT

    0下载:
  2. 用C#实现的类似频扑分析仪的功能,包括FFT变换等操作-To use C# to achieve a similar function of frequency flutter analyzer
  3. 所属分类:Audio program

    • 发布日期:2017-04-07
    • 文件大小:102272
    • 提供者:
  1. shs_fft

    1下载:
  2. 将fft后的数据进行分谐波叠加,用来求含有谐波的声音,如人声、乐器等的基频-Fft the data after the sub-harmonic superposition is used to seek containing harmonic sounds, such as human voice, musical instruments, such as fundamental frequency
  3. 所属分类:Audio

    • 发布日期:2012-12-22
    • 文件大小:880
    • 提供者:syy
  1. sp_syn

    0下载:
  2. This code designed for CCS for speech recogntion using FFT based feature extraction.
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-31
    • 文件大小:111000
    • 提供者:Mahesh
  1. fft2_ifft2

    0下载:
  2. 傅里叶的快速算法,已验证程序。希望对使用FFT的朋友有所帮助。-fft algorithm, i hope it can help somebody.
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-25
    • 文件大小:196796
    • 提供者:张清
  1. Spectrogram

    0下载:
  2. show spectogram of wave file. It use FFT to draw spectrum of sound. only support saved wave file.
  3. 所属分类:Audio program

    • 发布日期:2017-03-23
    • 文件大小:43895
    • 提供者:nowpudo
  1. FFT_MMX

    0下载:
  2. 快速傅里叶(FFT)的MMX优化代码,可大幅度提高程序运行的时间-MMX code of FFT
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-05
    • 文件大小:1570
    • 提供者:陈本强
  1. shengyin

    0下载:
  2. 这是一个对齿轮箱震动产生的信号进行捕捉并进行谱分析的程序 它应用了FFT变换算法-This is a gearbox vibration signals generated by capturing and spectral analysis procedures for the application of fast Fourier transform algorithm
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:59523
    • 提供者:王海光
  1. Audio-capture-and-playback

    1下载:
  2. vc6.0环境下编写的基于快速傅里叶变换(FFT)的音频采集和播放代码,采用mfc设计的采集和播放界面,并能实时的看到声音波形。-vc6.0 environment prepared based on fast Fourier transform (FFT) audio capture and playback code, to mfc design capture and playback interface, and real-time to see a sound wave.
  3. 所属分类:Audio program

    • 发布日期:2017-05-17
    • 文件大小:4774974
    • 提供者:cekxidiancek
  1. MP3Player

    0下载:
  2. 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:640981
    • 提供者:能能
  1. fwav.cb6

    0下载:
  2. 利用FFT计算WAV文件的信号频谱,可以选择2048点/4096点/8192点运算,频谱分辨率高-The FFT calculation WAV files signal spectrum can choose the 2048/4096/8192 point operations, high spectral resolution
  3. 所属分类:Audio program

    • 发布日期:2017-11-05
    • 文件大小:226888
    • 提供者:夏永明
  1. mdct-v1.0.0.40.tar

    0下载:
  2. mpeg编码中mp3与AAC会用到的mdct模块, 该代码提供了3种计算mdct的方法,第一种为原始公式,第二种为快速FFT变换,第三种是N/4点快速FFT变换。 在初始化时可选择任意一种计算方法,此外,还提供了定点的mdct代码,可以方便进行平台的移植-fast mdct calculate,
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-01
    • 文件大小:10765
    • 提供者:罗龙智
  1. audio_analysis_synthesis.tar

    0下载:
  2. 该代码提供了音频信号的分析与重建示例代码, 该代码用fft 与mdct两种方式对音频信号进行分析和完美重建(perfect reconstruct), 通过该代码的学习可以了解并进一步学习mp3与AAC编码原理, 因为本代码与AAC滤波器组的分析与综合是一样的-audio analysis and synthesis example code
  3. 所属分类:Audio program

    • 发布日期:2017-11-15
    • 文件大小:25238
    • 提供者:罗龙智
  1. 292535AudioWave

    0下载:
  2. Wave文件读取、播放、实时显示波形、对其作FFT和DCT等功能-Wave document read, play, real-time display of waveform, its function as FFT and DCT
  3. 所属分类:Video Capture

    • 发布日期:2017-11-17
    • 文件大小:339884
    • 提供者:不离不弃
  1. draw_wav_fft

    0下载:
  2. 读取wav文件的一段数据,利用fft算法画出频域图形-Read wav files for some data, the use of the frequency domain fft algorithm to draw graphics
  3. 所属分类:Audio program

    • 发布日期:2017-11-14
    • 文件大小:5706
    • 提供者:blackmo
  1. virtual-instrument-with-VB

    5下载:
  2. 一个非常好的VB开发的通过声卡采集波形的程序,达到声音测量,声音振动FFT分析功能-VB developed a very good through the sound card collection waveform procedures, to achieve sound measurement, sound and vibration analysis of FFT function
  3. 所属分类:Audio program

    • 发布日期:2014-09-06
    • 文件大小:65536
    • 提供者:杜伟
  1. pinyu-bianhuan

    0下载:
  2. 实现了在matlab下音频信号的dct(离散余弦)和fft(傅里叶变换)相对matlab工具箱,有快速准确的效果。-Realized the dct (discrete cosine) of the audio signal in matlab fft (Fourier transform) relative matlab toolbox, fast and accurate results.
  3. 所属分类:Audio program

    • 发布日期:2017-11-03
    • 文件大小:3067
    • 提供者:lishuohao
« 1 2 34 »
搜珍网 www.dssz.com