wifi-densepose/rust-port/wifi-densepose-rs/crates
ruv 1192de951a feat: ADR-021 vital sign detection + RVF container format (closes #45)
Implement WiFi CSI-based vital sign detection and RVF model container:

- Pure-Rust radix-2 DIT FFT with Hann windowing and parabolic interpolation
- FIR bandpass filter (windowed-sinc, Hamming) for breathing (0.1-0.5 Hz)
  and heartbeat (0.8-2.0 Hz) band isolation
- VitalSignDetector with rolling buffers (30s breathing, 15s heartbeat)
- RVF binary container with 64-byte SegmentHeader, CRC32 integrity,
  6 segment types (Vec, Manifest, Quant, Meta, Witness, Profile)
- RvfBuilder/RvfReader with file I/O and VitalSignConfig support
- Server integration: --benchmark, --load-rvf, --save-rvf CLI flags
- REST endpoint /api/v1/vital-signs and WebSocket vital_signs field
- 98 tests (32 unit + 16 RVF integration + 18 vital signs integration)
- Benchmark: 7,313 frames/sec (136μs/frame), 365x real-time at 20 Hz

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-28 22:52:19 -05:00
..
wifi-densepose-api feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-cli feat: Add wifi-Mat disaster detection enhancements 2026-01-13 18:23:03 +00:00
wifi-densepose-config feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-core security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-db feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
wifi-densepose-hardware feat(adr-018): ESP32-S3 firmware, Rust aggregator, and live CSI pipeline 2026-02-28 13:22:04 -05:00
wifi-densepose-mat fix(adr-017): Add missing cfg(feature = "ruvector") gates to MAT re-exports 2026-02-28 16:36:45 +00:00
wifi-densepose-nn security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
wifi-densepose-sensing-server feat: ADR-021 vital sign detection + RVF container format (closes #45) 2026-02-28 22:52:19 -05:00
wifi-densepose-signal feat(adr-017): Complete all 7 ruvector integrations across signal and MAT crates 2026-02-28 16:22:39 +00:00
wifi-densepose-train feat(train): Complete all 5 ruvector integrations — ADR-016 2026-02-28 15:46:22 +00:00
wifi-densepose-wasm feat: Complete ADR-001, ADR-009, ADR-012 implementations with zero mocks 2026-02-28 14:15:26 +00:00