Skip to content
View in the app

A better way to browse. Learn more.

Ham Radio Base -Powered By Ham CQ DX

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Solar
SFI 125
SN 85
A 7
K 2 Quiet
X-Ray C1.9
Wind 445.8 km/s
Aurora 2
Updated 00:30 UTC HamQSL · N0NBH
Day 80/40m Fair 30/20m Good 17/15m Good 12/10m Fair
Night 80/40m Good 30/20m Good 17/15m Good 12/10m Poor

Callsign Lookup
_
Vanity Call Signs Available
Enter filters above and click Search.
ⓘ Callsign lookups are in real time via the FCC database. Vanity callsign availability is refreshed daily at 6:00 AM CST. The vanity search may be unavailable for a few minutes during this update.
Live DX spots
Live DX Spots — 70cm via PSKReporter · scroll or pinch to zoom
Band
Mode
Time
Loading map data…
MHz DX Spotter Info
Recent spots
Select a band above to load spots
Ready — select a band to fetch live spots

Decoupling and Grounding on PCB

Every active device on a PCB — every transistor, op-amp, and IC — draws current from the power supply in pulses. A microcontroller may draw 50 mA in sharp spikes at 100 MHz as its clock switches. A power amplifier transistor draws a burst of current at each RF cycle. Each of these current pulses causes a tiny voltage drop across the supply wiring inductance. That tiny voltage variation — supply noise — couples into signal paths and causes distortion, increased noise floor, and spurious outputs. Decoupling capacitors are the primary defense. This lesson teaches you how to choose, place, and connect them correctly, and how to design the grounding system that makes them effective.

What you will learn: How supply noise is generated and why it matters, how to choose bypass capacitor values by frequency, the critical rule for capacitor placement, how to design the ground plane for mixed digital-RF circuits, how ferrite beads block supply noise, and the most common decoupling mistakes that degrade receiver and transmitter performance.
PCB layout diagram comparing correct bypass capacitor placement directly at IC VCC pin with via to ground plane versus incorrect placement 15mm away with long connecting traces

Correct bypass capacitor placement (left): the 100 nF cap is within 2 mm of the IC VCC pin, with a via to ground directly beneath the cap pad. Incorrect placement (right): the cap is 15 mm away — the long connecting trace adds inductance that makes the cap ineffective at high frequencies.

View Larger

The Problem — Supply Noise

To understand why decoupling matters, you need to understand how supply noise is generated. Every wire, trace, and connector lead has inductance — approximately 1 nH per millimeter of length, as we saw in the RF Layout Rules lesson. The power supply trace that runs from your voltage regulator output to an IC's VCC pin is typically 20–50mm long on a homebuilt board. That trace has 20–50 nH of inductance.

Now consider what happens when an IC draws a sudden current pulse. A 74HC logic gate switching its output draws about 10 mA in approximately 1 nanosecond (1×10-9 s). The voltage appearing across the supply trace inductance during this switching event is given by the inductor voltage law:

V = L × dI/dt

Where:
V = voltage spike (volts)
L = trace inductance (henries)
dI/dt = rate of current change (amperes per second)
Worked example — supply spike from a digital IC:
Power trace length = 30 mm → L = 30 nH = 30 × 10-9 H
Current step = 10 mA in 1 ns → dI/dt = 0.010 / (1×10-9) = 107 A/s
V = 30×10-9 × 107 = 0.30 V = 300 mV

A 300 mV voltage spike appears on the VCC pin of the IC each time it switches. The supply voltage the IC sees momentarily drops or rises by 300 mV — 6% of a 5V supply — during every switching event. On a microcontroller running at 100 MHz, this happens 100 million times per second.

These spikes are not simple clean pulses. A sharp-edged 1 ns spike contains energy spread across a very wide bandwidth. By Fourier analysis, a pulse of width τ has significant spectral content at frequencies up to approximately 1/τ. For a 1 ns switching time, this means energy extending to 1 GHz. You are injecting broadband noise — covering all HF and VHF frequencies — onto the supply rail, and from there into every circuit connected to that supply.

The effect on a co-located receiver is immediate and audible. Turn on a digital display, a microcontroller, or a computer near an HF receiver with the antenna connected and you will often hear the hash — a broadband crackling noise that raises the noise floor by many dB across the HF spectrum. On a PCB, the noise does not need to radiate through the air to reach the receiver input — it travels through the shared power supply, through the ground plane, and through stray capacitance between digital and RF sections.

The bypass capacitor's role: A bypass capacitor (also called a decoupling capacitor) placed directly at the IC's VCC pin acts as a local charge reservoir. When the IC demands a sudden burst of current, it draws the current from the capacitor rather than from the supply. The capacitor recharges from the remote supply source at a slower rate limited by the supply trace inductance — but by then the spike is over. The IC sees a steady voltage at its supply pin because the capacitor maintained the charge during the brief demand. The 300 mV spike never appears on the VCC pin.

This works only if the capacitor is genuinely close to the IC's VCC pin. If there is a 15 mm trace between the capacitor and the pin, that trace has 15 nH of inductance — and the capacitor cannot respond fast enough to prevent the spike, because the inductance between the cap and the IC limits the current flow rate. This is the fundamental reason for the strict placement rule discussed in the next section.

Bypass Capacitor Value Selection

Choosing the correct capacitor value for decoupling is not simply a matter of picking the largest capacitor you have. Every capacitor behaves differently at different frequencies, and selecting the wrong value means the cap provides no useful decoupling at the frequency of concern.

An ideal capacitor has impedance Z = 1/(2πfC), which decreases as frequency increases. This is the behavior you want: low impedance at high frequencies so the capacitor can rapidly supply and absorb current. But real capacitors are not ideal. Every capacitor has parasitic inductance — called equivalent series inductance (ESL) — which is a result of the physical size and construction of the capacitor. The combination of the capacitance and the ESL forms a series LC circuit with a resonant frequency called the self-resonant frequency (SRF).

Below the SRF, the component behaves as a capacitor: impedance falls as frequency rises. At the SRF, the impedance reaches its minimum. Above the SRF, the ESL dominates: impedance rises as frequency rises, and the component now behaves as an inductor. An electrolytic capacitor used above its SRF does not decouple anything — it makes the situation worse by adding inductive impedance in the supply path.

Capacitor Type Typical Value Typical SRF Effective Frequency Range Role in Decoupling
Aluminum electrolytic 10–1000 μF 10–100 kHz DC to ~1 MHz Bulk charge reservoir; low-frequency ripple filter
Tantalum electrolytic 1–100 μF 100 kHz–5 MHz DC to ~5 MHz Better bulk cap than aluminum; used in DC to low HF
Ceramic (1206 or 0805) 100 nF 10–25 MHz 1–25 MHz General-purpose HF bypass cap
Ceramic (0402) 100 nF 30–50 MHz 1–50 MHz Better HF performance due to smaller physical size
Ceramic (0402 or 0201) 10 nF 80–200 MHz 10–200 MHz VHF bypass
Ceramic (0402 or 0201) 1 nF 200 MHz–1 GHz 50 MHz–1 GHz UHF bypass
Ceramic (0201) 100 pF 1–5 GHz 500 MHz–5 GHz Microwave bypass

The general rule for component package size is: smaller physical packages have lower ESL and thus higher SRF. A 100 nF capacitor in an 0402 (1.0×0.5mm) package has a significantly higher SRF than the same value in an 0805 (2.0×1.25mm) package. For VHF work, use 0402 packages if possible. For HF work (1–30 MHz), 0805 or 1206 are fine.

Practical guidelines for ham radio construction:

For a basic HF receiver or transmitter (1–30 MHz): one 100 nF ceramic capacitor per IC supply pin, plus one 10 μF electrolytic capacitor on the supply rail entering each functional section of the board. This covers the frequency range from a few hundred kHz to approximately 50 MHz.

For a VHF/UHF circuit (above 50 MHz): add a 10 nF ceramic cap in parallel with the 100 nF cap at each supply pin. The two capacitors have different SRFs and together cover a wider bandwidth than either alone. This parallel combination is effective from about 1 MHz to 200 MHz.

For a mixed-signal design with both a microcontroller (generating noise above 100 MHz) and an HF receiver: use the 100 nF + 10 nF combination at every supply pin in the digital section, plus the ferrite bead technique described below to block the noise from reaching the RF section.

⚖ Experiment: Measuring the Effect of Bypass Capacitor Placement

This experiment demonstrates the difference between a correctly placed bypass capacitor and a poorly placed one. You will compare the supply noise at an IC's VCC pin with and without a close-mounted bypass cap, using an oscilloscope and a simple digital circuit.

You will need:
  • Oscilloscope (any basic model with 20 MHz bandwidth or more)
  • A 555 timer IC or any CMOS logic gate IC (74HC04 hex inverter is ideal)
  • Breadboard
  • 9 V battery and clip lead
  • 100 nF ceramic capacitor (two of them)
  • 10 kΩ resistor, 10 nF capacitor (for 555 oscillator if using 555)
  • Oscilloscope probe
  1. Build a simple oscillating circuit: wire a 74HC04 as an inverter oscillator (two inverters in series with a 10 kΩ feedback resistor and 1 nF timing capacitor give roughly 10 MHz), or configure a 555 as an astable at any frequency. Connect the IC's VCC pin to the 9 V supply through a 100 mm length of wire (this simulates a long supply trace with significant inductance).
  2. Do NOT place any bypass capacitor at the IC's VCC pin yet. Connect the oscilloscope probe directly to the IC's VCC pin. Set the scope to 50 mV/div vertical, 10 ns/div horizontal. Observe the waveform on the VCC pin. You should see voltage spikes coinciding with each switching transition.
  3. Note the amplitude of the supply spikes. Sketch or photograph the waveform.
  4. Now solder a 100 nF ceramic capacitor directly between the IC's VCC pin and GND pin (or between the IC's VCC hole and the adjacent GND hole on the breadboard, with the shortest possible leads). Keep the cap body less than 5 mm from the IC pin.
  5. Observe the VCC waveform again with the scope. The spikes should be dramatically reduced or eliminated.
  6. Now move the bypass capacitor to a position 30–50 mm away from the IC, connected by longer wires. Observe the VCC waveform again and compare to step 5.
What you should see:

Without a bypass cap, the VCC pin shows sharp voltage spikes with each switching event. With the cap placed close to the IC, the spikes are greatly reduced because the cap supplies local current during each transient. With the cap moved far from the IC, the spikes partially return, because the wire between cap and IC has enough inductance to prevent the cap from responding fast enough to the very fast switching transients. This directly demonstrates why placement is as important as value selection.

Bypass Capacitor Placement — The Critical Rule

The single most important rule for bypass capacitors is: the capacitor must be placed between the power supply and the IC, not on the far side of the IC or anywhere else that seems convenient.

Think of the bypass capacitor as a fast local reservoir that intercepts supply current before it reaches the IC. For this to work, the capacitor must be positioned so that the supply current path goes through the capacitor before it reaches the IC's VCC pin. If the capacitor is on the wrong side of the IC, or connected by a long trace, the IC draws current from the supply directly during switching transients before the capacitor has any chance to respond.

The ideal layout places the bypass capacitor with its VCC-side pad connected to the IC's VCC pin by the shortest possible trace — under 2 mm is the target for VHF circuits, under 5 mm for HF circuits. The pad spacing of a typical 0402 capacitor is about 0.8 mm, and if mounted adjacent to the IC's VCC pin on the same side of the PCB, the trace can be under 1 mm. This is the correct approach for modern SMD designs.

The ground connection of the bypass capacitor is equally critical. The capacitor's GND pad must connect to the ground plane by a via placed directly beneath the capacitor pad — not by a trace running to a distant ground point. If the ground connection goes via a long trace to a common ground bus, the inductance of that trace is in series with the capacitor and defeats the bypass function at high frequencies. The via should be placed as close as possible to the GND pad of the capacitor — ideally directly underneath it.

Here is the correct mental model: draw a line from the supply input point to the IC's VCC pin. The bypass capacitor must sit on this line, as close to the IC pin as possible, with its own GND connection going vertically down through a via to the ground plane immediately beneath it. The supply current path is: power supply input → supply trace → capacitor VCC pad → IC VCC pin. Any other arrangement is compromised.

Placement Distance from IC VCC pin Ground connection Effectiveness
Correct (SMD, adjacent) < 2 mm Via directly beneath cap GND pad Excellent — effective to 50 MHz and beyond
Acceptable (through-hole) 2–5 mm Short trace to nearby ground plane via Good — effective to 20–30 MHz
Marginal 5–15 mm Trace to ground bus Helps at low frequencies only; poor above 10 MHz
Incorrect > 15 mm Long trace to remote ground Essentially no bypass effect above a few MHz

Multiple Decoupling Caps Per IC

Large ICs often have multiple VCC and GND pins — one per functional block inside the device. Each VCC pin requires its own bypass capacitor. Do not assume that one capacitor on one VCC pin decouples all power pins of a large IC.

The reason is that the supply current for each internal functional block flows through the nearest VCC pin. If a block on the left side of the IC is decoupled by a capacitor at the right-side VCC pin, the current must travel across the entire die substrate and across the PCB trace between the two VCC pins before reaching the capacitor. The inductance of this path defeats the bypass function at high frequencies.

For power amplifiers and RF transistors, an additional technique is used in the supply line: an RF choke (inductor) is placed in the DC supply line feeding the transistor's collector or drain. The choke presents high impedance to RF signals while allowing DC to pass freely. This prevents RF energy from entering the supply line in the first place. The bypass capacitor then provides the RF return path from the transistor supply pin to ground, completing the RF current loop locally. This combination — RF choke plus bypass capacitor — is the standard technique used in the collector supply of HF and VHF RF amplifiers. It is why you see a small toroid or molded inductor in series with the supply line inside any professionally designed RF power amplifier board.

Ground Plane Design

A solid copper ground plane on the bottom layer of the PCB is the foundation of good decoupling. Every ground pin of every component should connect to this plane with a via placed as close as possible to the component pad. Every bypass capacitor's GND pad should connect to the plane through its own dedicated via, not through a shared trace with another component.

Pour the ground plane as a solid fill — no voids, no arbitrary slots. If you are using PCB design software, use the ground plane fill tool to fill the entire bottom layer with copper connected to the GND net. After filling, check for "thermals" — some software automatically places thin spokes connecting component pads to the pour rather than full copper connections, to make soldering easier. While thermals help with hand soldering, they add a small amount of inductance to each ground connection. For RF and mixed-signal work, disable thermals on ground connections where possible and use direct connections instead.

Isolating digital and RF/analog ground planes: When a PCB contains both digital circuitry (microcontroller, display driver, USB interface) and RF or analog circuitry (receiver, amplifier, crystal oscillator), connecting all components to a single shared ground plane causes digital switching noise to flow through the same ground copper that carries analog return currents. The noise couples directly into the sensitive analog circuits through the ground impedance.

The correct solution is to split the ground plane with a narrow gap (a thin slot in the copper pour) separating the digital section from the RF/analog section. This forces digital return currents to flow only through the digital ground area and analog return currents to flow only through the analog ground area. The two ground areas are then connected at exactly one point — the power supply entry point, where the supply voltage enters the board. This single connection point is called a star ground.

PCB layout diagram showing digital and RF analog ground plane separation with a single-point star ground connection at the power supply entry, ferrite bead on supply trace, and current flow arrows

Digital-RF ground plane isolation. The two ground planes connect at ONE point only — the power supply entry point. Digital noise currents return through the digital ground only and never reach the RF/analog section. A ferrite bead on the power supply trace blocks HF noise on the supply rail entering the RF section.

View Larger

The star ground point forces all ground currents — digital and analog — to meet at a single point, which is the power supply's ground return. From there, they travel back to the supply together. Because they only meet at one point, there is no path for digital noise current to flow through the analog ground area. The analog circuits see only their own clean return currents in their ground area.

A common mistake is to connect the digital and analog ground planes at multiple points. This creates ground loops — closed current loops that can carry circulating ground currents. Ground loops are notorious causes of hum and interference in audio equipment, and equally damaging in RF equipment. If you connect digital and analog grounds at two points, the potential difference between those two points causes a current to flow through both connections — and that current modulates the ground reference of the analog section.

For boards where a strict ground split is impractical, a softer alternative is to arrange the board layout so that digital and RF sections are at opposite ends of the board and to keep their respective current return paths separated by routing. This is less effective than a hard ground split but still significantly better than mixing everything on one undivided ground plane.

Ferrite Beads in Supply Lines

A bypass capacitor handles noise that has already arrived at the supply pin. A ferrite bead in the supply trace prevents the noise from traveling along the supply rail in the first place. The two techniques are complementary: use ferrite beads to block inter-section noise propagation, and use bypass capacitors to handle the local supply noise at each IC.

A ferrite bead is a small component that looks similar to a chip resistor or inductor in SMD form. It consists of a ferrite core material wound with a small number of turns — or simply a conductor passing through a ferrite bead. The key property of a ferrite bead is that it is a lossy inductor: it presents low impedance at DC and low frequencies (it passes the supply current with minimal voltage drop) but becomes a high-impedance absorber at higher frequencies. Unlike a pure inductor, a ferrite bead converts the absorbed high-frequency energy into heat rather than reflecting it. This makes it very effective as a noise filter because it does not cause resonances or ringing.

Ferrite beads are specified by their impedance at a particular test frequency — typically 100 MHz. A common value for signal-level circuits is 600Ω at 100 MHz (e.g., Murata BLM18PG601SN1). This means at 100 MHz, the bead presents 600Ω of impedance in the supply trace — effectively blocking most of the 100 MHz switching noise from passing from the digital section to the RF section.

Worked example — ferrite bead selection for a transceiver:
A homebuilt HF transceiver has a PIC microcontroller (running at 40 MHz internal clock) sharing the 12 V supply with an HF receiver front-end. The switching noise from the PIC is most severe above 40 MHz (clock harmonics).
A ferrite bead rated at 600Ω at 100 MHz is placed in the 12 V supply trace feeding the PIC section, as close to the PIC as possible. The receiver section has its own bypass capacitors. The bead reduces the 40–500 MHz switching noise in the PIC's supply rail from reaching the receiver by providing 600Ω of attenuation in series with the noise path, compared to the few ohms of resistance in the supply trace without the bead.

Select ferrite beads with care:

  • DC current rating: The bead must handle the maximum supply current without saturating. A ferrite bead saturates above a certain current, at which point it loses its high-frequency impedance and becomes a near-short circuit. Choose a bead rated for at least 150% of the maximum expected current.
  • Impedance at target frequency: Higher impedance at the noise frequency means better attenuation. 600Ω is a common value for HF/VHF noise blocking; 1000Ω or higher values are available for more aggressive filtering.
  • DCR (DC resistance): The bead adds a small DC voltage drop. For high-current circuits, choose a bead with low DCR to avoid wasting supply voltage.

Ferrite beads do not replace bypass capacitors. After the bead, you still need bypass caps at each IC's supply pin to handle the local supply noise generated by that IC itself. The bead prevents noise from propagating between sections; the caps handle the noise within each section.

Power Supply Sequencing and RC Filtering

In mixed-signal designs with multiple supply voltages (e.g., +12 V for the PA, +5 V for the IF strip, +3.3 V for the digital section), the order in which the supplies are brought up matters. Most RF and analog ICs are designed to tolerate having one supply applied before another, but some mixed-signal ICs (particularly op-amps and instrumentation amplifiers) specify a particular power-on sequence. Always check the datasheet for power sequencing requirements before designing the supply distribution.

For op-amp supply pins and the reference voltage inputs of ADCs, a simple RC filter in the supply line can provide additional noise isolation beyond what the bulk bypass cap offers. The circuit is simple: a series resistor (typically 10–100Ω) followed by a bypass capacitor to ground. The RC forms a low-pass filter. With R = 47Ω and C = 10 μF, the cutoff frequency is f = 1/(2πRC) = 1/(2π × 47 × 10×10-6) = 339 Hz. Any noise above 339 Hz on the supply rail is attenuated before it reaches the op-amp. The resistor limits the current available to the op-amp, so this technique is only suitable for low-current circuits — do not use a high-value series resistor with a circuit that draws significant current, or you will create a voltage divider with the load.

Common Decoupling Mistakes

These are the errors that appear most often in homebuilt RF and mixed-signal circuits:

Placing bypass caps far from the IC. A bypass cap positioned on the "component side" but 15 mm from the IC's VCC pin is effectively no bypass at all above a few MHz. The trace between cap and IC has enough inductance to prevent rapid current flow. Move the cap as close to the VCC pin as the board space allows.

Using electrolytic capacitors alone for RF bypassing. Electrolytic capacitors have high ESL and become inductive above roughly 1 MHz. An electrolytic cap on a 14 MHz amplifier's supply pin provides essentially no RF bypassing. Use ceramic caps — 100 nF is the standard choice — for RF bypassing. The electrolytic is still needed for bulk charge storage, but it must be accompanied by a ceramic cap for RF performance.

Using a ground bus wire instead of a ground plane for IC ground returns. A wire running between IC ground pins in sequence creates a shared inductance in the ground path. RF return currents from one stage modulate the ground voltage seen by adjacent stages, creating inter-stage coupling and potential oscillation. Always use a copper ground plane.

Connecting digital and RF grounds at multiple points. Multiple ground connections between digital and analog sections create ground loops that allow digital switching noise to circulate through the analog ground area. Use a single-point star ground connection between sections.

Forgetting that the via to the ground plane has inductance. At VHF/UHF, the via connecting the bypass cap's GND pad to the ground plane adds 1.6 nH of inductance on a standard 1.6 mm board — enough to be significant at 144 MHz. At VHF, place two or three vias in parallel for bypass cap ground connections to halve or third the via inductance.

Assuming that "more bulk capacitance is better" solves all decoupling problems. A 1000 μF electrolytic capacitor on the supply rail does not help with 14 MHz switching noise — it is inductive and essentially invisible at that frequency. You need the right value and type of capacitor at the right frequency. Bulk electrolytics handle low-frequency ripple and slow transients; ceramic caps handle RF and fast digital switching noise. Both are needed, not one or the other.

Frequently Asked Questions

How many bypass capacitors does a typical ham radio project need?

As a practical rule: one 100 nF ceramic capacitor per IC supply pin, plus one 10 μF electrolytic (or tantalum) capacitor on the supply rail entering each major section of the board. A simple HF receiver front-end with one LNA IC, one mixer IC, and one oscillator IC would typically have three 100 nF ceramics (one per IC supply pin) plus one or two 10 μF bulk caps on the supply rail. A full transceiver with a dozen ICs might have 15–20 individual bypass capacitors. Do not economize on bypass caps — they are among the cheapest components in any design and their absence is one of the most common causes of RF performance problems in homebuilt equipment.

Can I use an electrolytic capacitor for RF bypassing?

No. Electrolytic capacitors become inductive above approximately 1 MHz due to their equivalent series inductance (ESL). Above their self-resonant frequency, they add inductance to the supply rather than reducing supply impedance. For RF bypassing at HF and above, you must use ceramic capacitors. Electrolytic capacitors have an important role as bulk charge reservoirs at low frequencies and for filtering power supply ripple, but they cannot replace ceramics for RF decoupling. A common correct approach is to use both: a 10 μF electrolytic for bulk charge storage and low-frequency filtering, in parallel with a 100 nF ceramic for RF bypassing. Both are connected at the supply rail, as close as practical to the IC being decoupled.

Does my simple HF crystal oscillator really need a bypass cap?

Yes, absolutely. A crystal oscillator is an active circuit that draws supply current in pulses at its operating frequency. Without a bypass capacitor at its supply pin, the supply voltage at that pin will contain noise components at the oscillation frequency and its harmonics. This supply noise modulates the oscillator's frequency slightly on each cycle — a phenomenon called supply-induced phase noise. Phase noise degrades the oscillator's purity: it appears as spreading of the crystal frequency into a narrow skirt of noise sidebands rather than a single clean peak. In a transmitter, supply-induced phase noise broadens the transmitted signal and causes interference to adjacent channels. In a receiver's local oscillator, phase noise raises the noise floor and causes reciprocal mixing problems. A single 100 nF ceramic cap placed directly at the oscillator IC's VCC pin, with a short trace to the IC and a via directly to the ground plane, costs a few cents and eliminates this problem.

What is the difference between a ferrite bead and a regular inductor?

A regular inductor stores energy in its magnetic field and returns it to the circuit. If you use an inductor in a supply line as a low-pass filter, the combination of the inductor and any capacitance in the circuit forms an LC filter that can ring (oscillate) when disturbed by a sudden current change. A ferrite bead, by contrast, is designed to dissipate high-frequency energy as heat rather than store it. The ferrite material has intentional loss — it behaves like a resistor at high frequencies rather than a pure inductor. This means a ferrite bead in a supply line does not cause ringing or resonance; it simply absorbs and dissipates the high-frequency noise. Ferrite beads are therefore the preferred choice for supply rail noise filtering in analog and RF circuits. Use a regular inductor (ferrite-core or air-core) for intentional resonant circuits like RF chokes in amplifier supply lines, where the inductor is part of a designed filter or matching network. Use a ferrite bead where you simply want to block high-frequency noise without creating a resonant circuit.

Test Your Knowledge

Answer the questions below to check your understanding. Every answer can be found in the lesson above.

Loading questions...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.