image thumbnail

updated 1 year ago

Speech recognition using MFCC and LPC by Neeraj

This program implements a basic speech recognition for 6 symbols using MFCC and LPC (mfcc, lpc, speech)

SpeechAud.m

SpeechMain.m

SpeechTest.m

image thumbnail

updated 1 year ago

HTK MFCC MATLAB by Kamil Wojcicki

Mel frequency cepstral coefficient feature extraction that closely matches that of HTK's HCopy. (cepstral ceofficients, mfcc, mel frequency cepstra...)

[d,fp,dt,tc,t]=readhtk(file)

cell2file( list, file )

mfcc( speech, fs, Tw, Ts, alpha, window, R, M, N, L )

image thumbnail

updated almost 2 years ago

Triangular Filterbank by Kamil Wojcicki

Frequency domain triangular filterbank with uniform spacing on arbitrarily warped frequency scale. (filter, melody scale, mel filterbank)

trifbank( M, K, R, fs, h2w, w2h )

image thumbnail

updated 2 years ago

Voice Based Biometric System by ambavi patel

Biometric property speech used for text dependent speaker recognition system. (gui, signal processing, mfcc)

[fsize1,osize1,nwin1]=calsize(stime1,intval1,len1)

[fsize1,osize1,nwin1]=calsize(stime1,intval1,len1)

adddb.m

image thumbnail

updated 3 years ago

melfilter by Pierce Brady

generates a mel filter bank for a given frequency vector (mfcc, mel filter bank, mel frequency)

melfilter(N,FrequencyVector,hWindow)

image thumbnail

updated 4 years ago

mfcc by kannu mehta

The given programme calculates the mfcc coefficients of a given speech signal (mfcc, hmm, speech recognition)

FMatrix=kannumfcc(num,s,Fs)

image thumbnail

updated 5 years ago

DEVICE CONTROL USING SPEECH by ANKIT MEHTA

Device are controlled with speech using parallel port. (mfcc, audio processing, speech)

test_project

Contact us