Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hananel-hazan/delayed-buffer-to-log
RTXI model plugin - Delayed Buffer To Log
https://github.com/hananel-hazan/delayed-buffer-to-log
Last synced: about 2 months ago
JSON representation
RTXI model plugin - Delayed Buffer To Log
- Host: GitHub
- URL: https://github.com/hananel-hazan/delayed-buffer-to-log
- Owner: Hananel-Hazan
- License: gpl-3.0
- Created: 2015-10-22T14:57:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T16:44:56.000Z (about 9 years ago)
- Last Synced: 2023-02-28T17:56:39.435Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delayed Buffer To Log by trigger
This is RTXI model plugin.
The purpose of this model is to have the ability to log history data from channel by trigger.
For example: we want to record 1 millisecond of Volt activity before spike and 2 milliseconds after, when we identify the spike we trigger the model to start record the activity. The recordered data is the delayed buffer, therefor the trigger need to continue 1 milisecond after the 2 millisecond that we wanted to record.![Delayed Buffer To Log by Trigger Model Diagram](Delayed-Buffer-To-Log.png)
![Spike Triger Diagram](Spike Diagram.png)