From 2cb95f528582ed19a1acedbba6ca513649dd736c Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Tue, 15 May 2012 10:49:41 -0400 Subject: [PATCH] draft: reference for LSP stability --- doc/draft-ietf-codec-opus.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/draft-ietf-codec-opus.xml b/doc/draft-ietf-codec-opus.xml index b14532cf6..4b59db99d 100644 --- a/doc/draft-ietf-codec-opus.xml +++ b/doc/draft-ietf-codec-opus.xml @@ -2992,7 +2992,7 @@ NLSF_Q15[k] = clamp(0, However, nothing in either the reconstruction process or the quantization process in the encoder thus far guarantees that the coefficients are monotonically increasing and separated well enough to ensure a stable - filter <xref target="line-spectral-pairs"/>. + filter <xref target="Kabal86"/>. When using the reference encoder, roughly 2% of frames violate this constraint. The next section describes a stabilization procedure used to make these guarantees. @@ -7714,6 +7714,17 @@ Robust and Efficient Quantization of Speech LSP Parameters Using Structured Vect <seriesInfo name="IEEE Trans. on Information Theory, Vol. 32" value="pp. 568-583" /> </reference> +<reference anchor="Kabal86"> +<front> +<title>The Computation of Line Spectral Frequencies Using Chebyshev Polynomials</title> +<author initials="P." surname="Kabal" fullname="P. Kabal"><organization/></author> +<author initials="R." surname="Ramachandran" fullname="R. P. Ramachandran"><organization/></author> +<date month="December" year="1986" /> +</front> +<seriesInfo name="IEEE Trans. Acoustics, Speech, Signal Processing, vol. 34, no. 6" value="pp. 1419-1426" /> +</reference> + + <reference anchor="Valgrind" target="http://valgrind.org/"> <front> <title>Valgrind website</title> -- GitLab