Guiding Philosophy: "Think Like an Engineer"
We won't just build circuits; we will understand why each component is there and how its value
affects the final output. This analytical approach will be your biggest differentiator.
Phase 1: Deep Dive into Theory & Pen-and-Paper Design (Weeks 9-13)
This is the most critical phase for your learning. Rushing here will lead to frustration later.
1.1 Core Concepts You MUST Master
• Amplitude Modulation (AM):
o Concept: It's the process of embedding a low-frequency message signal (your
voice, m(t)) onto a high-frequency carrier signal (c(t)). The carrier's amplitude is
varied in proportion to the message.
o Math: s_AM(t) = A_c [1 + μ * m(t)] * cos(2πf_c t)
o Key Parameter - Modulation Index (μ): This determines the "depth" of
modulation.
▪ Under-modulation (μ < 1): Quiet output, inefficient.
▪ Over-modulation (μ > 1): Distorted output, impossible to demodulate
cleanly with an envelope detector.
▪ Your Goal: Design for μ ≈ 0.8 - 0.9 for a strong but clean signal. This is a
key detail most students will overlook.
• Envelope Detection Demodulation:
o Concept: The simplest AM demodulator. It literally traces the "envelope" of the
AM wave to recover the message. Your constraint specifies using this.
o The Ripple Factor Challenge: The output is not perfectly smooth; it has a small
AC component (ripple) on top of the desired DC message. The project specifies
this must be < 5%.
o How to control it? The ripple is determined by the RC time constant in the
detector circuit. τ = R * C. This is your most important design knob.
• LC Feedback Oscillator (Carrier Generator):
o Concept: Uses an inductor (L) and a capacitor (C) in a feedback loop with a
transistor to generate a stable, continuous sine wave at the resonant frequency.
o Resonant Frequency Formula: f_c = 1 / (2π√(LC))
o Your carrier frequency f_c = 375 kHz. You will use this formula to select your L
and C values.
1.2 System Block Diagram & Component Selection
First, draw the complete system. This shows you the big picture.
text
[Microphone] -> [Audio Amplifier (Pre-emphasis)] -> [AM Modulator] -> [Transmitter Buffer]
[LC Oscillator (375 kHz)] ----------------------------------------------+
[Speaker] <- [Audio Amplifier (De-emphasis)] <- [Envelope Detector] <- [Receiver Buffer]
Now, let's design each block theoretically.
Block A: LC Oscillator (f_c = 375 kHz)
• Circuit Choice: Colpitts Oscillator. It's known for its clean waveform and frequency
stability, which will make your project stand out.
• Design Steps:
1. Choose a standard capacitor value C that is readily available (e.g., 1 nF or 100 pF).
2. Use the formula f_c = 1 / (2π√(LC)) to solve for L.
▪ Example: If C = 1 nF (0.000000001 F), then L = 1 / ( (2π * 375000)^2 *
0.000000001 ) ≈ 180 µH.
3. Select a general-purpose NPN transistor (like BC547 or 2N2222) and biasing
resistors to set the operating point for stable oscillation. Calculate these using
standard biasing equations.
Block B: AM Modulator (using a Transistor)
• Circuit Choice: Transistor-Based Modulator (Common-Emitter with collector
modulation). This is more efficient and flexible than a simple diode modulator, giving
you better control over the modulation index.
• Design Steps:
1. The carrier signal is injected at the base, and the message signal is used to vary
the collector voltage.
2. Design the biasing circuit for the transistor.
3. The key to controlling the Modulation Index (μ) is the amplitude of your
message signal relative to the carrier. You will need a potentiometer at the audio
input to adjust this live. This is a fantastic feature for your demo!
Block C: Envelope Detector Demodulator
• Circuit: A diode, a resistor (R), and a capacitor (C).
• Design Steps:
1. The Diode: Use a small-signal Schottky diode like 1N5817 (fast switching, low
forward voltage).
2. The Time Constant (τ = R*C): This is the heart of your 5% ripple constraint.
▪ Rule of Thumb: 1/f_c << τ << 1/f_m
▪ f_c = 375,000 Hz, so 1/f_c ≈ 2.67 µs.
▪ f_m = 300 Hz, so 1/f_m ≈ 3333 µs.
▪ We need 2.67 µs << τ << 3333 µs. A good starting point is τ ≈ 50 µs.
3. Choose a standard capacitor value (e.g., C = 10 nF). Then calculate R = τ / C =
50µs / 10nF = 5 kΩ. Use a 5kΩ potentiometer in your initial build to fine-tune for
the clearest audio with minimal ripple.
Block D: Audio Amplifiers (The "Wow" Factor)
Most students will skip this or use very basic circuits. You will not. The microphone output is
tiny, and the envelope detector output is weak. Proper amplification is key to a loud, clear
output.
• Pre-amplifier (after microphone): Use an op-amp (like LM741 or TL071) in a non-
inverting amplifier configuration. Design the gain to be variable (e.g., 10-100) using a
potentiometer.
• Power Amplifier (before speaker): Use a simple transistor-based class-A amplifier or a
dedicated audio amplifier IC like the LM386. The LM386 is incredibly easy to use and will
drive a small speaker loudly. This will make your demo much more impressive than
groups using headphones.
Phase 2: Simulation & Virtual Prototyping (Parallel to Phase 1)
Software: LTspice (free and powerful) or Multisim.
• Step 1: Simulate each block individually. Get your Colpitts oscillator to generate a clean
375 kHz sine wave. Get your modulator to produce a perfect AM waveform when you
mix a 1 kHz test tone with the carrier.
• Step 2: Connect the blocks. Feed the simulated microphone signal through your pre-
amp, into the modulator, and then into the envelope detector.
• Step 3: Experiment and Analyze: This is where you learn without burning components.
o Change the modulation index in the simulator and see the resulting AM wave.
Observe overmodulation.
o Change the RC time constant in the envelope detector and see the ripple and
distortion change visually. This direct correlation is priceless.
Phase 3: PCB Design & Fabrication (Week 14)
This is what makes your project professional.
• Software: KiCad (free and professional) or Eagle.
• Your Edge:
1. Layout: Keep the oscillator section away from the audio sections to prevent
noise.
2. Power Rails: Use thick traces for power and ground.
3. Silkscreen: Add your name, registration number, and a cool project title like
"VoiceLink 375" on the silkscreen layer. This small touch is hugely eyecatching.
4. Test Points: Add small, labeled solder pads at key nodes (Oscillator Output,
Modulator Output, etc.) so you can easily connect an oscilloscope probe during
the demo.
Phase 4: Hardware Implementation & Testing (Week 15)
• Soldering: Solder neatly. Use a flux pen for clean joints.
• Testing Protocol (Be Systematic):
1. Power Off: Check for short circuits.
2. Power On, No Input: Check for magic smoke. Measure voltages at transistor
collectors, etc.
3. Test Oscillator: Use an oscilloscope to verify a 375 kHz sine wave at the oscillator
output. If it's not working, check your soldering and component values.
4. Test Modulator: Apply a 1 kHz sine wave from a function generator (or a
constant whistle into the mic). Observe the AM waveform on the scope. Adjust
your "modulation depth" potentiometer to see the change.
5. Test End-to-End: Speak into the microphone. You should hear your voice from
the speaker.
Phase 5: Documentation & Presentation (The Final Polish)
Report Structure (Your Story)
1. Introduction: The problem statement in your own words.
2. Theoretical Background: Explain AM, modulation index, envelope detection, and LC
oscillators in your own words with your own diagrams. Don't just copy the book.
3. Design Methodology: This is the core. Show your calculations for every single resistor,
capacitor, and inductor. Explain why you chose each value. "We chose τ=50µs to satisfy
the ripple constraint because..."
4. Simulation Results: Include screenshots of your clean AM wave and the demodulated
output.
5. Hardware Results: Include photos of your soldered PCB and, most
importantly, oscilloscope screenshots showing:
o The carrier wave (375 kHz).
o The AM wave with a 1 kHz tone.
o The AM wave with your voice.
o The demodulated output.
6. Challenges & Solutions: Did the oscillator not start? Was the modulation too
deep? Document this! It shows real engineering. "We initially used a 1N4007 diode, but
the demodulation was poor due to its slow recovery time. Switching to a 1N5817
Schottky diode solved the issue."
7. Conclusion: What you learned and potential improvements (e.g., adding AGC -
Automatic Gain Control).
Presentation Tips
• Demo First: Start by demonstrating a working system. "Professor, here is my AM radio
system." Speak into the mic and let the speaker output be heard.
• Show the Scope: Have the oscilloscope probe connected to the modulator output. Show
the AM waveform live as you speak. Change your pitch and show how the envelope
changes.
• Explain the Key Features: "I added a variable modulation index control here, and you
can see on the scope what happens when I overmodulate..." This shows deep
understanding.
By following this roadmap, you will not just submit a project; you will own the knowledge. You
will be able to answer any question your professor throws at you because you understand the
"why" behind every "what". This depth of understanding and the professional touches in your
PCB and demo will make your project truly exceptional. Good luck