Displaying 2 results from an estimated 2 matches for "57c57".
Did you mean:
5757
2007 Jun 18
1
two bessel function bugs for nu<0
#bug 1: besselI() for nu<0 and expon.scaled=TRUE
#tested with R-devel (2007-06-17 r41981)
x <- 2.3
nu <- -0.4
print(paste(besselI(x, nu, TRUE), "=", exp(-x)*besselI(x, nu, FALSE)))
#fix:
#$ diff bessel_i_old.c bessel_i_new.c
#57c57
#< bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-x))/M_PI
#---
#> bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-2.0*x))/M_PI
#bug 2: besselY() for nu<0
#don't know how to check in R; a few random checks against mathematica 5.2
#fix:
#$ diff bessel_y_old.c bessel_y_...
2004 Aug 06
1
First draft for Speex RTP profile - Please send your comments
...it lacks published
specification. I think it should reference the speex documentation as
well as the draft. Also, no contact person and change controller is
provided, and the "security considerations" parameter refers to RFC
3047.
I attach a patch for some typos, I believe. Bye.
57c57
< main characteristics can be summerized as follows:
---
> main characteristics can be summarized as follows:
116c116
< 3.1 Multiple Speex frames in a RTP packet
---
> 3.1 Multiple Speex frames in an RTP packet
<p><p>
-------------- next part --------------
A non-text atta...