Topology Overview: The Emitter-Modulated BC107 AM Circuit

When building an amplitude modulation circuit using transistor BC107, you generally have two topological choices: collector modulation or emitter modulation. Collector modulation operates the transistor in Class C, requiring an RF choke and a tuned LC tank circuit to maintain the carrier wave while the supply rail swings with the audio signal. While highly efficient for high-power RF transmission, it is a nightmare to prototype on a solderless breadboard. Stray capacitance (typically 2pF to 5pF per breadboard row) detunes the LC tank, killing the Q-factor and resulting in a distorted or absent envelope.

For bench prototyping and educational builds, the Emitter-Modulated Common-Emitter Topology is vastly superior. It operates the BC107 in Class A, requiring no tuned circuits, and relies on varying the transistor's transconductance (gm) to achieve modulation.

Node Labels and Signal Flow

  • Base Node (Carrier In): The high-frequency carrier (e.g., 1 MHz sine wave) is AC-coupled into the base. The DC bias network sets the quiescent operating point.
  • Emitter Node (Audio In): The low-frequency modulating signal (e.g., 1 kHz sine wave) is injected into the emitter. As the audio signal swings, it varies the emitter current, which directly modulates the transistor's gain applied to the carrier.
  • Collector Node (AM Out): The amplitude-modulated RF signal is extracted via a coupling capacitor. The voltage drop across the collector resistor converts the modulated current into a voltage envelope.
  • VCC Rail: A stable 9V DC supply. Ripple on this rail will directly feed through to the AM envelope, so a 100µF bypass capacitor at the power entry point is mandatory.

Component Selection and Design Walkthrough

To build a functional amplitude modulation circuit using transistor BC107, we must calculate the DC bias for linear Class A operation and select coupling capacitors that present low reactance at their respective frequencies without passing DC. According to standard small-signal design principles outlined by Electronics Tutorials, maintaining the Q-point near the center of the DC load line prevents asymmetric clipping of the RF envelope.

Exact Component Values (9V VCC)

  • Q1: BC107 (NPN, TO-18 metal can, fT ≈ 150 MHz, low noise).
  • R1 (Base to VCC): 47 kΩ
  • R2 (Base to GND): 10 kΩ (Sets Vb ≈ 1.58V)
  • Rc (Collector): 2.2 kΩ (Sets Vc ≈ 4.9V for maximum symmetrical swing)
  • Re (Emitter Bias): 470 Ω (Sets Ie ≈ 1.87 mA)
  • R_audio (Audio Injection): 100 Ω (Prevents the audio source from shorting the AC component of the emitter bias)
  • C1 (Carrier Coupling): 10 nF ceramic (Xc ≈ 15.9 Ω at 1 MHz)
  • C2 (Audio Coupling): 10 µF electrolytic (Xc ≈ 15.9 Ω at 1 kHz)
  • C3 (Output Coupling): 100 nF ceramic

Behavior Table: What Changes When One Element Changes

Component Altered Change Made Circuit Behavior & Result
Rc (Collector Resistor) Increase to 4.7 kΩ Voltage gain increases, but the DC voltage at the collector drops to ~0.2V. The positive peaks of the RF carrier will clip against the VCC rail, flattening the top of the AM envelope.
Audio Amplitude (Source) Increase from 1Vpp to 3Vpp Modulation index (m) exceeds 1.0. Overmodulation occurs, causing the envelope to cross the zero-axis. This generates severe harmonic distortion and adjacent-channel "splatter" in the frequency domain.
Re (Emitter Resistor) Decrease to 100 Ω Quiescent emitter current (Ie) spikes to ~8.8 mA. Transconductance (gm) rises, increasing the raw carrier amplitude, but the thermal stability of the bias point degrades, leading to thermal runaway risk.
C1 (Carrier Cap) Increase to 1 µF No significant change at 1 MHz, but if the carrier frequency drops to 10 kHz, the lower reactance prevents signal attenuation. However, larger ceramic caps introduce parasitic series inductance that can cause high-frequency resonance.

Failure Modes: What Breaks at the Extremes?

Understanding failure modes is critical when debugging an amplitude modulation circuit using transistor BC107 on a workbench. Here is the failure-mode contrast for open and short conditions on critical nodes.

Warning: The Scope Probe Loading Trap
Never use a 1x oscilloscope probe on the collector node of this circuit. A standard 1x probe has an input capacitance of roughly 100pF to 150pF. At a 1 MHz carrier frequency, 100pF presents a reactance of only ~1.59 kΩ. Because your Rc is 2.2 kΩ, the scope probe forms a voltage divider that will attenuate your RF signal by more than 50% and introduce severe phase shift. Always use a 10x probe (which drops capacitance to ~10pF) when measuring the AM output.
  • Short C2 (Audio Coupling Cap): If the 10µF capacitor fails short, the DC offset of your audio function generator (usually 0V) is tied directly to the emitter through the 100Ω R_audio resistor. The emitter voltage collapses to near ground. The base-emitter junction becomes heavily forward-biased, Ie spikes, and the transistor saturates. Result: The output is a flat DC line near VCC with no RF or audio.
  • Open Re (470Ω Bias Resistor): The DC path to ground for the emitter is broken. No quiescent bias current can flow, cutting off the transistor entirely. Result: The collector sits at exactly VCC (9V DC). No AC signal passes through.
  • Short C1 (Carrier Coupling Cap): The DC bias voltage from the base divider (~1.58V) bleeds backward into your RF function generator. Depending on the generator's output protection, this will either trigger its over-voltage protection (shutting off the carrier) or shift the generator's internal DC offset. Result: Erratic carrier amplitude or complete loss of carrier injection.

Step-by-Step Breadboard Testing Procedure

Follow this exact sequence to verify your amplitude modulation circuit using transistor BC107 without blowing components or chasing ghost signals.

  1. Verify the DC Bias (Power Only): With VCC at 9V and no AC signals connected, use your multimeter to probe the nodes. You should read Vb ≈ 1.58V, Ve ≈ 0.88V, and Vc ≈ 4.9V. If Vc is near 9V, the transistor is cut off (check Re). If Vc is near 0V, it is saturated (check R1/R2 divider).
  2. Inject the Carrier: Set your RF generator to 1 MHz, 200mVpp sine wave, 0V DC offset. Connect it to C1. Probe the collector with a 10x scope probe. You should see a clean, continuous 1 MHz sine wave with an amplitude of roughly 1Vpp to 2Vpp.
  3. Inject the Audio: Set your audio generator to 1 kHz, 1Vpp sine wave. Connect it to C2. Crucial Scope Setup: Set your oscilloscope to trigger on the Audio Generator's sync output (External Trigger), not the RF signal. If you trigger on the 1 MHz RF, the 1 kHz envelope will roll across the screen and be impossible to read.
  4. Observe the Envelope: Switch the scope timebase to 200µs/div or 500µs/div. You will see the 1 MHz carrier "filled in" inside a 1 kHz sine wave envelope. Adjust the audio generator's amplitude until the envelope peaks are exactly double the troughs (modulation index m = 0.5).

Frequently Asked Questions

Can I use a BC547 instead of a BC107 for AM generation?

Yes, a BC547 will work for basic breadboarding at 1 MHz. Both are general-purpose NPN silicon transistors with similar current gains (hFE). However, as detailed in component datasheets, the BC107 is housed in a metal TO-18 can, which provides inherent electrostatic shielding against stray RF pickup on the breadboard. The BC547's plastic TO-92 package lacks this shielding. Furthermore, the BC107 generally has a lower noise figure and slightly better high-frequency transition characteristics, making it the preferred choice for clean RF envelope generation above 5 MHz.

Why is my amplitude modulation circuit using transistor BC107 producing a distorted envelope?

Asymmetric envelope distortion (where the positive peaks of the audio envelope are flattened but the negative peaks are sharp) is almost always caused by an incorrect DC Q-point. If your collector DC voltage (Vc) is biased too high (e.g., 7V instead of 4.5V), the transistor runs out of voltage headroom before it runs out of current headroom, clipping the positive RF swings against the VCC rail. Re-calculate your R1 and R2 voltage divider to pull Vb down slightly, or increase the value of Rc to drop Vc closer to VCC/2.

How do I calculate the modulation index from my oscilloscope traces?

The modulation index (m) defines the depth of your AM signal and must be kept between 0 and 1 to avoid distortion. Using your oscilloscope's cursors, measure the maximum peak-to-peak voltage of the RF envelope (Vmax) and the minimum peak-to-peak voltage at the trough of the audio cycle (Vmin). Apply the formula: m = (Vmax - Vmin) / (Vmax + Vmin). For example, if the envelope peaks at 4Vpp and dips to 1Vpp, m = (4 - 1) / (4 + 1) = 3 / 5 = 0.6 (or 60% modulation). If Vmin reaches 0V, m = 1.0 (100% modulation). If the envelope crosses zero and phase-reverses, m > 1.0, indicating destructive overmodulation.