Hacker News new | ask | show | jobs
Ask HN: Fixed Point Programming References?
7 points by Mythrl 5350 days ago
Does anyone know any good books or tutorials for fixed-point programming? Something that would be suitable for a beginner, but also cover more advanced subjects. Thanks!
1 comments

This is very focused on the basics of fixed-point arithmetic, but it's been helpful to me in the past when working through fixed-point filter design and related topics.

http://www.digitalsignallabs.com/fp.pdf

Thank you. This looks very helpful.