搜索资源列表
AudioProcessor20060522FFT
- Based ON MS speach API,实时显示波形,FFT变换,IFFT变换波形,支持从文件播放,基音分析,滤波,支持远程控制。欢迎大家改进!-Based ON MS ZAJAC API, real-time waveform, FFT, Transform IFFT waveform support from the document shows, pitch analysis, filtering, support remote control. We welcome the imp
Frequency_Analyzer
- 对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序. -talking the microphone to see the point of voice procedures screen display, demonstration of the process of rapid voice FFT transform (need sound card and microphone), Analysis showed th
VC_Spectrum.Base.On.AudioCard
- VC实现基于声卡的频谱分析.可将麦克风上传的声音进行频谱分析(应用FFT变换)并回显。-VC Sound Card Based on the analysis of the spectrum. Can be uploaded to the microphone for voice spectrum analysis (FFT Transform) and a back.
windows_fftw3_project
- 大名鼎鼎的MIT提供,任意FFT变换源程序及SDK-famous for MIT, arbitrary FFT source and SDK
MPEG4
- 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c - 音频帧定义 huffm
MPEG4
- MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c
FFTtest
- 四分裂快速度傅立叶变换,用于快速的信号处理,比原来的二分裂FFT节约一半空间和时间。还给出了标准自适应滤波方法。
MPEG4_sound
- MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c -
MPEG4-audioEnc
- MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c
声卡波形
- 声卡波形分析,具有fft波形变换功能。采用windows api编程。是个学习的很好例子-audio waveform analysis, waveform with fft transform function. Using windows api programming. The study is a good example of
cdaudioxsrc
- 这是一个数字信号处理的函数库,包括FFT变换,各种滤波算法, 如果你要编写数字信号处理相关的程序,这是个不错的选择-This a digital signal processing functions, including FFT, various filtering algorithm, if you want to prepare digital signal processing related to the procedure, which is not a bad choice
MATLAB_forspeech.rar
- 采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。,WAV file analysis using MATLAB. Step One: Select a WAV file as the target of analysis. (Ding.wav) Step
specdisp
- 自己写的利用FFT变换实现的声音频谱分析函数,支持多声道wav,可以对FFT变换点数、时间分辨率、频率分辨率、显示方式进行定制-Wrote it myself using FFT transform the voice spectrum analysis function, support multi-channel wav, can transform FFT points, time resolution, frequency resolution, and display customiz
WaveConvertor
- 实现裸音数据的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
FhDgHEP2
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific descr iption of the fft algorithm implementation process
31767697WaveFFT
- 用C#实现的类似频扑分析仪的功能,包括FFT变换等操作-To use C# to achieve a similar function of frequency flutter analyzer
shengyin
- 这是一个对齿轮箱震动产生的信号进行捕捉并进行谱分析的程序 它应用了FFT变换算法-This is a gearbox vibration signals generated by capturing and spectral analysis procedures for the application of fast Fourier transform algorithm
Audio-capture-and-playback
- 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.
mdct-v1.0.0.40.tar
- mpeg编码中mp3与AAC会用到的mdct模块, 该代码提供了3种计算mdct的方法,第一种为原始公式,第二种为快速FFT变换,第三种是N/4点快速FFT变换。 在初始化时可选择任意一种计算方法,此外,还提供了定点的mdct代码,可以方便进行平台的移植-fast mdct calculate,
efficient-convolution
- 零延时卷积算法实现,基于fft变换。Efficient Convolution Without Latency by William G. Gardner-It is well known that a block FFT implementation of convolution is vastly more efficient than the direct form FIR filter. Unfortunately, block processing incurs signifi