MATLAB: Fixed-point to floating-point mapping

fixed-pointfloating point mapping

Hi,
I am using the fixed-point toolbox for my studies. It is straightforward to map floating-point to fixed-point. After a few fixed-point steps, I want to map the results back to floating point. It is not clear from the documentation how to do this. If u know how to do this, kindly inform me.

Best Answer

Use double() to map back to floating point.