fixed-point to floating-point mapping

1 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 19 Sep 2011
Use double() to map back to floating point.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!