Summary
|
Signal File Writer
|
Info |
Category: |
Signal Processing |
|
AddIn: |
Signal Processing |
Creator: |
OkazoLab |
|
Scope: |
Experiment |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Settings |
Input Channels | Defines input channels for mixing into single output signal | | IList | |
Buffer Size | Defines the size (in samples) of the element's processing buffer | | Int32 | |
Output Sampling Rate | Defines the sampling rate of processing performed by this element, in Hz. If the input channels have different sampling rates, the input signal will be re-sampled to the chosen rate | | Double | |
Resampling Method | Defines the interpolation method for resampling the input signals of different sampling rates | | Int32 | |
Chunk Size | Defines a size of the processing blocks (chunks) in samples. The value must not be greater than the buffer size. | | Int32 | |
Output File |
File Format | Defines the data format of the output signal file | | Int32 | |
Output Folder | Opens the dialog for selecting a local folder, in which output files will be saved. The output file name will be created automatically in each run and include a current data and time | | String | |
Add Timestamps | Defines whether a columns with EventIDE timestamps is automatically added into on output file in CSV or TXT format | | Boolean | |
Patient ID | Defines a patient ID for the file header | | String | |
Recording Title | Defines an recording title for the file header | | String | |
Physical Min EDF | Defines the physical minimum of the signal for the EDF compression. All samples below the minimum will be lost. | | Double | |
Physical Max EDF | Defines the physical maximum of the signal for the EDF compression. All samples above the maximum will be lost. | | Double | |
Runtime Control |
Is Running | Defines whether the element is processing data. You can use this property to pause the signal processing at any time (e.g. for a sake of performance) | | Boolean | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
Signal File Writer Element streams selected real-time signals into a data file. Various output formats are supported, such as edf, edf+, csv.
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..