Tracing Signal Flow
Signal flow is the journey an electrical signal takes from the moment it enters a circuit to the moment it leaves. Tracing this path on a schematic is one of the most useful skills in electronics — it tells you what the circuit does, where it could go wrong, and what measurements to make when troubleshooting.
What Is Signal Flow
Every circuit has at least one input and at least one output. The signal flow is the path the signal takes between them. In a simple one-stage amplifier the path is short: input terminal → coupling capacitor → transistor base → transistor collector → coupling capacitor → output terminal. In a superheterodyne receiver the path spans a dozen stages spread across a complex schematic.
Signal flow analysis answers questions like:
- What frequency is the signal at each stage?
- What is the signal level (voltage, power) at each stage?
- What type of signal is it at each stage — RF, IF, audio, digital?
- Where is the signal amplified, filtered, mixed, or demodulated?
Finding the Starting Point
The starting point is almost always the input connector or transducer. On a receiver schematic, look for the antenna connector — usually labelled J1 or ANT, drawn at the left edge of the diagram. On an audio amplifier, look for the microphone or line-in jack. On a transmitter, the starting point might be the microphone or a modulated oscillator.
If you are unsure where the signal enters, look for the component with only one connection going into it from outside the circuit. In contrast, a component like a bias resistor will have connections to both the supply rail and another component — it does not carry the main signal.
Following the Wire
Once you have the starting point, follow the wire forward. At each junction choose the path that continues toward the output — not a path that goes to ground or to a supply rail. A resistor connecting a node to ground is a load or a bias component; the signal continues through the main wire.
Watch for these common signal-path elements:
- Coupling capacitors — the signal passes through them; DC is blocked. Recognize them as capacitors in series with the wire.
- Transformers — the signal crosses from primary to secondary winding, often with an impedance change.
- Active device terminals — in a transistor amplifier the signal enters the base and leaves (amplified) from the collector. In an FET amplifier it enters the gate and leaves the drain.
- Op-amp inputs and output — the signal enters one or both inputs and leaves the output pin.
It helps to draw a thin pencil line along the signal path as you trace it, so you can see at a glance how far you have reached.
Signal Transformations Stage by Stage
At each stage the signal is transformed in some way. These transformations are predictable from the component types present:
| Stage components | What happens to the signal |
|---|---|
| Transistor in common-emitter | Voltage amplified and inverted (180° phase shift) |
| Emitter follower (common collector) | Current amplified; voltage gain ≈ 1; no phase inversion |
| LC bandpass filter | Frequencies outside the passband are attenuated; signal within passband passes |
| Diode mixer | Input RF and local oscillator frequencies are mixed; output contains sum and difference frequencies |
| Envelope detector (diode + RC) | RF carrier removed; audio modulation envelope recovered |
| Op-amp inverting amplifier | Voltage amplified by gain = −Rf/Rin; phase inverted |
| Op-amp non-inverting amplifier | Voltage amplified by gain = 1 + Rf/Rin; no phase inversion |
Signal Level Budget
A signal level budget (sometimes called a link budget or gain budget) tracks the signal power or voltage at each point along the signal path. It tells you whether the signal will be strong enough at the output, or whether it will be lost in noise at some intermediate stage.
To create a signal level budget, list each stage from input to output and write down its gain (positive for amplifiers) or loss (negative for filters, cables and mixers). Add the values cumulatively. The final total is the overall gain or loss of the chain.
Antenna signal: −100 dBm
Coax cable loss: −2 dB → signal now −102 dBm
Low-noise amplifier gain: +20 dB → signal now −82 dBm
Bandpass filter loss: −3 dB → signal now −85 dBm
IF amplifier gain: +30 dB → signal now −55 dBm
Product detector loss: −6 dB → audio signal now −61 dBm
The audio signal at −61 dBm is well above the audio noise floor, so the receiver will produce readable audio.
Worked Example: A Simple Receiver
The signal flow through a basic direct-conversion receiver for 40 metres proceeds as follows:
- Antenna (J1): RF signal enters from the antenna at a frequency around 7 MHz.
- Low-pass filter (C1, L1, C2): The filter removes signals above the 40 m band, passing only 7.0–7.3 MHz.
- RF amplifier (Q1, common emitter): The weak antenna signal is amplified by about 20 dB.
- Mixer (D1, D2 — diode ring): The amplified RF is mixed with the local oscillator (VFO) signal at the same frequency. The output of the mixer contains the difference frequency — if the received signal is 1 kHz away from the VFO frequency, the output is an audio signal at 1 kHz.
- Low-pass audio filter (R1, C3): Removes the sum frequency component (at 14 MHz) and any RF leakage, leaving only the audio signal.
- Audio amplifier (U1, op-amp): The audio signal is amplified to a level suitable for headphones.
- Output jack (J2): The audio leaves the circuit to the headphones or speaker.
Fig 1 — Signal flow through a direct-conversion receiver. Each arrow shows the signal path; the labels show the signal type and approximate level at each stage.
View LargerHandling Feedback Loops
Feedback paths run backward along the schematic — from a later stage to an earlier one. When you encounter a feedback loop, trace it separately from the main signal path. Ask two questions: what fraction of the output is fed back, and where does it re-enter the circuit?
In an amplifier with negative feedback, the fed-back signal opposes the input. This reduces gain but improves bandwidth and linearity. In an oscillator, positive feedback (the fed-back signal adds to the input) sustains continuous oscillation. Recognising whether feedback is negative or positive requires checking the phase: if the feedback path inverts the signal, it is negative feedback; if it does not, it is positive feedback.
Frequently Asked Questions
How do I know if a capacitor is in the signal path or just bypassing to ground?
A coupling capacitor is in series with the signal wire — both ends connect to signal nodes, not to ground. A bypass capacitor has one end connected to a signal or supply node and the other end connected directly to ground. If you trace the wire and one side of a capacitor goes to ground, it is a bypass, not a coupling capacitor.
What is the difference between a common-emitter and an emitter-follower amplifier on a schematic?
In a common-emitter amplifier the output is taken from the collector. In an emitter follower (common collector) the output is taken from the emitter. Look at which terminal the output coupling capacitor connects to — collector means common-emitter, emitter means emitter-follower. Common-emitter provides voltage gain; emitter-follower provides current gain and impedance transformation with a voltage gain of approximately 1.
Why does signal flow sometimes split into two paths on a schematic?
A split signal path (a T-junction) means the signal is being distributed to two separate destinations at the same time. This happens in push-pull amplifiers (where two transistors handle alternate halves of the signal), in balanced mixers, and in power splitter circuits. Both paths carry the same signal unless the splitter is designed to distribute different frequency ranges or phases.
Test Your Knowledge
Answer the questions below to check your understanding of this lesson. Every answer can be found in the lesson above.