calc.engineer / RF & Antennas / Microstrip
Microstrip v1.0.0
Calculate PCB microstrip trace width for a target characteristic impedance using the Hammerstad-Jensen closed-form equations. Given target impedance (Z0), substrate dielectric constant (er), substrate height, and copper weight, returns the required trace width and effective dielectric constant. Optionally computes effective wavelength at a given frequency. Essential for RF PCB layout to achieve controlled impedance traces (e.g. 50 ohm for SMA connectors). References IPC-2141.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/microstrip \
-H "Content-Type: application/json" \
-d '{"z0_ohm": …, "er": …, "height_mm": …}'MCP: connect to https://calc.engineer/mcp and call microstrip.
calc.engineer — free, MCP-native engineering tools.