Summary
|
File Signal
|
Info |
Category: |
Signal Acquisition |
|
AddIn: |
Signal Processing |
Creator: |
OkazoLab |
|
Scope: |
Experiment |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Settings |
Input File | Defines the input file with signal data | | String | |
File Format | Defines a format of the input file | | Int32 | |
Sampling Rate | Defines the output sampling rate of the custom signal | | Double | |
Buffer Size | Defines the size (in samples) of a circular buffer that stores data of custom signal, before it is processed by other element. | | Int32 | |
Cyclic Mode | Defines when acquisition continues from the start of the file, after the end file is reached. | | Boolean | |
Runtime Control |
Is Running | Defines whether the signal acquisition from a file is going on. The property can be used to pause the signal at runtime | | Boolean | |
Speed Ratio | Defines the speed ration of the signal acquisition. The default value is 1. | | Double | |
Sample Offset | | | Int32 | |
Time Offset | | | String | |
Percentage Offset | | | Double | |
Signal Statistics |
Total Sample Number | Returns the total number of samples in the input signal file | | Int32 | |
Total Duration | Returns the total duration recording in the input signal file formatted to a string | | String | |
Channel Configuration |
Selected Channels | Defines what signal channels are selected for acquisition within EventIDE. Selected channels are registered in the EventIDE signal pool at runtime and become available for the signal analysis elements. | | IList | |
Selected Channel Count | Indicates how many signal channels are currently selected for acquisition | | Int32 | |
Total Channel Count | Indicates how many signal channels are available for acquisition in the total | | Int32 | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
File Signal Element allows to emulate an online signal with scrollable data obtained from a file.
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..
...
== Notes ==
... - Insert Notes here..
- Insert Notes here..