NeuroData

data class NeuroData : SampleData

Sample data with information of neuroactivity during measurement period.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

if this value is true than this bet can be changed in the future

Link copied to clipboard
Link copied to clipboard
open override val timestampEnd: Timestamp

End of the sample in UNIX-timestamp.

Link copied to clipboard
open override val timestampStart: Timestamp

Beginning of the sample in UNIX-timestamp.

Link copied to clipboard

Functions

Link copied to clipboard

Returns the gsp level based on the current gspActivity

Link copied to clipboard
open override fun toString(): String

Extensions

Link copied to clipboard
fun SampleData.getSampleDuration(units: TimeUnit = TimeUnit.SECONDS): Long

Returns sample duration in specified units. Default units: TimeUnit.SECONDS.