English
Language : 

AN3984 Datasheet, PDF (34/46 Pages) STMicroelectronics – The purpose of this document is to provide a tool to calculate
Matlab code (functions)
b2 = 1;
a0 = 1+alpha;
a1 = -2*CosTeta;
a2 = 1-alpha;
% APW Coefficient - Reworked coefficient
Coeff_0 = (b1/2.0)/a0;
Coeff_1 = (b2)/a0;
Coeff_2 = (-a1/2.0)/a0;
Coeff_3 = (-a2)/a0;
Coeff_4 = (b0/2.0)/a0;
%% Coefficient Matrix
CoeffAPW = [Coeff_0 Coeff_1 Coeff_2 Coeff_3 Coeff_4];
%% Coefficient Limit Value
LimitValue = LimitVal(CoeffRange);
%% Coefficient Matrix - Hex format
Coeff_Hex = myFloat2Hex(CoeffAPW, CoeffRange);
AN3984
34/46
Doc ID 022240 Rev 1