GSoC Project status update 2: Speech Recognition in Open Moko

2008-06-16 Thread saurabh gupta
Hello everyone, Here is the status update of GSoC speech recognition project for open moko. I have implemented some subroutines in C for the implementation of Hidden Markov Model for speech processing. As ARM 32-bit processors do not have inbuilt fixed point arithmetic, So all floating point

Re: GSoC Project status update 2: Speech Recognition in Open Moko

2008-06-16 Thread Erland Lewin
Hello Saurabh, 2008/6/16 saurabh gupta [EMAIL PROTECTED]: So, I have written fixed point codes in which all calculations are handled through fixed point. I have used the 16:16 notation for fixed point and used 32 bit integer to represent a fixed point. FWIW, when I wrote an embedded speech

Re: GSoC Project status update 2: Speech Recognition in Open Moko

2008-06-16 Thread saurabh gupta
hi Erland, On Tue, Jun 17, 2008 at 2:04 AM, Erland Lewin [EMAIL PROTECTED] wrote: Hello Saurabh, 2008/6/16 saurabh gupta [EMAIL PROTECTED]: So, I have written fixed point codes in which all calculations are handled through fixed point. I have used the 16:16 notation for fixed point and