E7: Practical Circuits
8 of 50 exam questions come from this section.
Read-aloud isn’t available in this browser. Try Chrome, Edge, or Safari, or read along below.
Welcome to the biggest subelement on the Extra exam. E7 — Practical Circuits is worth 8 of your 50 questions, drawn from eight smaller topic groups named E7A through E7H. The word "practical" is the key: this section is about the actual circuits that live inside a radio and what each one is for. You are not asked to design these circuits from scratch. You are asked to recognize them, name them, and explain in plain terms what job each one does.
Here is the encouraging part. Almost every question in E7 is a "this circuit does that job" matching exercise. There is a little arithmetic in a couple of spots (op-amp gain and a power calculation), and that math is genuinely easy. The rest is vocabulary and ideas. If you can learn that a "flip-flop" remembers one bit, that a "Chebyshev filter" trades a little ripple for a sharp edge, and that a "switching" power supply is light because it works at high frequency, you have most of these answers in hand.
Three of the figures from the question pool show up here. Figure E7-1 is a transistor amplifier (a common-emitter stage). Figure E7-2 is a linear voltage regulator. Figure E7-3 is an op-amp wired as an inverting amplifier. We will describe each one carefully in words so you can answer the figure questions even without staring at the picture.
We will go group by group, defining every new term the first time it appears, using everyday comparisons, and only then leaning on the proper engineering word. Take it in chunks. This is a long section, but it is also one of the most satisfying, because by the end you will actually understand what is going on under the lid of your radio.
Why this matters
Every other section of the exam talks about a radio; this is the one where you finally look inside it. When you understand E7, the block diagram on the back of your transceiver's manual stops being a mystery. You can point to the mixer and know it makes sum and difference frequencies, point to the IF filter and know whether it is a sharp Chebyshev or a crystal lattice, point to the regulator and know why it gets warm. That understanding turns you from someone who merely uses a radio into someone who can troubleshoot, modify, and even build one.
It also pays off the moment something goes wrong. A power supply that hums has a filter or ripple problem. A signal that splatters across the band might be a Class C amplifier abusing an SSB signal, or an amplifier breaking into parasitic oscillation. A wandering note on CW might be a microphonic or thermal drift in an oscillator. The vocabulary in this section is the language technicians use to describe and fix exactly these faults.
And it connects you to where the hobby is going. Software defined radio and DSP are not the future anymore, they are the present, sitting in inexpensive receivers and in nearly every new transceiver. Knowing what direct sampling, an FFT, and a DDS actually do means you can read the spec sheets, understand the waterfall on your screen, and keep up as the technology keeps moving.
A helpful way to picture it
Think of a radio as a small factory, and E7 is the tour of the workstations on the floor. At the loading dock, raw power comes in from the wall, and the power supply is the room that conditions it into the clean, steady voltage every other station depends on, with the regulator acting as a smart valve that holds the pressure constant no matter how busy the floor gets.
Down one aisle are the amplifiers, the muscle of the factory, each rated for a different job: Class A workers who handle delicate goods gently but tire quickly, and Class C or Class D workers who move heavy loads fast and efficiently but would crush anything fragile. Next to them stand the filters, the quality-control inspectors who let the right products through and reject everything else, some lenient, some strict as a brick wall.
In the back office, the oscillator is the factory clock, ticking out a perfectly steady beat that keeps the whole operation in time, and the phase-locked loop is the supervisor who keeps that clock locked to the official time signal. Out front, the modulator packages your message for shipping and the demodulator unpacks the ones that arrive. And increasingly the whole factory is being replaced by a single brilliant computer, DSP and SDR, that simulates every one of those workstations in software. Learn what each station does, and you can read the whole factory at a glance.
The details
E7A — Digital logic: gates, flip-flops, counters, and multivibrators
Digital circuits work with just two values, usually written 1 and 0, or "high" and "low." Everything here is built from two kinds of parts: logic gates (which make a decision the instant their inputs change) and flip-flops (which remember a value).
Positive logic and truth tables
First, two definitions you will see in the questions. Positive logic simply means that a high voltage represents a 1 and a low voltage represents a 0. (Negative logic flips that around, but the test wants the positive-logic definition.) A truth table is just a list of every possible set of inputs and the output the device produces for each one. It is a cheat-sheet that fully describes how a gate behaves.
The logic gates
A gate looks at its inputs and produces one output by a fixed rule. Memorize these four behaviors exactly as the pool words them:
- OR gate: it produces a 1 at its output if any input is 1. ("Any one of you is enough.")
- NAND gate (short for "NOT AND"): it produces a 0 at its output only if all inputs are 1. It is an AND gate with the answer flipped, so the only way to get a 0 out is to have every input high.
- Exclusive NOR gate (two-input XNOR): it produces a 0 at its output if one and only one of its inputs is 1. In other words it outputs 1 when the inputs match and 0 when they differ.
- (An AND gate, for completeness, outputs 1 only when all inputs are 1; an XOR outputs 1 when exactly one input is 1.)
Memory trick: the little "N" in NAND and NOR means "NOT", it inverts the normal answer. "Exclusive" means "exactly one."
Flip-flops: the circuit that remembers
A flip-flop is a circuit that holds one of two steady states until something tells it to change. Because it has two stable resting states, it is called bistable. ("Bi" means two; "stable" means it sits still there.) So the answer to "which circuit is bistable?" is a flip-flop. An AND gate or an OR gate has no memory, and a bipolar amplifier is not a logic device at all.
Because a flip-flop can be wired to change state once for every two input pulses, a single flip-flop can divide the frequency of a pulse train by 2. ("Pulse train" just means a steady stream of on/off pulses.) Chain them and each one halves the rate again: 2, then 4, then 8, then 16. So to divide a signal frequency by 16 you need 4 flip-flops (because 2 × 2 × 2 × 2 = 16).
Counters
String flip-flops together with a little logic and you get a counter. A decade counter counts in tens: it produces one output pulse for every 10 input pulses. ("Decade" means ten.) These are the building blocks of digital clocks and frequency counters.
Multivibrators
A multivibrator is a circuit that switches between high and low states. There are three flavors, distinguished by how many of their states are stable:
- An astable multivibrator has no stable state, so it continuously alternates between two states without any external clock signal. It is a free-running oscillator, the source of the on/off beat itself. ("A-stable" = not stable.)
- A monostable multivibrator has one stable state, so when triggered it switches temporarily to an alternate state for a set time and then snaps back. It is a one-shot timer. ("Mono" = one stable state.)
- A bistable multivibrator is just another name for a flip-flop (two stable states).
Memory trick: count the stable states. A-stable = zero (it never settles), mono-stable = one (it settles back after a delay), bi-stable = two (a flip-flop that stays put).
E7B — Amplifiers: classes, biasing, efficiency, and Figure E7-1
An amplifier takes a small signal and makes a bigger copy of it. The active part doing the work (a transistor or a tube) does not have to be "on" for the whole signal cycle, and how much of the cycle it conducts gives the amplifier its class. The class trades off two things: faithfulness (low distortion) versus efficiency (how little power is wasted as heat).
Amplifier classes
- Class A: the active device conducts during the entire cycle (360 degrees). It is the most faithful but the least efficient. Its operating point (its resting, no-signal condition, called the bias point) sits approximately halfway between saturation and cutoff. ("Saturation" is fully on; "cutoff" is fully off; halfway gives the signal maximum room to swing both ways without clipping.)
- Class AB (push-pull): two devices take turns. Each active element conducts for more than 180 degrees but less than 360 degrees. This is the workhorse for clean SSB linear amplifiers.
- Class C: the device conducts for much less than half the cycle. Very efficient, but badly distorting. Using a Class C amplifier on a single-sideband (SSB) phone signal causes signal distortion and excessive bandwidth, because Class C cannot faithfully reproduce a signal whose amplitude varies. (It is fine for constant-amplitude modes like FM or CW.)
- Class D: a switching amplifier. A Class D amplifier uses switching technology to achieve high efficiency. The device is either fully on or fully off, almost never lingering in between.
Why switching amplifiers are so efficient
A transistor wastes the most power when it is partly on, because it then has both voltage across it and current through it at the same time. Switching amplifiers are more efficient than linear amplifiers because the switching device is at saturation (fully on) or cutoff (fully off) most of the time, and in either of those states it dissipates very little heat. The price you pay is harmonics: chopping a signal hard creates many extra frequencies. So an RF switching amplifier requires a filter at its output to remove the harmonic content before the signal reaches the antenna.
Amplifier configurations
There are three basic ways to wire a transistor, named for whichever terminal is the common reference:
- Common emitter (the one in Figure E7-1, described below): high gain, output inverted relative to input.
- Emitter follower, also called common collector: its hallmark is that the input and output signals are in-phase (it does not invert), and it has high input impedance with low output impedance, making it a good buffer.
- Grounded-grid (the tube version of common-base): its characteristic is low input impedance.
Taming a power amplifier
A high-power RF amplifier can break into unwanted self-oscillation, generating spurious signals. To prevent unwanted oscillations in an RF power amplifier you install parasitic suppressors and/or neutralize the stage. ("Parasitic" oscillations are accidental ones the circuit was never meant to make; a "parasitic suppressor" is a small part that damps them; "neutralizing" feeds back a small canceling signal to keep the stage stable.)
Reading Figure E7-1 (a common-emitter amplifier)
Figure E7-1 shows a single transistor wired as a common emitter amplifier. You can answer all three of its questions from the parts:
- R1 and R2 form a voltage divider bias. Two resistors in series across the supply set a steady voltage on the transistor's base, fixing where the amplifier idles.
- R3 (the resistor in the emitter leg) provides self bias. It stabilizes the operating point automatically: if current tries to rise, R3 raises the emitter voltage and gently reins it back in.
- The whole circuit is a common emitter amplifier.
E7C — Filters and impedance-matching networks
A filter passes the frequencies you want and blocks the ones you do not. The four basic responses are low-pass (passes low frequencies, blocks high), high-pass (the reverse), band-pass (passes one band, blocks above and below), and notch (also called band-reject, blocks one narrow band). Filters are built from capacitors and inductors arranged in patterns named after the letters they resemble.
Pi, T, and Pi-L networks
- A low-pass Pi-network is shaped like the Greek letter π (pi): a capacitor from the input to ground, another capacitor from the output to ground, and an inductor connecting the input to the output. The two grounded capacitors are the two legs of the pi and the inductor is the bar across the top.
- A T-network with series capacitors and a shunt inductor ("shunt" means connected to ground) gives a high-pass response.
- A Pi-L network is a Pi-network with an additional output series inductor. The reason you add that inductor is greater harmonic suppression, the extra L knocks down high-frequency junk more effectively, which is why Pi-L networks are popular in transmitter output stages.
Impedance matching
An impedance-matching circuit makes a load look like the resistance a transmitter wants to see, so power transfers efficiently. A real-world load is a complex impedance, meaning it has both resistance and reactance (the frequency-dependent opposition of capacitors and inductors). A matching network cancels the reactive part of the impedance and changes the resistive part to the desired value. Think of it as two jobs: zero out the reactance, then scale the resistance.
Named filter families
Engineers tune the capacitor and inductor values to get different trade-offs, and the recipes carry names:
- A Chebyshev filter has ripple in the passband and a sharp cutoff. It accepts a little bumpiness in the pass region in exchange for a steeper edge.
- An elliptical filter has an extremely sharp cutoff with one or more notches in the stop band. Those deliberate notches are what make its edge the steepest of all.
Specialty filters used in radios
- A crystal lattice filter is a filter for low-level signals made using quartz crystals. Quartz crystals act like extremely sharp, stable resonators, perfect for shaping a narrow SSB or CW passband at the IF (intermediate frequency).
- A helical filter (a coil-shaped resonator) is most frequently used as a band-pass or notch filter in VHF and UHF transceivers.
- A cavity filter (a tuned metal chamber) is the filter used in a 2-meter band repeater duplexer. (A "duplexer" lets a repeater transmit and receive on one antenna at the same time; cavity filters keep the strong transmitter out of the sensitive receiver.)
Measuring a filter
The shape factor measures a filter's ability to reject signals in adjacent channels. The closer the shape factor is to 1, the more "brick-wall" the filter, steep skirts that pass your channel but cut off the neighbors.
E7D — Power supplies, voltage regulators, and Figure E7-2
A power supply turns the AC from your wall into the clean, steady DC a radio needs. The most important part is the voltage regulator, the circuit that holds the output voltage constant even as the load changes. There are two big families: linear and switching.
Linear regulators
A linear electronic voltage regulator works by varying the conduction of a control element to maintain a constant output voltage. Picture a smart valve in a water pipe that opens and closes just enough to keep the pressure downstream rock-steady. There are two arrangements:
- A series regulator puts the control element in line with the load. A common three-terminal voltage regulator (input, output, ground) is a series regulator.
- A shunt regulator sits across (in parallel with) the output and works by loading the unregulated voltage source, drawing off just enough extra current to keep the voltage in check.
Two numbers describe a linear regulator's limits:
- The dropout voltage is the minimum input-to-output voltage required to maintain regulation. Drop below it and the regulator can no longer hold the output steady.
- The power dissipated by a series linear regulator is the voltage difference from input to output multiplied by the output current. That wasted voltage times the current all turns into heat, which is why linear supplies run hot and need heatsinks.
The voltage reference
A regulator needs a fixed, known voltage to compare against. The classic stable reference is a Zener diode, a special diode that holds a nearly constant voltage across itself once it conducts in reverse. So the device used as a stable voltage reference is a Zener diode.
Switching (switchmode) regulators
A switchmode voltage regulator works by varying the duty cycle of pulses input to a filter. ("Duty cycle" is the fraction of time the switch is on.) Instead of burning off the excess as heat, it rapidly chops the input on and off and lets a filter average the pulses into smooth DC. Adjust how long it stays on each cycle and you adjust the output voltage.
Why is a switching power supply less expensive and lighter than an equal linear one? Because its high-frequency inverter design uses much smaller transformers and filter components for an equivalent power output. The trick is frequency: a transformer that handles power at tens of thousands of cycles per second can be a fraction of the size and weight of one running at the 60-cycle line frequency.
Reading Figure E7-2 (a linear regulator)
Figure E7-2 shows a linear voltage regulator. Two parts are asked about:
- Q1 is the pass transistor: it controls the current to keep the output voltage constant. It is the adjustable "valve."
- C2 bypasses rectifier output ripple around D1. (D1 is the Zener reference diode; C2 routes the AC ripple to ground so it does not disturb the reference.)
Batteries, solar, and high-voltage supplies
- Battery operating time is calculated as capacity in amp-hours divided by the average current. A 10 amp-hour battery feeding a 2 amp load lasts about 5 hours.
- An inverter connected to a solar panel exists to convert the panel's output from DC to AC (so you can run normal household AC gear from the panel's DC).
- When filter capacitors are connected in series for high voltage, you place equal-value resistors across each one. The answer to "why" is all these choices are correct, because those bleeder resistors equalize the voltage across each capacitor, help discharge them safely after power-off, and improve voltage sharing.
- A step-start circuit in a high-voltage supply exists to allow the filter capacitors to charge gradually, avoiding a damaging inrush surge at switch-on.
E7E — Modulation, mixers, and demodulation
Modulation is the act of stamping your message (your voice, your data) onto a radio carrier so it can travel. Demodulation (or detection) is recovering the message at the far end. This group covers the circuits that do both, plus the mixer, which shifts signals from one frequency to another.
Baseband
Start with one definition. Baseband is the frequency range occupied by a message signal prior to modulation. Your raw voice (a few thousand cycles per second) is baseband; modulation lifts it up to a radio frequency for transmission.
Making FM
FM (frequency modulation) carries the message by nudging the carrier's frequency up and down. One way to do this is reactance modulation of a local oscillator. The circuit that does it is a reactance modulator, which produces PM or FM signals by varying a capacitance. ("Reactance" is the opposition of a capacitor or inductor; vary the capacitance in step with the audio and the oscillator's frequency wobbles in step too.)
FM systems shape the audio for cleaner results:
- A pre-emphasis network is added to an FM speech channel to boost the higher audio frequencies before transmission, which improves the signal-to-noise of the trebly parts.
- De-emphasis is used in the receiver to undo that boost; the reason given is for compatibility with transmitters using phase modulation.
Making SSB
To produce a single-sideband phone signal the classic method is to use a balanced modulator followed by a filter. A "balanced modulator" produces both sidebands while canceling the carrier (a double-sideband suppressed-carrier signal), and then a sharp filter removes one of the two sidebands, leaving the single sideband.
The mixer
A mixer combines two frequencies to produce new ones, the heart of every superheterodyne radio. The principal frequencies at a mixer's output are the two input frequencies along with their sum and difference frequencies. (Feed in 14 MHz and 5 MHz and you get 14, 5, 19, and 9 MHz, and you keep whichever one you want.) But if you overdrive it, trouble follows: when the input signal levels to a mixer are too high, spurious mixer products are generated, unwanted extra signals at frequencies you did not intend.
Demodulators (detectors)
- A frequency discriminator is a circuit for detecting FM signals. It converts frequency wobble back into audio.
- A diode envelope detector functions by rectification and filtering of RF signals. It is the simple detector used for AM: chop off half the waveform with a diode, then smooth it to recover the audio outline ("envelope").
- A product detector is used for demodulating SSB signals. It mixes the incoming SSB with a locally generated carrier to reconstruct the original audio.
E7F — DSP and software defined radio
Modern radios increasingly do their work in software. DSP stands for digital signal processing: turn a signal into numbers, then filter, mix, and demodulate it with arithmetic. A software defined radio (SDR) pushes this idea as far as it can go.
Direct sampling
Direct sampling means incoming RF is digitized by an analog-to-digital converter without being mixed with a local oscillator signal first. Instead of the traditional approach of shifting the signal down to a lower frequency before measuring it, a direct-sampling SDR measures the radio frequency itself, thousands or millions of times a second, and does everything else in math.
Sampling rules
- How often must you sample? At least twice the rate of the highest frequency component of the signal. This is the famous Nyquist rule: sample too slowly and you cannot faithfully reproduce the wave.
- The sample rate is what determines the maximum receive bandwidth of a direct-sampling SDR. Faster sampling means you can take in a wider chunk of spectrum at once.
- Resolution comes from bits. To sample a 1-volt range at 1-millivolt resolution you need 10 bits (because 2 raised to the 10th power is 1024, just over the 1000 steps needed to slice 1 volt into 1-millivolt pieces).
- The minimum detectable signal level of a direct-sampling SDR (ignoring outside noise) is set by the reference voltage level and the sample width in bits. More bits over a smaller reference voltage lets you resolve fainter signals.
Aliasing, decimation, and the FFT
- Decimation is reducing the effective sample rate by removing samples. Once you have isolated a narrow signal, you no longer need the huge original sample rate, so you throw samples away to lighten the processing load.
- But you must filter first. An anti-aliasing filter is required in a decimator because it removes high-frequency signal components that would otherwise be reproduced as lower frequency components. ("Aliasing" is when a too-fast signal masquerades as a fake slow one after sampling, the same illusion that makes wagon wheels seem to spin backward in old films.)
- A Fast Fourier Transform (FFT) performs the job of converting signals from the time domain to the frequency domain. In plain terms it takes a stream of samples over time and tells you which frequencies are present, exactly what a waterfall display shows.
Digital filters: taps and FIR
- To remove unwanted noise from a received SSB signal, DSP uses an adaptive filter that adjusts itself to the changing noise.
- To generate an SSB signal with DSP, you use a Hilbert-transform filter, and the method combines signals in a quadrature (90-degree) phase relationship to cancel the unwanted sideband.
- A Finite Impulse Response (FIR) filter has a useful property: it can delay all frequency components of the signal by the same amount. (That even delay is called "linear phase" and keeps a complex signal from getting smeared.)
- Taps in a DSP filter provide incremental signal delays for filter algorithms. They are the staged copies of the signal the filter math works on, and using more taps lets a DSP filter create a sharper filter response.
E7G — Operational amplifiers (op-amps) and Figure E7-3
An operational amplifier, or op-amp, is a tiny, extremely high-gain amplifier on a chip. By itself its gain is so large it is unusable raw; you tame it with feedback (a resistor from output back to input) to get a precise, predictable amplifier or filter. The questions here are part definition, part easy arithmetic.
What an op-amp is
An operational amplifier is a high-gain, direct-coupled differential amplifier with very high input impedance and very low output impedance. Break that down: "differential" means it amplifies the difference between its two inputs; "direct-coupled" means it works all the way down to DC. The two impedance facts are tested on their own:
- An op-amp's input impedance is very high (it barely loads down whatever feeds it).
- An op-amp's output impedance is very low (it can drive a load without sagging).
Ideal behavior and real-world limits
- How does the gain of an ideal op-amp vary with frequency? It does not vary with frequency, the ideal has flat, infinite gain everywhere.
- A real op-amp does roll off, described by the gain-bandwidth product, defined as the frequency at which the open-loop gain of the amplifier equals one. ("Open-loop" means with no feedback; "gain of one" means the signal is no longer being amplified at all.)
- Input offset voltage is the differential input voltage needed to bring the open-loop output voltage to zero. It is a small real-world imperfection that you sometimes have to trim out.
- To prevent unwanted ringing and audio instability in an op-amp audio filter, you restrict both gain and Q. ("Q" is sharpness; too much gain or Q makes the filter overshoot and oscillate.)
Figure E7-3: the inverting amplifier
Figure E7-3 shows an op-amp wired as an inverting amplifier. Two resistors set its behavior: R1 is the input resistor and RF is the feedback resistor. There is one easy formula to learn:
voltage gain = RF ÷ R1
The word "inverting" means the output is the negative of the input (flipped in sign). Now the calculations:
- If RF is 470 ohms and R1 is 10 ohms, the gain is 470 ÷ 10 = 47.
- If RF is 68 kilohms (68,000 ohms) and R1 is 1,800 ohms, the absolute gain is 68,000 ÷ 1,800 = about 38.
- If RF is 47 kilohms and R1 is 3,300 ohms, the absolute gain is 47,000 ÷ 3,300 = about 14.
- For an output voltage: with R1 = 1,000 ohms, RF = 10,000 ohms, the gain magnitude is 10. Apply 0.23 volts at the input and the output is 0.23 × 10 = 2.3 volts, but because the amplifier inverts, the answer is negative 2.3 volts.
Adding a capacitor: if you put a capacitor across the feedback resistor RF in Figure E7-3, the circuit becomes a low-pass filter. (At high frequencies the capacitor shorts out part of the feedback, reducing gain for the highs, so only the lows pass at full gain.)
E7H — Oscillators, PLLs, and frequency synthesizers
An oscillator turns steady DC into a continuous wave, the source of the carrier and the clock in every radio. It works by positive feedback: a little of the output is fed back to the input in the right phase to keep the wave going, like pushing a swing in time with its motion. This group also covers the modern way to make precise frequencies: the phase-locked loop and the direct digital synthesizer.
The classic oscillators
Three common oscillator circuits are the Colpitts, Hartley, and Pierce. They differ in how they feed the signal back:
- A Colpitts oscillator supplies its positive feedback through a capacitive divider (two capacitors splitting the signal).
- A Pierce oscillator supplies its positive feedback through a quartz crystal, which makes it very stable.
- (A Hartley uses a tapped inductor for feedback.)
Keeping an oscillator steady
Two enemies of a stable frequency are vibration and temperature:
- A microphonic is a change in oscillator frequency caused by mechanical vibration, literally, the circuit picking up bumps and sounds. You reduce it by mechanically isolating the oscillator circuitry from its enclosure (soft mounts and shielding so shocks do not reach it).
- Thermal drift in crystal oscillators (frequency wandering as the temperature changes) can be reduced with NP0 capacitors, a type whose value barely changes with temperature.
- To ensure a crystal runs on its marked frequency, you must provide the crystal with a specified parallel capacitance, the exact load capacitance the manufacturer assumed when they cut it.
The phase-locked loop (PLL)
A phase-locked loop is an electronic servo loop consisting of a phase detector, a low-pass filter, a voltage-controlled oscillator, and a stable reference oscillator. ("Servo loop" means a self-correcting feedback system.) The phase detector compares the controllable oscillator against the rock-steady reference and constantly nudges it to stay locked. A PLL can perform frequency synthesis and FM demodulation. ("Frequency synthesis" means generating many precise frequencies from one reference; the same loop also recovers audio from an FM signal.)
The direct digital synthesizer (DDS)
A direct digital synthesizer builds a waveform out of numbers. It is the synthesizer that uses a phase accumulator, a lookup table, a digital-to-analog converter, and a low-pass anti-alias filter. The lookup table holds amplitude values that represent the desired waveform, basically a stored picture of one cycle of the wave, which the circuit reads out at the right pace to set the frequency. Its main downside: the major spectral impurity components of a DDS are spurious signals at discrete frequencies (specific little unwanted spikes, "spurs," rather than broad noise).
Oscillators for microwave
What technique provides the highly accurate, stable oscillators needed for microwave work? The answer is all these choices are correct, because several methods are used together (such as locking to a GPS-derived reference, using oven-controlled or temperature-compensated crystals, and using rubidium or other atomic references). At microwave frequencies, even tiny errors get multiplied, so stability is everything.
Common mistakes
- "It takes 16 flip-flops to divide by 16." No. Each flip-flop divides by 2, so you multiply, not add: 2 x 2 x 2 x 2 = 16, which takes only 4 flip-flops.
- "A NAND gate outputs 1 only when all inputs are 1." Backwards. That describes an AND gate. A NAND is the inverse, it outputs 0 only when all inputs are 1.
- "Class C is fine for SSB." No. Class C badly distorts a single-sideband signal and widens its bandwidth, because it cannot reproduce a signal whose amplitude varies. Class C is for constant-amplitude modes like FM and CW.
- "Switching amplifiers are efficient because they run at low voltage." No. They are efficient because the switching device spends nearly all its time fully on (saturation) or fully off (cutoff), where it dissipates very little heat.
- "A Pi-L network adds an inductor for impedance matching." The reason the test wants is greater harmonic suppression. The extra series inductor knocks down high-frequency junk more effectively.
- "Dropout voltage is the output voltage." No. Dropout voltage is the minimum input-to-output difference a linear regulator needs to keep regulating. Fall below it and regulation fails.
- "You must sample at the signal frequency." Not enough. You must sample at least twice the highest frequency component (the Nyquist rule), or the signal will alias.
- "Op-amp inverting gain includes a plus or minus from the resistor values." The gain magnitude is simply RF divided by R1. The minus sign comes from the inverting configuration itself, so remember the output flips sign (for example, +0.23 V in becomes -2.3 V out at a gain of 10).
- "A Pierce oscillator feeds back through a capacitor divider." That is a Colpitts. A Pierce feeds back through a quartz crystal; a Hartley uses a tapped inductor.
- "A DDS produces broadband noise." Its main impurities are spurious signals at discrete frequencies (spurs), not broad noise.
What the exam tests
The eight E7 questions are almost all "match the circuit to its job." Lock in the logic behaviors (OR, NAND, exclusive-NOR), the flip-flop facts (bistable, divides by 2, four for divide-by-16), and the multivibrator trio (astable free-runs, monostable is a one-shot). Know the amplifier classes and especially why switching amps are efficient and need an output filter, plus the three figure E7-1 answers (common emitter, R1/R2 divider bias, R3 self bias). For filters, memorize the Pi vs T vs Pi-L shapes and the named families (Chebyshev = passband ripple plus sharp cutoff; elliptical = sharp cutoff with notches; crystal lattice, helical, cavity, and shape factor). For power supplies, know linear vs switching, the Zener reference, dropout voltage, the power-dissipation formula, battery-time formula, and the figure E7-2 answers. For modulation, tie each circuit to its mode (reactance modulator = FM, balanced modulator plus filter = SSB, discriminator = FM detection, product detector = SSB). The DSP group rewards the Nyquist rule, the 10-bit resolution fact, FFT (time to frequency), decimation, anti-aliasing, and taps. The op-amp group has easy math: gain = RF divided by R1, output inverts. The oscillator group is pure recall: Colpitts/Hartley/Pierce, microphonics, NP0 caps, the four parts of a PLL, and the DDS building blocks. Two questions answer "all these choices are correct" (series filter-cap resistors, and microwave oscillator techniques), so do not overthink those.
Key facts & memory tricks
- A flip-flop is bistable (two stable states), remembers one bit, and divides frequency by 2; four flip-flops divide by 16. An astable multivibrator free-runs with no clock; a monostable switches to an alternate state for a set time. A decade counter gives one output pulse per 10 inputs.
- Logic: OR outputs 1 if any input is 1; NAND outputs 0 only if all inputs are 1; a two-input exclusive-NOR outputs 0 if exactly one input is 1. Positive logic = high voltage is 1, low is 0. A truth table lists inputs and their outputs.
- Class A idles halfway between saturation and cutoff; Class AB push-pull elements conduct more than 180 but less than 360 degrees; Class C distorts SSB and widens its bandwidth; Class D uses switching for high efficiency. Switching amps are efficient because the device is at saturation or cutoff most of the time, and they need an output filter to remove harmonics.
- Emitter follower (common collector) keeps input and output in-phase; grounded-grid has low input impedance. Prevent power-amp oscillation with parasitic suppressors and/or neutralization. Figure E7-1 is a common-emitter amp: R1/R2 set voltage-divider bias, R3 is self bias.
- A low-pass Pi-network is two shunt capacitors with a series inductor; a T-network with series caps and a shunt inductor is high-pass; a Pi-L adds an output series inductor for greater harmonic suppression. A matching network cancels reactance and scales the resistance.
- Chebyshev: passband ripple with a sharp cutoff. Elliptical: extremely sharp cutoff with stop-band notches. Crystal lattice filter (quartz) for low-level signals; helical filter for VHF/UHF band-pass or notch; cavity filter in a 2-meter duplexer. Shape factor measures adjacent-channel rejection.
- Linear regulator varies a control element's conduction; a three-terminal regulator is a series type; a shunt regulator loads the source. Zener diode = stable reference. Dropout voltage is the minimum input-to-output difference; series-regulator power dissipation = (input minus output voltage) times output current.
- Switchmode regulator varies pulse duty cycle into a filter; switching supplies are lighter and cheaper because the high-frequency inverter needs much smaller transformers and filters. Battery time = amp-hours divided by average current. A solar inverter converts DC to AC. Figure E7-2 is a linear regulator: Q1 controls current for constant output; C2 bypasses ripple around D1.
- Reactance modulator varies capacitance to make FM/PM; SSB = balanced modulator plus filter. Pre-emphasis boosts high audio for FM; de-emphasis is for compatibility with phase-modulation transmitters. Baseband is the message frequency range before modulation.
- A mixer outputs the two inputs plus their sum and difference; too much input level makes spurious products. Frequency discriminator detects FM; diode envelope detector rectifies and filters (AM); product detector demodulates SSB.
- Direct sampling digitizes RF with no local-oscillator mixing. Sample at least twice the highest frequency; sample rate sets max SDR bandwidth; 10 bits give 1 mV resolution over 1 volt. An FFT converts time domain to frequency domain. Decimation removes samples; an anti-alias filter prevents high frequencies aliasing to lower ones.
- Adaptive filter removes noise from SSB; Hilbert-transform filter (quadrature phase) generates SSB. FIR filters delay all frequencies equally (linear phase); taps add incremental delays, and more taps give a sharper response.
- Op-amp: high-gain, direct-coupled differential amp with very high input impedance and very low output impedance. Ideal gain does not vary with frequency; gain-bandwidth is where open-loop gain equals one. Inverting-amp gain = RF divided by R1; output inverts sign. Figure E7-3 with a cap across RF becomes a low-pass filter.
- Common oscillators: Colpitts (capacitive divider feedback), Hartley (tapped inductor), Pierce (crystal feedback). Microphonics come from vibration (isolate mechanically); NP0 caps reduce thermal drift; a crystal needs its specified parallel capacitance to hit the marked frequency.
- A PLL is a servo loop of phase detector, low-pass filter, voltage-controlled oscillator, and reference oscillator; it does frequency synthesis and FM demodulation. A DDS uses a phase accumulator, lookup table (waveform amplitude values), DAC, and anti-alias filter; its spurs appear at discrete frequencies.
Warm-up questions
Think of your answer, then click to check.
Easy
What kind of circuit has two stable states and can remember one bit?
A flip-flop. It is "bistable," meaning it stays in one of two states until something changes it.
How many flip-flops do you need to divide a frequency by 16?
Four. Each flip-flop divides by 2, and 2 x 2 x 2 x 2 = 16.
What does an OR gate do?
It outputs a 1 if any of its inputs is a 1.
In positive logic, which voltage represents a 1?
A high voltage represents a 1, and a low voltage represents a 0.
What single component is commonly used as a stable voltage reference?
A Zener diode.
What does a mixer produce at its output?
The two input frequencies plus their sum and their difference frequencies.
For an inverting op-amp, how do you find the voltage gain?
Divide the feedback resistor by the input resistor: gain = RF divided by R1. The output is also flipped in sign.
Name three common oscillator circuits.
The Colpitts, the Hartley, and the Pierce.
A bit harder
Why does a switching (Class D) amplifier always need a filter on its output?
Because switching the device hard on and off generates harmonics. The filter removes that harmonic content so only the clean signal reaches the antenna.
Why is a switching power supply lighter and cheaper than an equivalent linear one?
Its high-frequency inverter lets the transformer and filter components be much smaller for the same output power. High-frequency magnetics can be tiny compared with 60-cycle ones.
An inverting op-amp has R1 = 1,000 ohms and RF = 10,000 ohms, with 0.23 volts DC at the input. What is the output voltage?
The gain magnitude is 10,000 divided by 1,000 = 10, so 0.23 x 10 = 2.3 volts. Because it inverts, the output is negative 2.3 volts.
What is the difference between a Chebyshev filter and an elliptical filter?
A Chebyshev has ripple in its passband but a sharp cutoff. An elliptical has an even sharper cutoff plus one or more notches in its stop band.
How fast must you sample an analog signal to reproduce it accurately, and how many bits give 1 mV resolution over a 1 volt range?
Sample at least twice the highest frequency component (the Nyquist rule). For 1 mV steps over 1 volt you need 10 bits, since 2 to the 10th power is 1024.
What does a Fast Fourier Transform do, and what does decimation do?
An FFT converts a signal from the time domain to the frequency domain (it tells you which frequencies are present). Decimation reduces the effective sample rate by removing samples once you no longer need the full rate.
In Figure E7-1, what are R1/R2 and R3 for, and what kind of amplifier is it?
R1 and R2 form a voltage-divider bias that sets the base voltage; R3 in the emitter provides self bias to stabilize the operating point. The circuit is a common-emitter amplifier.
What four parts make up a phase-locked loop, and what can a PLL do?
A phase detector, a low-pass filter, a voltage-controlled oscillator, and a stable reference oscillator. A PLL can perform frequency synthesis and FM demodulation.
How do you produce an SSB signal the traditional analog way, and what circuit demodulates it on receive?
Use a balanced modulator followed by a filter to make SSB. On the receive side, a product detector demodulates an SSB signal.
What is a microphonic, and how do you reduce it?
A microphonic is a change in oscillator frequency caused by mechanical vibration. Reduce it by mechanically isolating the oscillator circuitry from its enclosure.
Knowledge check: E7 quiz
Real exam questions for this section, in random order with instant feedback.
Loading quiz…
🃏 Flashcards for this lesson
Every E7 question as a flip card. Saved on this device.
Loading…
🛠️ Try it yourself
You can make a lot of this tangible with a cheap RTL-SDR dongle (an inexpensive USB software defined receiver) and free software such as SDR# or GQRX. Plug it in and you are looking at direct sampling and the FFT from group E7F in action: the waterfall display on your screen is literally a Fast Fourier Transform converting the time-domain samples into a frequency-domain picture. Tune across a band and watch signals appear as bright lines, then narrow the receive bandwidth and notice how it relates to the sample rate. If your software has DSP noise reduction, toggle it on a noisy SSB signal to hear an adaptive filter clean things up.
For the analog side, open a free online circuit simulator (search for "falstad circuit simulator") and load or build an inverting op-amp. Set R1 and RF to the values from the figure E7-3 questions (say R1 = 10 ohms, RF = 470 ohms) and confirm the gain comes out to RF divided by R1 = 47, with the output flipped in sign. Then add a capacitor across RF and watch the high frequencies roll off, turning it into a low-pass filter, exactly as group E7G describes. While you are there, build a simple RC low-pass and high-pass and watch their responses, and a two-transistor astable multivibrator to see it free-run with no clock. Seeing these circuits behave on screen makes the exam answers stick far better than memorizing them cold.
Watch & learn
- Extra Class License Course (video playlist) — Ham Radio Crash Course
- Free Extra-class practice exams and flashcards — HamStudy.org
- No-Nonsense Extra Class Study Guide — Dan Romanchik, KB6NU
- The ARRL Extra Class License Manual — ARRL