SPRAAK
|
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) |
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.
[lin_comb] | |
---|---|
A_matrix <fname> | |
A in Y = AX - B | |
B_vector <fname> | |
B in Y = AX - B |