State Variables and Passing Information Between Modules
Posted: 15 Dec 2011, 15:04
Hi,
I'm working on a filter that will detect certain features in the brain signal to tell the application module exactly when to present stimuli in a stim presentation task. Basically I want to time the presentation of stimuli based on brain features in real-time. There are a couple of issues I wanted to ask before I keep working on this project:
1) Are state variables (with a small sample block size) the best way to quickly pass an indicator from the signal processing module to application module?
2) If so, is there any way to create a matrix state variable? I want to pass information about multiple channels to the application module.
Thanks and let me know if there is a better way to do this,
Mark
I'm working on a filter that will detect certain features in the brain signal to tell the application module exactly when to present stimuli in a stim presentation task. Basically I want to time the presentation of stimuli based on brain features in real-time. There are a couple of issues I wanted to ask before I keep working on this project:
1) Are state variables (with a small sample block size) the best way to quickly pass an indicator from the signal processing module to application module?
2) If so, is there any way to create a matrix state variable? I want to pass information about multiple channels to the application module.
Thanks and let me know if there is a better way to do this,
Mark