Skip to main content

ZeqNeuro — Neural Spike Analysis

Neural spike train analysis synchronized to HulyaPulse phase. Correlate neural firing patterns with the 1.287 Hz reference — detect phase-locking in brain activity.

EndpointPOST /api/bio/neuro/analyze
Authapi-key
Rate limit20/min
Categorybiology

Parameters

NameTypeRequiredDescription
spikeTimesarrayYesArray of spike timestamps (seconds).
stimulusOnsetnumberNoStimulus onset time for PSTH analysis.

Returns

{ firingRate, isi, burstIndex, phaseLocking, hulyaPulseCorrelation, psth }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"spikeTimes": [],
"stimulusOnset": 0
}' \
"https://zeqsdk.com/api/bio/neuro/analyze"

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