Forum Discussion
Altera_Forum
Honored Contributor
9 years agoTo me the main issue is that floating point is used for critical few cases especially when small value representation is treated fairly.
The drawback of fixed point is the unfair representation of small values which will occupy few LSBs and waste many MSBs. For example with 8 bits unsigned the difference between 200 and 201 can be represented i.e. 1/200 is represented.But we can't pass same representation to lower values such as 1/200 of 3