Skip to main content

ZeqModulate — Carrier Synchronization

QAM/OFDM modulation with HulyaPulse carrier sync. Symbol timing derived from Zeqond boundaries — receivers lock to the same phase without preamble overhead.

EndpointPOST /api/telecom/modulate
Authapi-key
Rate limit30/min
Categorytelecom

Parameters

NameTypeRequiredDescription
schemestringYes'bpsk', 'qpsk', 'qam16', 'qam64', 'qam256', 'ofdm'.
datastringYesData to modulate (hex or base64).
carrierHznumberYesCarrier frequency in Hz.

Returns

{ symbols, symbolRate, bandwidth, spectralEfficiency, syncZeqond, constellation }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"scheme": "<scheme>",
"data": "<data>",
"carrierHz": 0
}' \
"https://zeqsdk.com/api/telecom/modulate"

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-modulate.