net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_LPC_synthesis_filter
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_LPC_synthesis_filter
public class Silk_LPC_synthesis_filter
- extends Object
even order AR filter.
Coefficients are in Q12
- Author:
- Jing Dai
|
Method Summary |
(package private) static void |
SKP_Silk_LPC_synthesis_filter(short[] in,
short[] A_Q12,
int Gain_Q26,
int[] S,
short[] out,
int len,
int Order)
even order AR filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_LPC_synthesis_filter
public Silk_LPC_synthesis_filter()
SKP_Silk_LPC_synthesis_filter
static void SKP_Silk_LPC_synthesis_filter(short[] in,
short[] A_Q12,
int Gain_Q26,
int[] S,
short[] out,
int len,
int Order)
- even order AR filter.
- Parameters:
in - excitation signalA_Q12 - AR coefficients [Order], between -8_Q0 and 8_Q0Gain_Q26 - gainS - state vector [Order]out - output signallen - signal lengthOrder - filter order, must be even
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.