搜索资源列表
SPlatForm
- 我自己用vc写的语音特征提取程序,执行程序后,在上面的搜索前输入你的音频文件的路径,按搜索就回把把结果存放到e:/tt.dat里面,你还要在e盘建立一个tt.txt文件-I write with vc voice feature extraction procedures, implementation procedures, in the above search before you import the audio files path, according to search put b
rasta-2_3
- RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
rasta2_2_2
- RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
rasta2_2_3
- RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
rasta2_3beta
- RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and
SpeechFeatureV1_0
- 语音特征提取 读取一段语音,输出语音文件的短时对数能量和短时过零率等特征-Voice reading a speech feature extraction, the output audio file of the short-time energy and short on the number of features such as zero-crossing rate
jAudio-1.0.4
- jAudio:音频特征提取 作者:Cory McKay -jAudio: Towards a standardized extensible audio music feature extraction system Cory McKay
fenzhenchuli
- 语音特征提取,如过零率,能量比,短时能量。须导入MAV音频。-Voice feature extraction, such as zero-crossing rate, energy ratio, short-term energy. MAV audio to be imported.
hmmselforiginal
- 特征分析对于声音信号的处理非常有用,希望这个能对大家有用-Feature Analysis for the audio signal processing is very useful, hope this will be useful to everyone
jAudio
- jaudio 音频特征提取软件说明文档 提取音频相关的底层特征-jaudio audio feature extraction software, documentation related to the underlying audio feature extraction
20080108103305384
- 本系统是采用EDA技术设计的一个简易的八音符电子琴和音乐发生器,该系统基于计算机中时钟分频器的原理,采用自顶向下的设计方法来实现,它可以通过按键输入来控制音响。系统由乐曲自动演奏模块、乐器演示模块琴/乐功能选择模块、音调发生模块和数控分频模块五个部分组成。系统实现是用硬件描述语言VHDL按模块化方式进行设计,然后进行编程、时序仿真、整合。本系统功能比较齐全,有一定的使用价值.-The system is designed using EDA technology with a simple ei
Recording-Soft
- 短小精悍的录音软件;加入自动命名录音文件功能,保存设置功能,以及友好的界面。 本软件只供学习使用。谢谢!-Dapper recording software add audio file auto-naming feature, save the last setting function, and friendly interface. Learn to use the software only. Thank you!
audio
- 音频信号特征提取实验与编程指导,有相关代码说明-Audio Signal Feature Extraction
speechfeaextra1
- Short introduction to speech feature extraction code: Step 1: Create speech features: If you have a one stereo file with each speaker in one channel use: features = speech_features_stereo( demo.wav ) If you are using several mo
mfcc-feature-extraction
- 针对语音识别中MFCC特征提取,从HTK3.4.1版本中抽出MFCC提取模块,可以单独运行,对一批wav录音文件进行MFCC特征提取,一个wav文件对应一个特征文件。并且备有详细的注释,有利于语音识别初学者学习使用。-MFCC extraction module extracted from HTK3.4.1 version for speech recognition MFCC feature extraction, can be run separately, MFCC feature ex
mfcc_extraction
- 音频特征MFCC系数提取函数,包含静态12维,一阶差分和二阶差分24维,共36维,能够极大地提高音频识别的效果。-MFCC coefficient audio feature extraction functions, including static 12-dimensional, first-order and second-order differential difference dimension 24, a total of 36 dimensions, can greatly im
telephonevoice
- 采用离散变换对电话数字声音识别,绘制频谱,获取数字声音特征-Discrete transform digital telephone voice recognition, draw the spectrum, to obtain a digital audio feature
time
- auido 时域特征提取,并练习matlab gui(Auido time domain feature extraction and practice Matlab GUI)
audio-feature-extraction
- 音频的特征提取,是用python写的,里面有readme可以查看(audio features extraction)
基于MFCC的GMM的语音识别
- 基于MFCC的GMM的语音识别,先是通过MFCC提取语音信号的特征向量,然后用GMM进行分类识别(Voice recognition of GMM based on MFCC.First, the feature vectors of speech signals are extracted through MFCC, and then classified by GMM.)