Commit 47083fa
Change stream naming from f{id} to DSPFilter{id}
- DSPFilter{id} more accurately represents DSP filter configurations
- Clearer naming: explicitly mentions Digital Signal Processing
- Works correctly even when filtering is disabled (DSPFilter0 = configuration 0)
- Updated tests to reflect new naming convention
The stream name format is now: stream{id}_{Hz}Hz_{mV}mVRange_DSPFilter{id}
Examples:
- stream0_32000Hz_100mVRange_DSPFilter0 (eye-tracking, low-cut disabled)
- stream1_32000Hz_1mVRange_DSPFilter1 (ephys, low-cut enabled)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9b4e048 commit 47083fa
File tree
2 files changed
+6
-6
lines changed- neo
- rawio/neuralynxrawio
- test/rawiotest
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments