public class LpcFunc extends Object
| Constructor and Description |
|---|
LpcFunc() |
| Modifier and Type | Method and Description |
|---|---|
static void |
get_lsp_pol(float[] lsp,
int lsps,
float[] f,
int fs) |
static void |
int_lpc(float[] lsp_old,
float[] lsp_new,
float[] lsf_int,
float[] lsf_new,
float[] az) |
static void |
int_qlpc(float[] lsp_old,
float[] lsp_new,
float[] az) |
static void |
lsf_lsp(float[] lsf,
float[] lsp,
int m) |
static void |
lsp_az(float[] lsp,
int lsps,
float[] a,
int as) |
static void |
lsp_lsf(float[] lsp,
float[] lsf,
int m) |
static void |
weight_az(float[] a,
int as,
float gamma,
int m,
float[] ap,
int aps) |
public static void lsp_az(float[] lsp,
int lsps,
float[] a,
int as)
public static void get_lsp_pol(float[] lsp,
int lsps,
float[] f,
int fs)
public static void lsf_lsp(float[] lsf,
float[] lsp,
int m)
public static void lsp_lsf(float[] lsp,
float[] lsf,
int m)
public static void weight_az(float[] a,
int as,
float gamma,
int m,
float[] ap,
int aps)
public static void int_qlpc(float[] lsp_old,
float[] lsp_new,
float[] az)
public static void int_lpc(float[] lsp_old,
float[] lsp_new,
float[] lsf_int,
float[] lsf_new,
float[] az)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.