Question: MATLAB HELP! 3) Create a binary hypothetical floating-point number set for a machine that stores information using 7-bit words as follows: The first bit for

MATLAB HELP! MATLAB HELP! 3) Create a binary hypothetical floating-point number set for

3) Create a binary hypothetical floating-point number set for a machine that stores information using 7-bit words as follows: The first bit for the sign of the number The next bit for the sign of the exponent The next two for the magnitude of the exponent The last three for the magnitude of the mantissa o Use MATLAB to implement your algorithm in a way that it convert a given decimal x into your designed system. . Example Output: The number x =-102.3539889 is 1000011 in our 7 bit floating system. (Note: I just wrote a Calculate the range of numbers that can be stored using your developed system. Your program should display o It should display the converted x alongside a proper massage on the command window. dummy output since I haven't developed the system)) the range of numbers at the command window. Example Output: Possible range in this system is [-100 100] 3) Create a binary hypothetical floating-point number set for a machine that stores information using 7-bit words as follows: The first bit for the sign of the number The next bit for the sign of the exponent The next two for the magnitude of the exponent The last three for the magnitude of the mantissa o Use MATLAB to implement your algorithm in a way that it convert a given decimal x into your designed system. . Example Output: The number x =-102.3539889 is 1000011 in our 7 bit floating system. (Note: I just wrote a Calculate the range of numbers that can be stored using your developed system. Your program should display o It should display the converted x alongside a proper massage on the command window. dummy output since I haven't developed the system)) the range of numbers at the command window. Example Output: Possible range in this system is [-100 100]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!