openbci_signal
Analyze real-time EEG signals by computing band powers or applying filters (bandpass, lowpass, highpass, notch) to individual channels.
Instructions
Real-time EEG signal analysis via BrainFlow DataFilter.
OPERATIONS:
band_power: Delta/theta/alpha/beta/gamma per channel from latest buffer.
filter: Apply bandpass, lowpass, highpass, or 60Hz notch to one channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Signal processing operation. | |
| stop_freq | No | Low-pass / bandpass stop Hz | |
| start_freq | No | High-pass / bandpass start Hz | |
| filter_type | No | Filter type for filter operation | bandpass |
| max_samples | No | ||
| channel_name | No | EEG channel name for filter op |