AM Radio Receiver – ECE 342


Overview

Designed and simulated a complete AM radio receiver with a microphone input option for ECE 342 (Spring 2026). The system takes a signal from an antenna, amplifies and selects an AM station, demodulates the audio, and drives an 8 Ω speaker through a Darlington power stage, all on a custom Altium PCB.

The design is organized into four cascaded stages: RF pre-amplifier → AM demodulator + LPF → audio pre-amplifier → Darlington power output. A DPDT slide switch allows toggling between the AM radio input and a 3.5 mm microphone jack.

12 V supply ~330 mW speaker output AM band (530–1700 kHz) LTspice verified Altium PCB BOM: ~$47

Signal Chain

Stage 1

RF Detection & Pre-amp

2N3904 common-emitter + LC tank for station selection

Stage 2

AM Demodulation + LPF

2N3904 biased near cut-off for envelope detection + RC audio filter

Stage 3

Audio Pre-amp

2N3904 common-emitter with self-bias feedback (Rf = 1.2 MΩ)

Stage 4

Darlington Power Output

2N3904 driver + TIP31C output, drives 8 Ω speaker with heatsink

Stage 1 – RF Pre-amplifier (2N3904, Common Emitter)

An LC tank circuit (L = 300 µH, Cvar = 18–300 pF) selects the AM station by resonating at the desired carrier frequency. The 2N3904 is biased at IC ≈ 2.12 mA for linear amplification:

RF detection and pre-amp schematic
Stage 1: RF detection and pre-amplifier schematic (KiCad/Altium)

Stage 2 – AM Demodulator + Low-pass Filter

The demodulator stage biases a second 2N3904 near cut-off (VB ≈ 0.77 V) to act as a half-wave rectifier, extracting the audio envelope from the AM carrier.

AM demodulation and LPF schematic
Stage 2: AM demodulation and low-pass filter

Stage 3 – Audio Pre-amplifier (2N3904)

Self-biased common-emitter stage providing the bulk of voltage gain before the power transistor. A 1 kΩ potentiometer (volume control) sits between this stage and the output.

Stage 4 – Darlington Power Output (2N3904 + TIP31C)

A Darlington pair (Q3 drives Q4) was chosen after a single common-emitter stage proved insufficient to drive an 8 Ω speaker. The configuration provides extremely high current gain (βtotal ≈ βQ3 × βQ4) with VBE,total = 2 × 0.7 V = 1.4 V.

Audio amplification schematic
Stages 3 & 4: Audio pre-amp + Darlington power output

PCB Layout

PCB layout in Altium
PCB layout (Altium): ground plane removed near LC tank to prevent noise injection
3D PCB render
3D PCB render: heatsink on TIP31C output transistor visible

LTspice Simulation Results

The full signal chain was verified in LTspice using a transient analysis (.tran) and operating point check (.op).

LTspice simulation
LTspice transient analysis (.tran)

Operating Point (confirmed active region for all transistors)

Node Transistor IC VCE βDC
Q1 – RF pre-amp 2N3904 2.09 mA 2.58 V 304
Q2 – Demodulator 2N3904 0.357 mA 1.44 V 230
Q5 – Audio pre-amp 2N3904 1.04 mA 4.66 V 311
Q3 – Darlington driver 2N3904 3.87 mA 7.90 V 319
Q4 – Power output TIP31C 315 mA 6.33 V 81

Transient Simulation (signal path)

Simulated peak speaker output: ~330 mW into 8 Ω, sufficient to drive the speaker audibly

Design Notes & Key Decisions