Page History: Signal Analyzer Element
Compare Page Revisions
Page Revision: 2014/12/24 20:31
|
Signal Analyzer Element
|
Info |
Category: |
Signal Analysis |
|
AddIn: |
Signal Processing |
Creator: |
OkazoLab Team |
|
Scope: |
Parent Event |
Owns Snippets: |
no |
|
Usage: |
Status Screen, Code snippets |
The element performs elementary analysis and plotting of an arbitrary realtime signal that is collected by the signal acquisition elements
Description
Short description
Snapshots
Snapshot 1
| Snapshot 2 |
Practical Use
Technique 1
- Step 1
- Step 2
Technique 2
- Step 1
- Step 2
// Check the trial outcome. Result and RT just other user variables
// insert code snippet here..
Element' actions aligned with epochs of the parent event
Epoch | Actions |
---|
After Onset | The element starts analyzing the selected signal |
Control Loop step | The new signal data is analyzed withing the selected analysis window. The generated signal plots are updated. |
Before Offset | The element stops analyzing the selected signal |
Notes
Insert Notes here..
Properties
Generic Properties
Name | Description | Constraints | Value Type | Upon Runtime Change |
---|
Signal Source |
Selected Signal | Defines the signal for processing by the element. The signals are provided by the data acquisition elements. | | String |
Sampling Rate | Defines the sampling rate of the original signal, in Hz | | Int32 |
Analysis Window Size | Defines the size (in samples) of the moving analysis window for signal processing. | | Int32 |
Signal Normalization | Defines the normalization procedure that is automatically applied to the signal before the analysis | | enumeration | The selected procedure is applied on the next analysis cycle |
Bandpass Filter |
Is Filtering | Defines whether the Butterworth bandpass filter is applied in signal plotting. This filter does not affect the signal analysis. | | Boolean |
Filter Order | Defines the order of the Butterworth bandpass filter | | Int32 |
Low CutOff | Defines the low cutoff of the Butterworth bandpass filter, in Hz | | Double |
High CutOff | Defines the high cut-off of the Butterworth bandpass filter, in Hz | | Double |
Bandpass Filter |
Is Filtering | Defines whether the Butterworth bandpass filter is applied in signal plotting. This filter does not affect the signal analysis. | | Boolean |
+=== Properties inherited from clElement ===
Inherited properties of clElement
Name | Description | Constraints | Value Type | Upon Change |
---|
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run. | | Boolean |
|
Title | Title of the element. | | String |
|