VLF power · 30-day cohort trend
Mean VLF power across all sleep recordings, day-binned, with 95% CI band.
Real-time view of the Reflex Bio Data Bank · Updated just now
Total recordings
12,069
▲ 94 today
Active contributors
229
▲ 7 this week
Total time recorded
907d 16m
Continuous monitoring
BEAT rewards issued
3,568
▲ 42 today
Recordings over time
Daily upload volume · last 30 days
| Recording ID | User | Type | Duration ↓ | Captured |
|---|---|---|---|---|
| Loading the data bank… | ||||
Saved queries and visualizations. 14 insights · 3 shared with you
Mean VLF power across all sleep recordings, day-binned, with 95% CI band.
Proportion of recordings by type. Sleep / Open / Breathwork / Neuromodulation / Exercise / Resonance across the whole biobank.
Histogram of mean RMSSD across the cohort. Bin width 5ms, range 5–80ms.
Unique participants contributing each week since launch. Cumulative count.
Light / Deep / REM / Wake — mean proportion across all sleep recordings.
Scatter of mean breathing rate (br/m) vs VLF power. Linear regression r² = 0.34.
Cohort-mean recovery score over 14-day window, smoothed.
Distribution of resonance breathing frequency across users, 0.05 Hz bin width.
Build a query against the biobank and save it as a reusable visualization.
Research projects running on Reflex Lab · [6] active · [2] recruiting
Data dictionary for the Reflex Bio Data Bank · v2.4.1
signals.vlf_power
Spectral power in the Very Low Frequency band (0.003–0.04 Hz) computed from RR-interval time series. The VLF band carries information about long-timescale autonomic regulation and is the primary signal Reflex was built to capture — most consumer wearables sample too sparsely to compute it reliably.
Typical range
Example
{
"signals": {
"vlf_power": 1842.5,
"lf_power": 624.3,
"hf_power": 412.8
}
}
Query examples
-- Mean VLF across all sleep recordings, last 30 days SELECT AVG(signals.vlf_power) FROM recordings WHERE recording_type = 'sleep' AND timestamp_utc >= NOW() - INTERVAL '30 days';
Methodology, signal processing, and API reference for the Reflex Bio Data Bank
Every record in the Reflex Bio Data Bank passes through a documented signal-processing and validation pipeline. The same methodology is used internally for Reflex Health app scoring, and is what allows researchers to cite this dataset with confidence.
Raw PPG signal from the Vive ring is sampled at 128Hz and streamed to the Reflex pipeline through the BLE upload chain. From there it passes through five processing stages — capture, gating, artifact correction, HRV computation, and consent-scoped persistence — before becoming available to researchers.
The Vive ring captures photoplethysmography (PPG) through a green-light LED and photodetector. Motion artifacts are detected through accelerometer cross-reference and an inline motion-gating filter, which rejects samples where the device is moving above a documented threshold. RR intervals are then extracted from the gated PPG signal using a peak-detection algorithm calibrated against ECG.
RR intervals pass through ectopic-beat detection and Berntson-style correction. Rejected segments are flagged in the quality.motion_artifacts field but the underlying data is retained for transparency — researchers can choose to include or exclude them depending on their methodology.
Both time-domain and frequency-domain HRV metrics are computed per Task Force 1996 standards:
Frequency-domain metrics are computed using Lomb-Scargle periodogram to handle unevenly-spaced samples without requiring resampling. Sleep-stage-aware aggregation is applied during sleep recordings.
Signal accuracy was validated against clinical-grade ECG in n=62 paired sessions during the Feb 2026 validation study. Headline results: median SDNN delta 2.5ms, median RMSSD delta 3.1ms. Full validation dataset and code are available to approved researchers on request.
Every recording in the biobank has been contributed under explicit, granular consent. K-anonymisation is applied at the participant-ID layer before any researcher access — there is no path from a research query back to an identifiable participant. The consent_scope field documents which uses each recording was consented to.