SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
sspmod_lin_comb.c File Reference

Linear combinations of the parameters. More...

Functions

int spr_lin_comb_setup (SprSspInfo *Info, const char **descript, void *aux_info)
 
int spr_lin_comb_process (SprSspInfo *Info, const void *frame_in, void *frame_out)
 
void spr_lin_comb_free (SprSspInfo *Info)
 

Detailed Description

Linear combinations of the parameters.

Calculation of linear combinations of the parameters:

Y = A X - B

A and B are given in two different KEY files. Simplification of the calculations if A or B is not given, is implemented.

See Also
ssp_master.c
[lin_comb]
A_matrix <fname>
A in Y = AX - B
B_vector <fname>
B in Y = AX - B

Author
Jacques Duchateau
Date
07/10/94