搜索资源列表
DWL
- 强大的音频分析工具源码,可对音频数据流进行各种分析处理。- This code is basically a stripped-down and ironed-out version of my VB FFT Library (available on the Deeth website) done entirely with digital audio in mind. My VB FFT Library (and thusly-- this as well) is
AudioWave
- 对WAV格式的语音信号的FFT等变换,并显示该语音信号的频谱特性。-FFT of the speech signal such as transformation
FFT_lowpass
- 采用FFT和低通滤波器的两种语音除噪算法比较,MATLAB编程,附效果图-Using FFT and low pass filter audio noise canceling algorithm for the two compare, MATLAB programming, with a results map
AnalogVoiceSignal
- 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图。 -Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of
CODE_UPLOAD466
- create FFT file analsys audio
OndeFreq.tar
- This a simple program that uses the FFT to transform the audio from microphone to frequency domain with wxWidgets. -This is a simple program that uses the FFT to transform the audio from microphone to frequency domain with wxWidgets.
untitled
- FFT简易分析仪 用来分析从电脑中录入的音频 利用了fir滤波器和iir滤波器 并有 GUI界面 完整的程序-FFT simple analyzer used to analysis the audio inputs from the computer using the fir filter and iir filter and a GUI interface complete program ~ ~
wav_FFT_demo
- 快速傅氏变换(FFT),允许用户查看的音频信号的频谱内容。 FFT这里给出的代码是由唐交叉出现,他的主页,随后被撤下。而不是解释的FFT的数学理论,我将试图解释它的用处,因为它涉及到的音频信号。 FFT允许用户获得的音频信号的频谱构成,获得它的各种频率的分贝,或获得其各种频率的强度。光谱观众(在上面的图片所示),均衡器,或VU表可以使用FFT,以显示其结果。它们之间的差值,然后取决于一对夫妇方程采取的FFT的实部和虚部的组件,并返回的强度或分贝水平被用于在绘制结果中的一个。下面的代
chengxu1
- 音频信号的分帧,fft,相关性分析。自己编的,可生成图像。其中也加了注释- Sub-frame of the audio signal, fft, correlation analysis
Myabsd5
- matlab音频分析,能够画出元时域图和fft后的图,以及滤波后的fft和倒谱图-Figure matlab audio analysis, time-domain diagram element can be drawn and after fft, fft and filtered and inverted spectrum
qvmun
- 基于kaiser窗的双谱线插值FFT谐波分析,音频信号通过LM386放大,课程设计时编写的matlab程序代码。- Dual-line interpolation FFT harmonic analysis kaiser windows, LM386 audio signal amplification, Course designed to prepare the matlab program code.
voice_spectrum
- 用于检测音频wav文件的语谱以及FFT,使用了audioread函数(The language spectrum and FFT for detecting audio WAV files)