Displaying 2 results from an estimated 2 matches for "d6f8faec".
2004 Aug 06
1
testenc and snr calculation
...s) a while ago
> and never updated testenc.
>
> 	Jean-Marc
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testenc.c
Type: application/octet-stream
Size: 4856 bytes
Desc: testenc.c
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20030901/d6f8faec/testenc-0001.obj
2004 Aug 06
2
testenc and snr calculation
Hi all,
I'm new to the group.  I'm looking at the speex code with an eye towards 
maybe helping out with either codec optimization or fixed-point 
implementation,  The SNR calculation in testenc.c and testenc_uwb.c 
doesn't make sense to me.  The code is
      {
         float enoise=0, esig=0, snr;
         for (i=0;i<FRAME_SIZE;i++)
         {