Skip to main content

ZeqDetect — Signal Detection

Weak signal detection using HulyaPulse phase correlation. Signals buried in noise become detectable when correlated against the known 1.287 Hz reference.

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

Parameters

NameTypeRequiredDescription
samplesarrayYesRaw signal samples.
sampleRateHznumberYesSample rate.
targetFreqHznumberNoExpected signal frequency.

Returns

{ detected, snrDb, frequency, phase, amplitude, correlationPeak }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"samples": [],
"sampleRateHz": 0,
"targetFreqHz": 0
}' \
"https://zeqsdk.com/api/telecom/detect"

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-signal-detect.