filter.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************** -->
  8. <!-- Filter properties -->
  9. <!-- ********************************** -->
  10. <section>
  11. <type>hardware/filter</type>
  12. <name>Filter</name>
  13. <definition>Properties a filter modul for analog signal conditioning.</definition>
  14. <property>
  15. <name>SerialNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The device's serial number.</definition>
  20. </property>
  21. <property>
  22. <name>Model</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The model name of this hardware item.</definition>
  27. </property>
  28. <property>
  29. <name>Manufacturer</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The Manufacturer of this hardware item.</definition>
  34. </property>
  35. <property>
  36. <name>InventoryNo</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The inventory number of the device.</definition>
  41. </property>
  42. <property>
  43. <name>Owner</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>Who's the owner of the device.</definition>
  48. </property>
  49. <property>
  50. <name>Type</name>
  51. <value>Highpass
  52. <type>string</type>
  53. </value>
  54. <value>Lowpass
  55. <type>string</type>
  56. </value>
  57. <value>Bandpass
  58. <type>string</type>
  59. </value>
  60. <value>Notch
  61. <type>string</type>
  62. </value>
  63. <definition>The type of filter.</definition>
  64. </property>
  65. <property>
  66. <name>SubType</name>
  67. <value>Bessel
  68. <type>string</type>
  69. </value>
  70. <value>Butterworth
  71. <type>string</type>
  72. </value>
  73. <definition>The type of filter.</definition>
  74. </property>
  75. <property>
  76. <name>LowpassCutoff</name>
  77. <value>
  78. <type>float</type>
  79. </value>
  80. <definition>The lowpass filter cutoff frequency.</definition>
  81. </property>
  82. <property>
  83. <name>LowpassOrder</name>
  84. <value>
  85. <type>int</type>
  86. </value>
  87. <definition>The order of the lowpass filter</definition>
  88. </property>
  89. <property>
  90. <name>HighpassCutoff</name>
  91. <value>
  92. <type>float</type>
  93. </value>
  94. <definition>The highpass filter cutoff frequency.</definition>
  95. </property>
  96. <property>
  97. <name>HighpassOrder</name>
  98. <value>
  99. <type>int</type>
  100. </value>
  101. <definition>The order of the highpass filter</definition>
  102. </property>
  103. <property>
  104. <name>Description</name>
  105. <value>
  106. <type>string</type>
  107. </value>
  108. <definition>A description of this hardware item.</definition>
  109. </property>
  110. </section>
  111. </odML>