Translations:Resampling/2/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alenz (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ The initial event driven data that emoTouch records in the database is called ‚Raw data‘. Although the Raw data contains the timestamp of the events with…“) |
|||
Zeile 1: | Zeile 1: | ||
− | + | == Necessity of resampling == | |
The initial event driven data that emoTouch records in the database is called ‚Raw data‘. Although the Raw data contains the timestamp of the events with the best possible time accuracy, this kind of data is not suitable for most types of data analysis. For all analysis that include calculations on the actual of several participants (e.g. the calculation of the mean value of a slider position for all participants at a specific timestamp) you have to use ‚Resampled Data’ with a fixed sampling rate. ‚Resampled Data’ contains e.g. the actual position of a slider for all participants at discrete time intervals, e.g. every 100 milliseconds. | The initial event driven data that emoTouch records in the database is called ‚Raw data‘. Although the Raw data contains the timestamp of the events with the best possible time accuracy, this kind of data is not suitable for most types of data analysis. For all analysis that include calculations on the actual of several participants (e.g. the calculation of the mean value of a slider position for all participants at a specific timestamp) you have to use ‚Resampled Data’ with a fixed sampling rate. ‚Resampled Data’ contains e.g. the actual position of a slider for all participants at discrete time intervals, e.g. every 100 milliseconds. |
Aktuelle Version vom 3. September 2023, 18:44 Uhr
Necessity of resampling
The initial event driven data that emoTouch records in the database is called ‚Raw data‘. Although the Raw data contains the timestamp of the events with the best possible time accuracy, this kind of data is not suitable for most types of data analysis. For all analysis that include calculations on the actual of several participants (e.g. the calculation of the mean value of a slider position for all participants at a specific timestamp) you have to use ‚Resampled Data’ with a fixed sampling rate. ‚Resampled Data’ contains e.g. the actual position of a slider for all participants at discrete time intervals, e.g. every 100 milliseconds.