项目作者: Shenzhi-ZHANG

项目描述 :
Voice recognition system that distinguishes both user identity and voice content.
高级语言: Matlab
项目地址: git://github.com/Shenzhi-ZHANG/Voice-Recognition.git
创建时间: 2017-10-24T04:10:18Z
项目社区:https://github.com/Shenzhi-ZHANG/Voice-Recognition

开源协议:

下载


Voice-Recognition

Introduction:

A voice recognition system that uses Dynamic Time Warping, Mel-Frequency Cepstral Coefficients and amplititude matching algorithms.

It enables the user to set up a personal voice key.

Files:

Defense_Basic.m - The main function of this system.

CodeInput.m - Read audio data from microphone.

EndPointDetectParaAdjust.m - Detect each word’s start and end point.

DTWTest.m - Dynamic time warping function that helps locate start and end point.

mfcc.m - Stores the mel-frequency cepstral coefficient.

ExtractFeature.m - Extract a audio input’s feature in frequency domain.