white_noise.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- White Noise stimulus -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <version>1.0</version>
  8. <date>2011-01-21</date>
  9. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  10. <section>
  11. <type>stimulus/white_noise</type>
  12. <name>WhiteNoise</name>
  13. <definition>Property definitions to describe a white noise stimulus.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, light etc.</definition>
  20. </property>
  21. <property>
  22. <name>Duration</name>
  23. <value>
  24. <type>float</type>
  25. <unit>s</unit>
  26. </value>
  27. <definition>The duration of the stimulus in seconds.</definition>
  28. </property>
  29. <property>
  30. <name>OffsetTime</name>
  31. <value>
  32. <type>float</type>
  33. <unit>s</unit>
  34. </value>
  35. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  36. presented.
  37. </definition>
  38. </property>
  39. <property>
  40. <name>Function</name>
  41. <value>
  42. <type>string</type>
  43. </value>
  44. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  45. </property>
  46. <property>
  47. <name>OutputChannel</name>
  48. <value>
  49. <type>string</type>
  50. </value>
  51. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  52. etc.). This information can be used to explicitly express that several stimuli (that share the same
  53. OutputChannel) are jointly presented.
  54. </definition>
  55. </property>
  56. <property>
  57. <name>Mean</name>
  58. <value>
  59. <type>float</type>
  60. </value>
  61. <definition>The mean intensity of the white noise stimulus.</definition>
  62. </property>
  63. <property>
  64. <name>Variance</name>
  65. <value>
  66. <type>float</type>
  67. </value>
  68. <definition>The variance of the white noise stimulus.</definition>
  69. </property>
  70. <property>
  71. <name>LowerCutoffFrequency</name>
  72. <value>
  73. <type>float</type>
  74. <unit>Hz</unit>
  75. </value>
  76. <definition>The low frequency cutoff of the highpass filter with which the stimulus was filtered. (Lowest
  77. frequency may also be limited by the stimulus duration)
  78. </definition>
  79. </property>
  80. <property>
  81. <name>UpperCutoffFrequency</name>
  82. <value>
  83. <type>float</type>
  84. <unit>Hz</unit>
  85. </value>
  86. <definition>The upper frequency cutoff of lowpass filter with which the stimulus was filtered. (Upper cutoff may
  87. also be defined by the nyquist frequency, respective the sample rate.)
  88. </definition>
  89. </property>
  90. <property>
  91. <name>Filter</name>
  92. <value>
  93. <type>string</type>
  94. </value>
  95. <definition>The filter method applied to limit the frequency content of the stimulus.</definition>
  96. </property>
  97. <property>
  98. <name>Position</name>
  99. <value>
  100. <type>2-tuple</type>
  101. </value>
  102. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  103. refers to the top-left corner of the object or its bounding box.
  104. </definition>
  105. </property>
  106. <property>
  107. <name>PositionReference</name>
  108. <value>top-left
  109. <type>string</type>
  110. </value>
  111. <value>center
  112. <type>string</type>
  113. </value>
  114. <value>bottom-right
  115. <type>string</type>
  116. </value>
  117. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  118. bounding box). Use this property for other definitions.
  119. </definition>
  120. </property>
  121. <property>
  122. <name>SpatialExtent</name>
  123. <value>
  124. <type>2-tuple</type>
  125. </value>
  126. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  127. </property>
  128. </section>
  129. </odML>