搜索资源列表
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
FFTExample_vcpp60
- VC++6.0上傅立叶变换FFT算法的示例程序。-VC 6.0 on the Fourier Transform FFT algorithm sample program.
FourierTransform_fft
- 关于信号处理中傅立叶变换的MATLAB函数,可以与FFT进行对比,运算速度比较快。-on Signal Processing Fourier transform function MATLAB, compared with the FFT. Operational speed is faster.
DSP_ADCFINAL
- TMS320LF2407上实现快速傅里叶变换(FFT)c代码
C3DSound
- 这是个3D环绕声的程序,主要是频谱分析和一些时域的幅值和相位的变换,fft,等核心做。
CepstrumPatterns
- 输入信号做FFT变换,取模,取对数,然后做FFT逆变换,其实就是求语音信号的倒谱
cvery_3328864
- 对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序.
MFCC 对输入的语音序列x进行MFCC参数的提取
- 对输入的语音序列x进行MFCC参数的提取,返回MFCC参数和一阶差分MFCC参数,Mel滤波器的阶数为24,fft变换的长度为256,采样频率为8000Hz,对x 256点分为一帧. -The voice of the input MFCC parameters on the sequence of x, return to MFCC parameters and extracted a order difference MFCC parameters, Mel filter for th
test
- 对语音信号加窗(汉明窗)并进行短时傅里叶变换,观察其频谱图,同时进行相位幅值分析-fft
speech
- 语音参数短时能量,短时过零率,短时平均幅度,语音端点检测,fft变换与反变换-Voice parameters of short-time energy, short-time zero-crossing rate, short-term average rate, voice activity detection, fft transform and inverse transform
fft
- 用于语音识别前端信号预处理的快速傅里叶变换,提高语音信号识别率!-Fast Fourier transform for speech recognition front-end signal pre-processing, improve the recognition rate of voice signal
FFT-algorithm
- 基于蝴蝶算法写成的FFT(快速傅里叶变换)-FFT algorithm based on bufferfly
speechbymatlab
- 请认真阅读采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。-Please carefully read the WAV files using MATLAB analysis. Step One: Select a WAV file as the
test
- 自己编写的语音信号的采集,fft变换(两种),以及信噪比的计算!希望对大家有所帮助!-I have written the speech signal acquisition, fft transform (two kinds), and the calculation of signal to noise ratio! We want to help!
AnalogVoiceSignal
- 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图。 -Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of
LPC
- LPC系数构造声道函数 通过LPC系数构造声道函数,然后与FFT变换进行比较,看两者关系-LPC coefficients of structural channel function
fft
- 进行fft变换,用于语音处理的快速算法,傅里叶变换-In FFT transform, a fast algorithm for voice cut
saniaopopinpu
- 用matlab实现对于三角波的FFT变换,并绘制其频谱图-For the triangular wave using matlab FFT transform and draw its spectrum
speech-analysis
- 对语音进行分析,包括时域分析(包括能量、过零率、互相关函数)和频域分析(包括fft变换、倒谱、LPC)-Speech analysis, including time domain analysis (including energy, zero-crossing rate, the cross-correlation function) and frequency domain analysis (including fft transform, cepstrum, LPC)
MFCC
- 通过波形文件数据,进行MFCC特征提取,做相关滤波、加窗、fft变换等,得到13维mfcc特征,若在13维基础上继续做一阶二阶差分可得到24维mfcc特征(AppWizard has created this mfcc application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting p