Module 3: Generating Rhythmic Signals – Multivibrators
Module 3: Generating Rhythmic Signals – Multivibrators
- Overview of Multivibrator Circuits
- We now move from controlling signals to generating them. Multivibrators are a fundamental class of electronic circuits designed specifically to generate non-sinusoidal waveforms, such as the square and rectangular waves that are the heartbeat of digital systems. Their importance cannot be overstated; they are used pervasively in applications requiring timing, frequency generation, and digital memory.
- At its core, a Multivibrator is a two-stage resistance-coupled amplifier with positive feedback. This means the output of the second stage is fed back to the input of the first stage in a way that reinforces the change, creating a regenerative loop. This positive feedback mechanism is what causes the two transistors in the circuit to control each other’s states. When one transistor is forced ON, the feedback loop ensures the other is forced OFF, and vice versa. This switching action is the basis for their operation.
- Multivibrators are classified into three distinct types based on the stability of their operating states. The number of stable states a circuit possesses determines its fundamental behavior and applications.
- Astable Multivibrator: This type of multivibrator has two quasi-stable states, meaning neither state is permanent. It continuously and automatically switches back and forth between these two states without requiring any external input or trigger signal (beyond the initial DC power). Because it generates a continuous wave on its own, it is also known as a Free-running Multivibrator or oscillator.
- Monostable Multivibrator: This circuit has one stable state and one quasi-stable state. It will remain indefinitely in its stable state until an external trigger pulse is applied. The trigger forces the circuit into its quasi-stable state, where it remains for a specific period of time determined by its internal RC components. After this time has elapsed, it automatically returns to its original stable state. Because it produces a single output pulse for each trigger input, it is commonly called a One-shot Multivibrator.
- Bistable Multivibrator: This circuit has two stable states. It will remain in either of these states indefinitely. To change from one state to the other, an external trigger pulse must be applied. A second trigger pulse is required to switch it back. Because it can be “flipped” into one state and “flopped” back into the other, and because it “remembers” its last state, it is the fundamental building block of digital memory and is more commonly known as a Flip-flop.
- In the following sections, we will analyze the construction and detailed operation of each of these three essential multivibrator types.
- The Astable Multivibrator (Free-Running Oscillator)
- The Astable Multivibrator serves as a self-starting oscillator, a circuit that requires no external signal to begin its rhythmic switching. Its primary utility lies in applications that demand a continuous clock signal or a repeating timing pulse, such as in timers, Morse code generators, and various analog and television systems.
- Construction
- The classic Astable circuit is built using two transistors, Q1 and Q2, with their respective collector load resistors, RC1 and RC2. The design features a distinctive cross-coupling feedback mechanism. The collector of Q1 is connected through a capacitor, C2, to the base of Q2. Symmetrically, the collector of Q2 is connected through capacitor C1 to the base of Q1. The base of each transistor is connected to the supply voltage, Vcc, through a biasing resistor (R2 for Q1’s base, R1 for Q2’s base). The timing of the circuit is determined by the RC pairs R1C1 and R2C2.
- Operation
- The operation of the Astable Multivibrator is a continuous, self-perpetuating cycle driven by the charging and discharging of its cross-coupling capacitors. Let’s walk through a full cycle, step-by-step:
- Initial Power-Up: When the supply voltage (Vcc) is first applied, both transistors will attempt to turn on. However, due to slight, unavoidable imbalances in the physical characteristics of the components, one transistor (let’s assume Q1) will conduct slightly more than the other.
- Regenerative Action (First Transition): As Q1 conducts more, its collector voltage begins to fall. This falling voltage is coupled through capacitor C2 to the base of Q2. This negative-going signal reduces the base current of Q2, causing it to conduct less. As Q2 conducts less, its collector voltage rises. This rising voltage is coupled through C1 to the base of Q1, increasing its base current and causing it to conduct even more heavily. This positive feedback loop happens almost instantaneously, rapidly driving Q1 into full saturation (ON) and Q2 into cut-off (OFF).
- Timing State 1 (Q1 ON, Q2 OFF): With Q1 saturated, its collector is near 0V. With Q2 in cut-off, its collector is at Vcc. At this moment, capacitor C1, having been charged to Vcc, begins to charge in the reverse direction through resistor R1 towards Vcc. The voltage at the base of Q2 starts to rise from a negative value towards Vcc.
- Second Transition: The transistor Q2 remains in the OFF state as long as its base is held at a voltage below its turn-on threshold (approximately 0.7V). The circuit stays in this state while C1 charges through R1. The critical moment occurs when the voltage at the base of Q2 rises to approximately 0.7V. At this point, Q2 begins to conduct.
- Regenerative Action (Second Transition): As soon as Q2 begins to conduct, a new regenerative cycle begins, but in the opposite direction. Q2’s collector voltage starts to fall. This falling voltage is coupled through C1 to the base of Q1, pulling it out of saturation. As Q1 conducts less, its collector voltage rises, which is coupled through C2 to the base of Q2, driving it harder into conduction. This process rapidly drives Q2 into saturation and Q1 into cut-off.
- Timing State 2 (Q2 ON, Q1 OFF): The circuit is now in its second quasi-stable state. The roles are reversed. Capacitor C2 now begins to charge through resistor R2, and its voltage rises towards the 0.7V threshold needed to turn Q1 back ON. Once this happens, the entire cycle repeats.
- Formulas for Oscillation
- The time spent in each quasi-stable state is determined by the RC time constants of the charging paths.
- The ON time of transistor Q2 (and OFF time of Q1) is given by: t2 = 0.69 * R2 * C2
- The ON time of transistor Q1 (and OFF time of Q2) is given by: t1 = 0.69 * R1 * C1
- The total period of the output square wave is the sum of these two durations: t = t1 + t2 = 0.69 * (R1*C1 + R2*C2)
- In the common symmetrical case where R1 = R2 = R and C1 = C2 = C, the formula for the frequency of oscillation can be expressed as: f = 1 / t = 1 / (1.38 * RC) ≈ 0.7 / RC
- Key Characteristics
| Advantages | Disadvantages |
| Simple and inexpensive circuit design. | Energy absorption within the circuit is relatively high. |
| Requires no external trigger to operate. | The output signal is of low energy. |
| Functions continuously as an oscillator. | Achieving a duty cycle other than 50% requires mismatched components, and duty cycles less than or equal to 50% can be difficult to achieve reliably. |
**Applications**
Astable Multivibrators are widely used in amateur radio equipment, Morse code generators, timer circuits, and various analog and TV systems where a simple, free-running oscillator is needed.
The continuous, self-driven nature of the Astable circuit stands in stark contrast to the triggered operation of the Monostable circuit, which we will examine next.
- The Monostable Multivibrator (One-Shot Pulse Generator)
- The purpose of a Monostable Multivibrator is fundamentally different from its Astable counterpart. Its function is to produce a single, standardized output pulse of a specific, predetermined duration in response to an external trigger signal. It has one stable state, in which it will remain indefinitely, and one quasi-stable state. This behavior makes it ideal for applications such as pulse shaping, where a noisy or irregularly shaped trigger pulse needs to be converted into a clean, fixed-width pulse, and in timing circuits that need to generate a precise delay.
- Construction
- The Monostable circuit’s construction reveals key differences from the Astable design. While it also uses two transistors, Q1 and Q2, the feedback coupling is mixed. One path is capacitive (from the collector of Q1 to the base of Q2 via capacitor C1), similar to the Astable circuit. However, the other path is resistive (from the collector of Q2 to the base of Q1 via resistor R2). A crucial addition is the trigger input, typically applied through a capacitor to the base of the normally-OFF transistor, and a separate biasing network to hold that transistor in its stable OFF state.
- Operation
- The operation unfolds in a clear sequence of states initiated by an external trigger.
- Stable State: In its default, stable condition, the circuit is designed so that transistor Q2 is saturated (ON) and transistor Q1 is in cut-off (OFF). The biasing network ensures Q1 remains off, while the connection from Q1’s collector (at high potential) keeps Q2’s base forward-biased, holding it ON. In this state, the circuit is quiescent and awaits a trigger.
- Triggering: The action begins when a positive trigger pulse is applied to the base of Q1 (the normally-OFF transistor). This pulse provides enough base voltage to overcome the cut-off bias and turn Q1 ON.
- Transition to Quasi-stable State: As Q1 turns ON, its collector voltage drops sharply. This negative-going transition is coupled through capacitor C1 to the base of Q2. This pulls the base of Q2 below its turn-on voltage, forcing Q2 into cut-off (OFF). As Q2 turns OFF, its collector voltage rises towards Vcc. This high voltage is fed back through resistor R2 to the base of Q1, ensuring that Q1 remains firmly saturated (ON) even after the initial trigger pulse has ended. The circuit is now in its quasi-stable state (Q1 ON, Q2 OFF).
- Timing and Return to Stable State: The duration of the quasi-stable state is determined entirely by the time it takes for capacitor C1 to discharge. When the circuit flipped states, C1 began to discharge through the timing resistor R1 towards Vcc. The voltage at the base of Q2, which was pulled negative, now begins to rise as the capacitor discharges. The circuit remains in this state until the voltage at Q2’s base rises to the turn-on threshold (~0.7V). At that precise moment, Q2 turns back ON. This initiates a regenerative action that turns Q1 OFF, and the circuit rapidly returns to its original stable state, where it will wait for the next trigger pulse.
- Pulse Duration Formula
- The width of the output pulse is determined by the RC time constant of the timing components, not by the width of the trigger pulse. The duration is given by the formula: T = 0.69 * R1 * C1 By carefully selecting the values of R1 and C1, we can create a precision timer that generates an output pulse of any desired width.
- Key Characteristics
| Advantages | Disadvantages |
| Circuit design is simple and inexpensive. | The time between consecutive trigger pulses (T_trigger) must be greater than the RC time constant of the circuit (T_trigger > 0.69*R1*C1). This is to ensure the timing capacitor has fully recovered before the next trigger arrives. |
| A single trigger pulse is sufficient to generate a full output pulse. |
**Applications**
Monostable Multivibrators are commonly used in television circuits, system control circuits, and any application requiring pulse generation, timing delays, or the conversion of one pulse shape into another (pulse shaping).
Where the Monostable circuit has one stable state, our next circuit, the Bistable Multivibrator, features two stable states, allowing it to function as a fundamental electronic memory element.
- The Bistable Multivibrator (Flip-Flop)
- The Bistable Multivibrator is a cornerstone of digital electronics, serving as a fundamental memory element. Its defining characteristic is the presence of two distinct stable states. It will remain in either of these states indefinitely until an external trigger pulse forces it to transition to the other state. This ability to store a state—representing a single bit of information (0 or 1)—makes it the essential component in circuits for counting and storing binary data. For this reason, it is most commonly known as a Flip-flop.
- Construction
- A self-biased Bistable Multivibrator is constructed with two transistors, Q1 and Q2, cross-coupled through resistive networks. The collector of Q1 is connected to the base of Q2 through a resistor (R1), and the collector of Q2 is connected to the base of Q1 through another resistor (R2). Unlike the Astable and Monostable circuits, there are no primary timing capacitors in the feedback paths. Instead, small capacitors, known as Commutating Capacitors or Speed-up Capacitors, are often placed in parallel with the coupling resistors. Their purpose is not to set a time delay but to help transmit the fast-changing edges of the signal during a transition, thereby reducing the time it takes for the circuit to switch states. The circuit has two separate trigger inputs, one for each transistor’s base, to initiate state changes.
- Operation
- The operation of the Bistable Multivibrator is characterized by its stable memory function.
- Power-Up State: When power is first applied to the circuit, slight imbalances in the components will cause one transistor to conduct more than the other. Regenerative feedback will quickly amplify this difference, forcing one transistor (e.g., Q1) into saturation (ON) and the other (Q2) into cut-off (OFF). This is one of the circuit’s two stable states. It will hold this state indefinitely as long as power is maintained.
- Forcing a State Change: To change the state, a trigger pulse of the correct polarity must be applied. For example, if Q1 is ON and Q2 is OFF, a state change can be initiated by either:
- Applying a negative trigger pulse to the base of Q1. This will momentarily reduce its base current and pull it out of saturation.
- Applying a positive trigger pulse to the base of Q2. This will provide enough base voltage to turn it ON.
- Regenerative Transition: Let’s assume a negative pulse is applied to the base of Q1. As Q1 begins to turn OFF, its collector voltage rises towards Vcc. This rising voltage is coupled to the base of Q2, driving it into conduction. As Q2 turns ON, its collector voltage falls. This falling voltage is coupled back to the base of Q1, further reducing its base current and reinforcing the action. This regenerative feedback loop completes rapidly, leaving the circuit in its opposite stable state: Q1 is now OFF, and Q2 is ON. The circuit will now remain in this new state until another appropriate trigger pulse is received at the alternate input.
- Key Characteristics
| Advantages | Disadvantages |
| It can store its previous output state indefinitely, acting as a memory cell. | It requires two separate trigger inputs or two types of trigger pulses (positive and negative) to control its state. |
| The circuit design is relatively simple. | It is slightly costlier than the other multivibrator types due to more components. |
**Applications**
Bistable Multivibrators are fundamental to digital systems and are used for pulse generation, digital counting circuits, and, most importantly, for storing binary information in registers and memory.
A simple variant of this circuit is the **Fixed-bias Binary**, where the triggering mechanism is provided by a Single-Pole Double-Throw (SPDT) switch. Toggling the switch grounds the base of one transistor while connecting the other to a biasing voltage, reliably forcing the circuit into a specific state.
We now turn to a special and highly useful form of bistable circuit, the Schmitt Trigger, which uses a unique coupling method to achieve remarkable signal conditioning capabilities.
- Special Case: The Schmitt Trigger (Emitter-Coupled Binary)
- The Schmitt Trigger is best understood not just as another multivibrator, but as a crucial signal conditioning circuit. Its primary function is to convert any analog, noisy, or slow-changing input signal into a clean, sharp digital signal with distinct high and low levels. It is a regenerative circuit that acts like a voltage comparator, but with a unique and powerful characteristic: hysteresis.
- Construction
- The defining feature of the Schmitt Trigger’s construction is its emitter coupling. Unlike the collector-to-base coupling of other multivibrators, the feedback in a Schmitt Trigger is provided by a shared emitter resistor (Re). This common resistor couples the two transistors, meaning the current flowing through one transistor affects the emitter voltage of the other. This emitter feedback is the key to its unique behavior.
- Operation and Hysteresis
- The Schmitt Trigger operates as a voltage comparator with two distinct and separate threshold levels. This two-level system is its most important feature.
- Upper Trigger Point (UTP): This is the high-voltage threshold. As the input voltage rises, the output will remain in its LOW state (Q1 OFF, Q2 ON) until the input crosses above the UTP. At that moment, the circuit regeneratively switches, and the output snaps to its HIGH state (Q1 ON, Q2 OFF). The UTP is determined by the conditions required to turn Q1 ON. This happens when the input voltage is high enough to overcome the common emitter voltage (set by Q2’s current) plus Q1’s base-emitter turn-on voltage. The state of Q2, when ON, sets this condition. Its collector voltage, given by V_C2 = VCC – (IC2 * RC2), determines the voltage at the base of Q1 via a voltage divider, holding it OFF until the input signal rises sufficiently.
- Lower Trigger Point (LTP): This is the low-voltage threshold. Once the output is HIGH (Q1 ON, Q2 OFF), it will stay high, even if the input voltage drops slightly. The input must fall all the way below the LTP before the circuit will switch back to its LOW state. The LTP is determined by the conditions required to turn Q2 back ON, which depends on the voltage at Q1’s collector when it is saturated.
- The gap or voltage difference between the UTP and the LTP is known as Hysteresis. The significance of hysteresis is profound: it provides excellent noise immunity. Consider an input signal that is hovering right around a single trigger point. Any small amount of noise could cause the signal to cross the threshold back and forth repeatedly, leading to a rapidly oscillating or “chattering” output. With hysteresis, the input must undergo a significant change in voltage to cross the gap between UTP and LTP, effectively ignoring minor noise fluctuations and ensuring a clean, stable output transition only when intended.
- Key Characteristics
| Advantages | Disadvantages |
| It produces perfect, clean logic levels at the output. | If the input signal has a very slow rise or fall time, the output transition will also be slower. |
| The hysteresis loop helps to avoid metastability (an uncertain intermediate state). | If the input signal is noisy, the circuit can amplify that noise during the transition period. |
| It offers excellent pulse conditioning capabilities. |
**Applications**
The unique properties of the Schmitt Trigger make it invaluable in several key applications:
- Amplitude Comparator: It can be used to compare an input voltage against its built-in UTP and LTP levels.
- Squaring Circuit: It excels at converting sinusoidal or other analog waveforms into clean square waves.
- Pulse Conditioning: It is widely used to clean up noisy pulses, sharpen slow-rising edges, and restore degraded digital signals to perfect logic levels.
- Having explored circuits that generate square and rectangular waves, we will now shift our focus in the next module to an equally important class of waveforms: linear ramps or sawtooth waves, which are essential for visual display systems.
——————————————————————————–