Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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!
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started