Author |
Message |
angel61606
Joined: Jul 8, 2020 Posts: 37
|
Posted: Nov 23, 2020 9:06 AM Post subject: Report Graph two outputs |
|
Hi Jarek I am having trouble with report graph two outputs, what is the first output? what does it show? instant value? also, I am not sure how exactly the second output calculates the mean. Because when i use timetransform to calculate the mean, the results differ greatly. when I connect each of them to a report table their results are very differnt. I am not sure which one i should use. I would really appreciate it if you explain these two objects for me once for good. thanks |
|
 |
GMartin
Joined: Feb 5, 2010 Posts: 307
|
Posted: Nov 23, 2020 3:11 PM Post subject: |
|
There is a sample report for eeg values thatches along with BioEra. I Based all my reports on that snippet, nd have never implemented other calculations in the report. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 852
|
Posted: Nov 23, 2020 7:11 PM Post subject: |
|
Those 2 outputs can only properly work with ReportTable, as in the provides examples. They are not indented for other use, although you can if you want to, all data goes that way. They are multiplexing output data, so that all channels can be sent to the ReportTable, one after another, using only those 2 outputs.
The mean output is for the currently selected fragment (on the ReportGraph). If you use TimeTransform, the mean is probably over a different time period. |
|