const int NB_COEFF_B=3 ; double coeffB[NB_COEFF_B]={0.5,0.7,0.3}; const int NB_COEFF_A=1; double coeffA[NB_COEFF_A]={1};