Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

speaker recognition in matlab

Status
Not open for further replies.

hansmuller

Member level 1
Joined
Apr 27, 2008
Messages
39
Helped
12
Reputation
22
Reaction score
7
Trophy points
1,288
Activity points
1,495
speaker recognition matlab

Hi all.

What is the parameter that compares two or more speakers speech? I mean what is the characteristic of a person's voice.

I want to make speaker recognition in matlab. I want to decide which person is speaking regardless of the word.

Can anyone help me please ?

Thanks in advance.
 

speaker recognition using matlab

Try computing Euclidean distance between feature extracted parameters from speakers.
 

speaker recognition

Thanks for your reply.

I am already wondering these features. I mean feature extraction must be done by MFCCs or any other techniques? Or just frequency info is enough for comparison?
 

speaker recognization matlab

Hi,
Many features can be used to compare two or more speaker’s speech. The most used is MFCC (generally 12 coefficients and 2 dynamics:delta and delta-delta). You can also extract LPC (Linear Prediction Coefficient, PLP (Perceptual Linear Prediction, RASTA-PLP,...), or you can simply use Fundamental Frequency and/or Format frequencies...
 
matlab speaker recognition

Hi supiper,

Thanks for your reply. Actually I am using MFCCs for recognition of words for same speaker. It is useful. But how will I use the coefficients for recognition of speakers regardless of the spoken words.

Can I use only fundamental frequencies to make a comparison? Does it work?

Thanks.
 

speaker recognition from edaboard.com

After MFCC you can go for vector quantization (Compute the euclidean distance) fix threshold based on the max. euclidean distance and detect the word.
 

    V

    Points: 2
    Helpful Answer Positive Rating
perceptual linear prediction in matlab

Yes badboyz, youre right. I am already using euclidean distance to detect same words. But here I am looking for speakers not words.
 

vector quantization in speaker recognition matlab

Ok you can try this threshold thing on different speakers also.
 
  • Like
Reactions: Jesna

    Jesna

    Points: 2
    Helpful Answer Positive Rating
speaker identification matlab

What you are speaking is a speaker verification system,as badboyz said,in addition to all what u do, a speaker-specific threshold is also computed from the trained samples. During the testing (operational) phase the input speech is matched with stored reference model(s) and recognition decision is made. But this will be challenging coz of the highly variant nature of input speech signals.Speech signals in training and testing sessions can be greatly different due to many facts such as people voice change with time, health conditions (e.g. the speaker has a cold), speaking rates, etc.Also variations in recording environments plays a major role.
 

matlab euclidean speech

So you speak about “Speaker Identification” (it's not the same thing with word recognition). Then, after coefficient computation you can use the DTW algorithm to search similarity. See this link for more explanation about the DTW algorithm:

https://en.wikipedia.org/wiki/Dynamic_time_warping
 

    V

    Points: 2
    Helpful Answer Positive Rating
    V

    Points: 2
    Helpful Answer Positive Rating
mfcc matlab algorithm

yes i am working on speaker identification. I have done word recognition with MFCCs and some use of DTW as you told. In the same way can i recognize speakers? in the same algorithm ?
 

    V

    Points: 2
    Helpful Answer Positive Rating
speaker recognize matlab programs

Hi,

See this two files for more details about speaker identification/recognition!
 

    hansmuller

    Points: 2
    Helpful Answer Positive Rating
speaker identification matlab code

Supiper, thanks for documents. I think they will help me.
 
speeker recognition matlab

Dear friends,

For isolated word recognition I am creating MFCCs from the filtered and endpoints detected voice. After created MFCCs I look the distances between created MFCCs of all words. Then the minimum distance is the recognized word.

Is there anything wrong or missing by this system? Should I do anything after creating MFCC vectors?

Thanks in advance.
 
hi i am new in matlab and dsp........
in the preprocessing step for speaker recognition using MFCC and VQ
whether we have to convert wav sound file into digital format and if yes how.....
please do help i m really confused
 

hi, im also working on speaker recognition..Ahm, i just want to ask this, how can i apply euclidean distance formula on LPC coefficients? My output on LPC is an array of coefficients which the features extracted..how can i detemine which of these coefficients should i apply the euclidean provide that my input audio is different from those in the database? should you first arrange these coefficients before you use the euclidean distance.

hope for reply..:)
 

Hey, i am also doing a speaker verification program in matlab.

I know you need to extract features using an algorithm like mfcc for and vq for modelling a codebook for the speaker (also referred to classification).

What im not sure of is how to compare both speaker 1 with speaker 2 and determine if it is the same speaker.

Eucildean Distances computes the distortion between both speaker 1 and speaker 2s codebooks but how do i set a threshold value????


Any assistance would be appreciated.

:D
 

hi...i'm doing the speaker verification using matlab...can you help me with giving the full code because i'm only can record the voice but don't know how to verify it using the database...i'm really new in matlab....
 
read this paper, it might help, it helped me!

**broken link removed**
 
this coding only to recognize word or can verify the speaker??

Added after 3 hours 45 minutes:

can anyone give me an example of electronic circuit for speaker verification??
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top