power_spectrum.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- Analysis section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>analysis/power_spectrum</type>
  12. <name>Power spectrum</name>
  13. <definition>Properties of this section define the way a power spectrum was calculated.</definition>
  14. <property>
  15. <name>Author</name>
  16. <type>person</type>
  17. <definition>The name of the person who did the analysis, e.g. 'John Doe' or 'Doe, John'</definition>
  18. </property>
  19. <property>
  20. <name>Date</name>
  21. <type>date</type>
  22. <definition>The date of analysis.</definition>
  23. </property>
  24. <property>
  25. <name>Description</name>
  26. <type>text</type>
  27. <definition>A general description of the analysis.</definition>
  28. </property>
  29. <property>
  30. <name>SegmentLength</name>
  31. <type>int</type>
  32. <definition>The length of the analysed data stretches. Given in samples.</definition>
  33. </property>
  34. <property>
  35. <name>WindowFunction</name>
  36. <type>string</type>
  37. <definition>The type of window used. E.g. Hamming, Hanning, etc.</definition>
  38. </property>
  39. <property>
  40. <name>Overlap</name>
  41. <unit>%</unit>
  42. <type>float</type>
  43. <definition>The overlap between consecutive data segments. Given in percent of the SegmentLength.</definition>
  44. </property>
  45. <property>
  46. <name>Method</name>
  47. <type>string</type>
  48. <definition>The name of a method used in this analysis. E.g. "power spectrum".</definition>
  49. </property>
  50. <property>
  51. <name>CommandlineCall</name>
  52. <type>string</type>
  53. <definition>The command used to execute the analysis including the command line parameter.</definition>
  54. </property>
  55. <property>
  56. <name>Comment</name>
  57. <type>text</type>
  58. <definition>Specific comments on this analysis.</definition>
  59. </property>
  60. <property>
  61. <name>Code</name>
  62. <type>URL</type>
  63. <definition>The URL to the program code file used to perform the data analysis.</definition>
  64. </property>
  65. <property>
  66. <name>CodeRevision</name>
  67. <type>string</type>
  68. <definition>If the analysis code is under version control the revision number can be specified using this
  69. property.
  70. </definition>
  71. </property>
  72. <property>
  73. <name>ConfigFile</name>
  74. <type>URL</type>
  75. <definition>The URL of the used configuration file used to run the analysis.</definition>
  76. </property>
  77. <property>
  78. <name>DatasetFile</name>
  79. <type>URL</type>
  80. <definition>The URL to the dataset file the analysis is applied on.</definition>
  81. </property>
  82. <property>
  83. <name>ResultFile</name>
  84. <type>URL</type>
  85. <definition>The URL to the results file the analysis was applied on.</definition>
  86. </property>
  87. <property>
  88. <name>ResultFigure</name>
  89. <type>URL</type>
  90. <definition>The URL to a figure file showing the results of the analysis.</definition>
  91. </property>
  92. <property>
  93. <name>PaperDOI</name>
  94. <type>text</type>
  95. <definition>If the results of this analysis have been published one can store the doi of the paper.</definition>
  96. </property>
  97. <property>
  98. <name>PaperURL</name>
  99. <type>URL</type>
  100. <definition>If the results of this analysis have been published the URL of the document can be given here
  101. </definition>
  102. </property>
  103. </section>
  104. </odML>