org.mobicents.media.server.impl.dsp.audio.g729
Class Filter

java.lang.Object
  extended by org.mobicents.media.server.impl.dsp.audio.g729.Filter

public class Filter
extends java.lang.Object


Constructor Summary
Filter()
           
 
Method Summary
static void convolve(float[] x, int xs, float[] h, int hs, float[] y, int ys, int l)
           
static void residu(float[] a, int as, float[] x, int xs, float[] y, int ys, int l)
           
static void syn_filt(float[] a, int as, float[] x, int xs, float[] y, int ys, int l, float[] mem, int mems, int update)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

convolve

public static void convolve(float[] x,
                            int xs,
                            float[] h,
                            int hs,
                            float[] y,
                            int ys,
                            int l)

syn_filt

public static void syn_filt(float[] a,
                            int as,
                            float[] x,
                            int xs,
                            float[] y,
                            int ys,
                            int l,
                            float[] mem,
                            int mems,
                            int update)

residu

public static void residu(float[] a,
                          int as,
                          float[] x,
                          int xs,
                          float[] y,
                          int ys,
                          int l)


Copyright © 2009. All Rights Reserved.