ZeqPLNB — Phase-Locked Neural Bridge
Protein folding, ecosystems, neural, gene expression.
- Protocol ID —
zeq-plnb - Category — Biology
- Endpoint —
POST /api/zeq/plnb/observe - Auth — api-key
- Rate limit — 30/min
- Version —
1.0 - Precision — ≤0.1% (KO42-enforced)
What it does
Project an observer-supplied 1-D signal (EEG band, breath cycle, finger-tap, etc.) onto the 1.287 Hz HulyaPulse carrier and return coherence γ, observer phase φ_obs, the PLNB1 amplitude, and a recommended awareness-family operator sequence. v1 returns the recommendation only — execution is left to a follow-up /api/zeq/compute call.
Signature
Request
POST /api/zeq/plnb/observe
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
signal | array | ✓ | — | Real-valued samples (16–4096) of the observer signal. |
sampleRateHz | number | ✓ | — | Sample rate of signal in Hz; must satisfy Nyquist for HulyaPulse (≥ 2.574 Hz). |
intent | string | — | Opaque caller-supplied intent label, max 256 chars. |
Response
{ zeqondTick, phase, coherence: { gamma, inPhase, quadrature, phaseObsRad }, plnb1, recommendation: { operators, rationale }, precisionBound, integrityTag }
Runnable example
curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"signal": [],
"sampleRateHz": 0,
"intent": "<value>"
}' \
"https://api.zeq.dev/api/zeq/plnb/observe"
Integrate
- Domain solver — compose with
KO42+ two additional operators from the matching family for pulse-coherent results. - Digital twin — pipe sensor data into this protocol every Zeqond to keep the model phase-locked with the system.
- Alert threshold — flag results whose
error_pctexceeds 0.1% as out-of-spec events for the operations layer.
Seeds
- Near — wrap
/api/zeq/plnb/observein a language SDK so builders can call it in three lines. - Medium — publish a reference integration demonstrating ZeqPLNB — Phase-Locked Neural Bridge alongside a real workload, with pulse-aligned metrics.
- Far — propose ZeqPLNB — Phase-Locked Neural Bridge as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.
Papers
- Zeq paper — https://doi.org/10.5281/zenodo.18158152
- Framework paper — https://doi.org/10.5281/zenodo.15825138
Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.