Question

In: Computer Science

1. Calculate the step values for the following ADC bit sizes over a range of 0...

1. Calculate the step values for the following ADC bit sizes over a range of 0 to 3.3v.

a.4 Bit b.8 Bit c.10 Bit d.12 Bit

2.Calculate the step size for 4, 8, 10, and 12 Bit analog to digital conversation of the temperature sensor with a range of 90 to 100 degrees fahrenheit.

3.Identify the minimum ADC bit size that is needed to convert the temperature with one tenth of a degree accuracy.

Solutions

Expert Solution

Ans 1) The step value for ADC over a range of voltage is given as  

where Vr is the reference voltage given and n is the number of bits.

So, Step value =     --------------------------------------> ( eq 1)

a. 4 Bit

We have Vr=3.3 V and number of bits is 4 thus n=4.

Substituting these values in eq1,

=>Stepsize = 3.3 / 24 V

=>Stepsize = 3.3 / 16 V

=>Stepsize = 0.2063 V

b.8 Bit

We have Vr=3.3 V and number of bits is 8 thus n=8.

Substituting these values in eq1,

=>Stepsize = 3.3 / 28 V

=>Stepsize = 3.3 / 256 V

=>Stepsize = 0.0128 V

c.10 Bit

We have Vr=3.3 V and number of bits is 10 thus n=10.

Substituting these values in eq1,

=>Stepsize = 3.3 / 210 V

=>Stepsize = 3.3 / 1024 V

=>Stepsize = 0.0032V

d.12 Bit

We have Vr=3.3 V and number of bits is 12 thus n=12

Substituting these values in eq1,

=>Stepsize = 3.3 / 212 V

=>Stepsize = 3.3 / 4096 V

=>Stepsize = 0.0008V


Related Solutions

Consider a 12-bit ADC with an analog input voltage range of 0 to 3 volts. a)...
Consider a 12-bit ADC with an analog input voltage range of 0 to 3 volts. a) Compute the ADC precision, ADC ranges for input and output, and ADC resolution. b) What is the binary value computed by the ADC for an analog input voltage of 1.0 volt? c) Write an ADC0_In function in C that uses busy-wait synchronization to sample the ADC. The function reads the ADC output, and returns the 12-bit binary number. Assume the ADC has already been...
Consider the "Successive Approximation" based ADC with a 5-bit converter and a voltage range of 0...
Consider the "Successive Approximation" based ADC with a 5-bit converter and a voltage range of 0 to 5.0 volts. Show how it would approximate an incoming analog voltage value of 1.723 volts using a drawing of volts vs. discrete time steps associated with sampling. Show each approximation step (upper and lower bound voltage limits), show final A/D Output in Hex and show Vmin-max and the actual error in this approximation as a voltage and as a percentage of the actual...
Use the Runge-Kutta method with step sizes h = 0.1, to find approximate values of the...
Use the Runge-Kutta method with step sizes h = 0.1, to find approximate values of the solution of y' + (1/x)y = (7/x^2) + 3 , y(1) = 3/2 at x = 0.5 . And compare it to thee approximate value of y = (7lnx)/x + 3x/2
What is the function and argument to calculate the sum of the values in the range...
What is the function and argument to calculate the sum of the values in the range D1:D50 for which in the adjacent value in the range A1:A50 equals “Senior” and the adjacent value in the range B1:B50 equals “B”? What is the function and argument to calculate the average of the cells in the range C1:C50 for which the adjacent cell in the range B1:B50 equals “B”? What is the function and argument to return the index number of the...
1. Marginal cost __________ over the range of increasing marginal returns and ___________ over the range...
1. Marginal cost __________ over the range of increasing marginal returns and ___________ over the range of diminishing marginal returns. a) increases; decreases b) decreases; increases c) is constant; decreases d) increases; is constant 2. The marginal cost curve intersects the average variable cost curve at: a) its lowest point. b) its maximum. c) its end point. d) no point; the curves don't intersect. 3. Marginal revenue: a) is the slope of the average revenue curve. b) equals the market...
1. Tolerance is a measure of collinearity among IVs, where possible values range from 0–1. T...
1. Tolerance is a measure of collinearity among IVs, where possible values range from 0–1. T F 2. The variance inflation factor (VIF) for a given predictor “indicates whether there exists a strong linear association between it and all remaining predictors” (Stevens, 2001). T F 3. In standard multiple regression, the IV that has the highest correlation with the DV is entered into the analysis first. T F 4. Sequential multiple regression is also sometimes referred to as statistical multiple...
We will now simulate numpy.random(), which produces floating-point values in the range [0..1). To do this,...
We will now simulate numpy.random(), which produces floating-point values in the range [0..1). To do this, it is simply necessary to convert integers in the range [0..?)[0..m) returned by my_random_int() to floating point numbers in the range [0..1).[0..1). Hint: Easily done by division! # my_random returns a random floating-point number within [0, 1) def my_random(): # your code here return 0   # just to get it to compile # Test it! my_seed(0) for x in range(0,10): print(my_random()) CODE GIVEN: a...
Using the range 0 ≤ x ≤ 1 and 0 ≤ t ≤ 1 make an...
Using the range 0 ≤ x ≤ 1 and 0 ≤ t ≤ 1 make an animated plot of: 1.) y1(x,t)=cos(4πt)sin(πx) 2.) y2(x,t)=cos(8πt)sin(2πx) using matlab
The correlation coefficient is: the range of values over which the probability may be estimated based...
The correlation coefficient is: the range of values over which the probability may be estimated based upon the regression equation results. the proportion of the total variance in the dependent variable explained by the independent variable. the measure of variability of the actual observations from the predicting (forecasting) equation line. the relative degree that changes in one variable can be used to estimate changes in another variable.
Exercise (a) Use Euler's method with each of the following step sizes to estimate the value...
Exercise (a) Use Euler's method with each of the following step sizes to estimate the value of y(1.6), where y is the solution of the initial-value problem y' = y, y(0) = 6. (i)    h = 1.6 (ii)    h = 0.8 (iii)    h = 0.4 Exercise (b) We know that the exact solution of the initial-value problem in part (a) is y = 6ex. Draw, as accurately as you can, the graph of y = 6ex, 0 ≤ x ≤ 1.6, together with...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT