Skip to main content

DSP Custom Algorithms

The AnyBio DSP (Digital Signal Processing) framework lets you define custom algorithms that process raw biosignal data on the AnyBio platform. Build filters, feature extractors, and signal processing pipelines that run against data streamed from BioSDK.

Key Concepts

  • Algorithm — A signal processing function that transforms raw biosignal data (filtering, feature extraction, event detection)
  • Pipeline — A chain of algorithms applied to a signal stream in order
  • Signal types — ECG, PPG, EDA, temperature, accelerometer, and other raw sensor data

Getting Started

See the Getting Started guide to build your first custom algorithm.