logoalt Hacker News

atoavtoday at 6:54 AM2 repliesview on HN

One thing that really did it for me was programming something where you would normally use floats (audio/DSP) on a platform where floats were abysmally slow. This forced me to explore Fixed-Point options which in turn forced me to explore what the differences to floats are.


Replies

jacquesmtoday at 10:52 AM

Fixed point gave rise to the old programmers meme 'if you need floating point you don't understand your problem'. It's of course partially in jest but there is a grain of truth in it as well.

KeplerBoytoday at 8:12 AM

Also heavily used in FPGA based DSP.