Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow to square a fixed point number?
Assuming I have a 16 bit fixed point number that needs to be squared, how should this be implemented? The number format is Q2.14. Squaring it shall produce a result that is 32 bits instead a...
Altera_Forum
Honored Contributor
9 years agoHas to be corrected: In usual fixed point notation, the sign is implied Q2.14 range is -4.0..+3.999 respectively. https://en.wikipedia.org/wiki/q_(number_format)