ZeqAntenna — Pattern Optimization
Antenna radiation pattern optimization via spectral-topological kernel. Beam shaping and null steering computed from wave physics operators.
| Endpoint | POST /api/telecom/antenna/optimize |
| Auth | api-key |
| Rate limit | 10/min |
| Category | telecom |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
elements | number | Yes | Number of antenna elements. |
frequencyMhz | number | Yes | Operating frequency in MHz. |
targetAzimuth | number | No | Target beam direction (degrees). |
nullAzimuths | array | No | Directions 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.