<button onclick="calculateInset()">Calculate Inset Depth (y₀)</button>
<div class="input-group"> <label>⚡ Edge resistance, R_edge (Ω)</label> <input type="number" id="redge" placeholder="e.g., 200" value="200"> <div class="hint">Typical range: 150–250 Ω (depends on width & substrate)</div> </div> inset feed calculator
<hr> <div class="note"> <strong>Formula:</strong> y₀ = (L/π) · arccos(√(Z_feed / R_edge))<br> Valid when Z_feed ≤ R_edge. Typical matching range: 50Ω feed to 150–250Ω edge. </div> </div> Calculate Inset Depth (y₀)<