#include <math.h>#include "c_lpc10.h"

Ir al código fuente de este archivo.
Definiciones | |
| #define | MAXVDC 10 |
| #define | NVDCL 5 |
Funciones | |
| VOID | voicin (INDEX vwin[AF][2], FLOAT inbuf[], FLOAT lpbuf[], INDEX half, FLOAT minamd, FLOAT maxamd, INDEX mintau, FLOAT ivrc[2], INDEX *obound, BOOL voibuf[AF+1][2]) |
Variables | |
| static FLOAT | G_vdc [MAXVDC][NVDCL] |
| static FLOAT | G_vdcl [NVDCL] = { 600, 450, 300, 200, 0 } |
| VOID voicin | ( | INDEX | vwin[AF][2], | |
| FLOAT | inbuf[], | |||
| FLOAT | lpbuf[], | |||
| INDEX | half, | |||
| FLOAT | minamd, | |||
| FLOAT | maxamd, | |||
| INDEX | mintau, | |||
| FLOAT | ivrc[2], | |||
| INDEX * | obound, | |||
| BOOL | voibuf[AF+1][2] | |||
| ) |
FLOAT G_vdc[MAXVDC][NVDCL] [static] |
Valor inicial:
{
{ 0, 0, 0, 0, 0 },
{ 1714, 874, 510, 500, 500 },
{ -110, -97, -70, -10, 0 },
{ 334, 300, 250, 200, 0 },
{ -4096, -4096, -4096, -4096, -4096 },
{ -654, -1021, -1270, -1300, -1300 },
{ 3752, 2451, 2194, 2000, 2000 },
{ 3769, 2527, 2491, 2000, 2000 },
{ 0, 0, 0, 0, 0 },
{ 1181, -500, -1500, -2000, -2500 }
}
FLOAT G_vdcl[NVDCL] = { 600, 450, 300, 200, 0 } [static] |
1.5.6