lumpedElement
Lumped element circuit to load antenna
Description
The default lumpedElement object creates a lumped element object
with empty impedance and frequency values.

When you load an antenna using a lumped resistor, capacitor, or inductor, the electrical properties of the antenna change. These lumped elements are typically added to the antenna feed. You can use lumped elements to increase the bandwidth of the antenna without increasing the size of the antenna.
Creation
Description
creates a default
lumped element circuit.le = lumpedElement
sets properties
using one or more name-value arguments. le = lumpedElement(PropertyName=Value)PropertyName is the property
name and Value is the corresponding value. You can specify several
name-value arguments in any order as
PropertyName1=Value1,...,PropertyNameN=ValueN. Properties that you
do not specify, retain their default values.
For example, le = lumpedElement(Impedance=50) creates a lumped
element circuit with an impedance of 50 ohms.
Properties
Examples
Version History
Introduced in R2016b
