Zum Hauptinhalt springen

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
ParamTypeRequiredDefaultDescription
signalarrayReal-valued samples (16–4096) of the observer signal.
sampleRateHznumberSample rate of signal in Hz; must satisfy Nyquist for HulyaPulse (≥ 2.574 Hz).
intentstringOpaque 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

  1. Domain solver — compose with KO42 + two additional operators from the matching family for pulse-coherent results.
  2. Digital twin — pipe sensor data into this protocol every Zeqond to keep the model phase-locked with the system.
  3. Alert threshold — flag results whose error_pct exceeds 0.1% as out-of-spec events for the operations layer.

Seeds

  • Near — wrap /api/zeq/plnb/observe in 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

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.