mrflibble
Advanced Member level 5
Converting from fixed point to float is obviously the same kind of operation but in reverse. Multiply by appropriate scale factor.
So if you can go from fixed point to float, and back again, AND you have a function that takes a float input and spits out a float output (aka function in matlab) I would think you have all the required ingredients...
- - - Updated - - -
Maybe I am misunderstanding what your problem is .. you could read this one and see if it clarifies things: Fixed-point arithmetic
So if you can go from fixed point to float, and back again, AND you have a function that takes a float input and spits out a float output (aka function in matlab) I would think you have all the required ingredients...
- - - Updated - - -
Maybe I am misunderstanding what your problem is .. you could read this one and see if it clarifies things: Fixed-point arithmetic