Skip to main content

ZeqAntenna — Pattern Optimization

Antenna radiation pattern optimization via spectral-topological kernel. Beam shaping and null steering computed from wave physics operators.

EndpointPOST /api/telecom/antenna/optimize
Authapi-key
Rate limit10/min
Categorytelecom

Parameters

NameTypeRequiredDescription
elementsnumberYesNumber of antenna elements.
frequencyMhznumberYesOperating frequency in MHz.
targetAzimuthnumberNoTarget beam direction (degrees).
nullAzimuthsarrayNoDirections to place nulls (degrees).

Returns

{ pattern: [{ azimuth, gainDb }], mainLobeWidth, sideLobeLevel, directivity }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"elements": 0,
"frequencyMhz": 0,
"targetAzimuth": 0,
"nullAzimuths": []
}' \
"https://zeqsdk.com/api/telecom/antenna/optimize"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-antenna.