CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    4

    Post dynamic programming algorithms

    Hello forummates,
    I am looking for some help in implementing a dynamic programming algorithm called DTW . This is for speaker verification. Its' a distance measurement algorithm between two utterances in case of speech/speaker recognition.

    So if you have any ideas please get back to me

    Thanks

    Radhika

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    I had bookmarked this url somewhere in the past, and this does seem to have good theoretical information on Speaker recognition. See if this helps: http://www.shlrc.mq.edu.au/masters/8...806/index.html

    And yes, google turns up with this page with a java demo: http://www.cnel.ufl.edu/~kkale/dtw.html
    Last edited by Manish Malik; July 25th, 2002 at 11:30 PM.

  3. #3
    Join Date
    Jul 2002
    Posts
    4

    Cool

    thanks manish for responding..
    well i have been thru these urls you mentioned . but am looking for DTW in VB.

    I 'll check those links again..
    if you know any info about dtw or any speaker verification algorithms pl do let me know..

    thanx and cheers
    Regards,
    Radhika

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured