Other Parts Discussed in Thread: CONTROLSUITE
HI,
I am working on F28M36, it has 32-bit floating point CPU.
I need to use CNTL_2P2Z.asm of DPLibFlt.
I have calculate the coefficients( b2,b1,b0,a2,a1 ) which are used in the CNTL_2P2Z.asm
But there is a limitation that the Doc stated that
the Acceptable Range of Variable or of the variable being pointed to us Float:[0,1)
for example how can I transfer the coefficients( b2,b1,b0,a2,a1 ) into that acceptable range?
Gc2(z)=(12.16z^-2 -26.91z^-1 +14.87) / ( 1-1.473 z^-1 + 0.473z^-2 )
Thanks & Regards
Tom Chen