net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_levinsondurbin_FLP
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_levinsondurbin_FLP
public class Silk_levinsondurbin_FLP
- extends Object
- Author:
- Jing Dai, Dingxin Xu
|
Method Summary |
(package private) static float |
SKP_Silk_levinsondurbin_FLP(float[] A,
int A_offset,
float[] corr,
int order)
Solve the normal equations using the Levinson-Durbin recursion. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_levinsondurbin_FLP
public Silk_levinsondurbin_FLP()
SKP_Silk_levinsondurbin_FLP
static float SKP_Silk_levinsondurbin_FLP(float[] A,
int A_offset,
float[] corr,
int order)
- Solve the normal equations using the Levinson-Durbin recursion.
- Parameters:
A - prediction coefficients [order].A_offset - offset of valid data.corr - input auto-correlations [order + 1].order - prediction order.
- Returns:
- prediction error energy.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.