Holooly Plus Logo

Question 4.63: A signal varies as vS(t)=10(1–e^–100t) V. Design a comparato......

A signal varies as v_S(t)=10(1–e^{–100t}) V. Design a comparator circuit that will switch from 0 to 5 V in 2 ms. Use a single OP AMP that has +V_{CC}= + 5 V and – V_{CC} = 0 V.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

Determine the voltage of v_S(t), when t = 2 ms, and then design a comparator circuit to switch as specified above.

A signal varies as vS(t)=10(1–e^–100t) V. Design a comparator circuit that will switch from 0 to 5 V in 2 ms. Use a single OP AMP that has +VCC= + 5V and – VCC = 0 V.
The 'Blue Check Mark' means that either the MATLAB code/script/answer provided in the answer section has been tested by our team of experts; or the answer in general has be fact checked.

Learn more on how do we answer questions.

Script File

clear all
vs2ms = 10*(1-exp(-100*2e-3))
vs2ms =
1.8127e+000

We want the comparator circuit to produce 0 V when v_S(t) < 1.8127 V, and to produce 5 V when v_S(t) > 1.8127 V. Using Figure P4-61 as a model, the following design provides one possible solution.

The following output plot shows that the circuit meets the specifications.

Answer:

Presented above.

1

Related Answered Questions

Question: 4.61

Verified Answer:

The circuit is connected such that the voltage at ...