Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_NLSF_VQ_weights_laroia_FLP

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_NLSF_VQ_weights_laroia_FLP

public class Silk_NLSF_VQ_weights_laroia_FLP
extends Object

R. Laroia, N. Phamdo and N. Farvardin, "Robust and Efficient Quantization of Speech LSP Parameters Using Structured Vector Quantization", Proc. IEEE Int. Conf. Acoust., Speech, Signal Processing, pp. 641-644, 1991.

Author:
Dingxin Xu

Field Summary
(package private) static float MIN_NDELTA
           
 
Constructor Summary
Silk_NLSF_VQ_weights_laroia_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_NLSF_VQ_weights_laroia_FLP(float[] pXW, float[] pX, int D)
          Laroia low complexity NLSF weights.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_NDELTA

static float MIN_NDELTA
Constructor Detail

Silk_NLSF_VQ_weights_laroia_FLP

public Silk_NLSF_VQ_weights_laroia_FLP()
Method Detail

SKP_Silk_NLSF_VQ_weights_laroia_FLP

static void SKP_Silk_NLSF_VQ_weights_laroia_FLP(float[] pXW,
                                                float[] pX,
                                                int D)
Laroia low complexity NLSF weights.

Parameters:
pXW - Pointer to input vector weights [D x 1]
pX - Pointer to input vector [D x 1]
D - Input vector dimension

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.