Difficulty: Easy
Correct Answer: integrator
Explanation:
Introduction:
A common way to generate a triangular wave in analog electronics is to use a fast switching stage that produces a two-level output, and then a block that converts those levels into a linear ramp. This question checks whether you know the classic comparator-plus-integrator topology used in many waveform generators and function generators.
Given Data / Assumptions:
Concept / Approach:
An integrator outputs the time integral of its input. When the comparator output is at a fixed positive level, the integrator output changes linearly with negative or positive slope depending on polarity. When the comparator flips to the opposite level, the slope reverses. Cascading them yields a continuous up-down ramp, i.e., a triangular wave.
Step-by-Step Solution:
Use a comparator to produce a two-state (±V) signal as the control input.Feed that signal into an op-amp integrator with a resistor at the input and a capacitor in the feedback path.For a constant input ±V, the integrator output changes at a constant rate dv_o/dt = ±V/(R*C).The output ramps until a threshold in the comparator is reached; the comparator toggles and the slope reverses.The repeating reversal generates a triangular waveform at the integrator output.
Verification / Alternative check:
From i = C * dv/dt and i = (V_in − V_node)/R for an inverting integrator, a constant V_in produces a constant dv/dt, ensuring linear ramps. Practical circuits add hysteresis in the comparator to set the amplitude and frequency via R, C, and thresholds.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
integrator
Discussion & Comments