org.mobicents.media.server.impl.codec.g729
Class CorFunc

java.lang.Object
  extended by org.mobicents.media.server.impl.codec.g729.CorFunc

public class CorFunc
extends java.lang.Object


Constructor Summary
CorFunc()
           
 
Method Summary
static void cor_h_x(float[] h, float[] x, float[] d)
           
static void corr_xy2(float[] xn, float[] y1, float[] y2, float[] g_coeff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorFunc

public CorFunc()
Method Detail

corr_xy2

public static void corr_xy2(float[] xn,
                            float[] y1,
                            float[] y2,
                            float[] g_coeff)

cor_h_x

public static void cor_h_x(float[] h,
                           float[] x,
                           float[] d)


Copyright © 2009. All Rights Reserved.