Migrating signal-processing algorithms from floating- to fixed-point is often necessary to meet various design constraints, including real-time performance, cost and power dissipation. The migration ...
The arithmetic unit is one of the important components of CPU design. For computation of complex arithmetic functions on hardware, the CORDIC algorithm is an attractive fixed-point algorithm that uses ...
I am working on a viewshed* algorithm that does some floating point arithmetic. The algorithm sacrifices accuracy for speed and so only builds an approximate viewshed. The algorithm iteratively ...