Translation from floating point to fixed point usually involves a floating point
mul so you're better off using only fixed point whenever lots of data needs to be processed.
Converting back and forth between floating point and fixed point only makes
sense when you're doing it less frequently.
But there's no reason to be afraid of fixed point.
Just know your bits and what kind of precision you need. That's all
