Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a custom 8 - bit fixed - point and floating - point format for each of the following input ranges: ( Doesn t have

Create a custom 8-bit fixed-point and floating-point format for each of the following input
ranges: (Doesnt have to be the most efficient possible representation)
I. [-128 ; 127]
Fixed point: 8 bit 2s compliment.
Floating point: Unsigned exponent, implicit 1(we need this to cover the range
required if we have just 3 exponent bits),[S, E, M]=[1,3,4].
II.[100 ; 355]
Fixed point: Unsigned binary. Bias of +100.
Floating point: Unsigned exponent, implicit 1, exponent bias of +6,
[S, E, M]=[1,2,5].
III. [0 ; 7]
Fixed point: 3 integer bits, 5 fractional bits

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions