Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_regularize_correlations_FLP
extends Object

Author:
Dingxin Xu

Constructor Summary
Silk_regularize_correlations_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_regularize_correlations_FLP(float[] XX, int XX_offset, float[] xx, int xx_offset, float noise, int D)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_regularize_correlations_FLP

public Silk_regularize_correlations_FLP()
Method Detail

SKP_Silk_regularize_correlations_FLP

static void SKP_Silk_regularize_correlations_FLP(float[] XX,
                                                 int XX_offset,
                                                 float[] xx,
                                                 int xx_offset,
                                                 float noise,
                                                 int D)
Parameters:
XX - Correlation matrices
xx - Correlation values
xx_offset - offset of valid data.
noise - Noise energy to add
D - Dimension of XX

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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