Question: Write Matlab statements that will plot the output V as a function of the 4-bit binary number B[3:0]. First, type clc, Enter, type % and
Write Matlab statements that will plot the output V as a function of the 4-bit binary number B[3:0]. First, type clc, Enter, type % and your username, then Enter to identify your work. Then, you will need to create four test vectors, B3 to B0, each of which contain 17 test values such that they collectively will test all of the binary values from 0 to 15 and then return to zero. Enter the formula, V = B3/2 + B2/4 + B1/8 + B0/16. You will need to create a vector t which also contains 17 test values, 0 to 16 so you can use the function stairs(t, V) to plot the formula. Use a semicolon to close every statement except the formula (V = ...)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
