|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_biquad
public class Silk_biquad
Second order ARMA filter Can handle slowly varying filter coefficients
| Constructor Summary | |
|---|---|
Silk_biquad()
|
|
| Method Summary | |
|---|---|
(package private) static void |
SKP_Silk_biquad(short[] in,
int in_offset,
short[] B,
short[] A,
int[] S,
short[] out,
int out_offset,
int len)
Second order ARMA filter Can handle slowly varying filter coefficients |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Silk_biquad()
| Method Detail |
|---|
static void SKP_Silk_biquad(short[] in,
int in_offset,
short[] B,
short[] A,
int[] S,
short[] out,
int out_offset,
int len)
in - input signalin_offset - offset of valid data.B - MA coefficients, Q13 [3]A - AR coefficients, Q13 [2]S - state vector [2]out - output signalout_offset - offset of valid data.len - signal length
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||