sine_wave.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Sinewave stimulus -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>stimulus/sine_wave</type>
  12. <name>Sinewave</name>
  13. <definition>Properties to describe a sinewave stimulus.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <definition>The stimulus modality like acoustic, haptic, light etc.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Duration</name>
  21. <definition>The duration of the stimulus in seconds.</definition>
  22. <type>float</type>
  23. <unit>s</unit>
  24. </property>
  25. <property>
  26. <name>TemporalOffset</name>
  27. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  28. presented.
  29. </definition>
  30. <type>float</type>
  31. <unit>s</unit>
  32. </property>
  33. <property>
  34. <name>Function</name>
  35. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  36. <type>string</type>
  37. </property>
  38. <property>
  39. <name>OutputChannel</name>
  40. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  41. etc.). This information can be used to explicitly express that several stimuli (that share the same
  42. OutputChannel) are jointly presented.
  43. </definition>
  44. <type>string</type>
  45. </property>
  46. <property>
  47. <name>Frequency</name>
  48. <definition>The frequency of the sinewave stimulation.</definition>
  49. <type>float</type>
  50. <unit>Hz</unit>
  51. </property>
  52. <property>
  53. <name>Phase</name>
  54. <definition>Phase shift of the sinewave.</definition>
  55. <type>float</type>
  56. <unit>Hz</unit>
  57. </property>
  58. <property>
  59. <name>Amplitude</name>
  60. <definition>Amplitude of the sinewave modulation.</definition>
  61. <type>float</type>
  62. </property>
  63. <property>
  64. <name>MeanIntensity</name>
  65. <definition>The mean intensity of the stimulus.</definition>
  66. <type>float</type>
  67. </property>
  68. <property>
  69. <name>Position</name>
  70. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  71. refers to the top-left corner of the object or its bounding box.
  72. </definition>
  73. <type>2-tuple</type>
  74. </property>
  75. <property>
  76. <name>PositionReference</name>
  77. <value>[top-left, center, bottom-right]</value>
  78. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  79. bounding box). Use this property for other definitions.
  80. </definition>
  81. <type>string</type>
  82. </property>
  83. <property>
  84. <name>SpatialExtent</name>
  85. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  86. <type>2-tuple</type>
  87. </property>
  88. </section>
  89. </odML>