Type something to search...
Which RF rectifier topology wins? It depends on the power.

Which RF rectifier topology wins? It depends on the power.

  • Engineering , Physics
  • 12 May, 2026

When an antenna picks up an RF signal — from an RFID reader, a Wi‑Fi access point, or the ambient cellular bath — you have to decide what to do with the captured sinusoid. The obvious answer is “rectify it.” The harder question is how.

The textbook offers four reasonable choices: a single‑diode half‑wave rectifier, a Greinacher voltage doubler, a four‑diode full‑wave bridge, or a multi‑stage Cockcroft–Walton ladder. All four appear in real designs. They behave radically differently across the input‑power range — differently enough that it’s easy to reach for the wrong one if you reason about the topology alone and forget the operating regime.

So I built an interactive tool that puts all four side by side.

What you’re looking at: four real schematics with current paths animated per half‑cycle, plus an η-vs-P_in sweep that places a dot on each curve at the current operating point. Drag the P_in slider from −30 dBm (the microwatt RFID range) to +20 dBm (a healthy 100 mW) and watch the leader change.

Three observations worth internalizing:

  • Below about −20 dBm, only the cascade and the doubler conduct at all. The bridge needs two diode drops of input — about 240 mV at V_D = 120 mV — before any current flows, and at 1 µW into a 50 Ω antenna, V_pk is only ~63 mV. The bridge is locked out.
  • Above about +10 dBm, the cascade’s cumulative 2N·V_D losses dominate. The bridge wins on simplicity: only 2·V_D total, full‑wave operation, done.
  • The half‑wave never wins, anywhere. Same V_D loss as the doubler, half the duty cycle. Drag the slider and try to find one operating point where it leads — there isn’t one. (It survives in practice only because the BoM is one diode.)

The crossover point depends quite sensitively on V_D. Drop it from 250 mV to 100 mV — the difference between a generic Schottky and an HSMS‑2850‑class part — and the doubler’s useful range extends about 8 dB downward. That alone often justifies the cost of low‑V_D parts in energy‑harvesting designs.

Every component, parameter, and formula has a tooltip — hover anything to see what it means and where the number comes from. Math is rendered through KaTeX. The toggle in the top‑right switches between English and Ukrainian.


If you found this useful, consider supporting my work

Tags:
  • Rf
  • Rectifier
  • Energy harvesting
  • Schottky
  • Electronics
  • Interactive
Share :

Related Posts

ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

  • Engineering , Physics
  • 21 Apr, 2026

A browser-native 2.5D FDTD electromagnetic field simulator powered by WebGPU. No install, no backend — just open and simulate.

Read more
Three modes, one resonator: an interactive DRA explorer

Three modes, one resonator: an interactive DRA explorer

  • Engineering , Physics
  • 12 May, 2026

An interactive tool for building intuition about dielectric resonator antennas — modes, coupling, and the size–bandwidth tradeoff, all live in your browser.

Read more
Electromagnetic Field Visualization

Electromagnetic Field Visualization

  • Physics , 3D
  • 01 Mar, 2025

An interactive dipole radiation field visualized with Three.js arrow helpers — toggle between E-field and H-field views.

Read more
Why Wi-Fi won't power your sensors

Why Wi-Fi won't power your sensors

  • Engineering , Physics
  • 11 May, 2026

An interactive Friis transmission calculator showing why ambient RF energy harvesting almost never works — play with the sliders, watch the budget collapse.

Read more
Kalman Filters Explained: From Baby Steps to Black Magic

Kalman Filters Explained: From Baby Steps to Black Magic

  • Engineering , Education
  • 07 Apr, 2026

A companion guide to KalmanSim — no PhD required. Predict-measure-update intuition, the LKF, EKF, UKF, and IMM, with worked examples and a live simulator.

Read more
Watching a microwave reflect off a step — in your browser

Watching a microwave reflect off a step — in your browser

  • Engineering , Physics
  • 12 May, 2026

A guided tour of an interactive 3D FDTD simulator running entirely on the GPU in your browser, with a live field animation, colormap chooser, and 3D landscape view.

Read more
Phased Array Pattern Explorer

Phased Array Pattern Explorer

  • Engineering , Physics
  • 17 May, 2026

An interactive browser-based simulator for phased antenna arrays — geometry, steering, tapers, and the impairments that ruin real systems.

Read more
Potik: a browser-based engineering simulator (think GNURadio meets Simulink)

Potik: a browser-based engineering simulator (think GNURadio meets Simulink)

  • Engineering , Simulation
  • 09 Apr, 2026

Block-diagram engineering simulation in a browser tab. WebAssembly math core, peer-to-peer streaming to your phone. Today: full DSP and radar. Tomorrow: control systems, and beyond.

Read more
How a Neural Network Learns: Step-by-Step Breakdown from Zero

How a Neural Network Learns: Step-by-Step Breakdown from Zero

  • AI , Education
  • 05 Apr, 2025

A step-by-step breakdown of neural network training with an interactive inspector: weights, gradients, backpropagation, softmax, loss function — everything from zero to 100% accuracy.

Read more