Floating Point to Fixed Point Conversion
The floating point to fixed point conversion is necessary to interface a floating processor to a fixed point implementation. So that there maintains a smooth transition from one type of architecture to another. The steps involved in this conversion are Concatenate the hidden bit and add leading zeros according to the fixed point length. Find […]
Floating Point to Fixed Point Conversion Read More »