filter.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. <!-- 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. </value>
  18. <definition>The device's serial number.</definition>
  19. <type>string</type></property>
  20. <property>
  21. <name>Model</name>
  22. <value>
  23. </value>
  24. <definition>The model name of this hardware item.</definition>
  25. <type>string</type></property>
  26. <property>
  27. <name>Manufacturer</name>
  28. <value>
  29. </value>
  30. <definition>The Manufacturer of this hardware item.</definition>
  31. <type>string</type></property>
  32. <property>
  33. <name>InventoryNo</name>
  34. <value>
  35. </value>
  36. <definition>The inventory number of the device.</definition>
  37. <type>string</type></property>
  38. <property>
  39. <name>Owner</name>
  40. <value>
  41. </value>
  42. <definition>Who's the owner of the device.</definition>
  43. <type>string</type></property>
  44. <property>
  45. <name>Type</name>
  46. <value>Highpass
  47. , Lowpass
  48. , Bandpass
  49. , Notch
  50. </value>
  51. <definition>The type of filter.</definition>
  52. <type>string</type></property>
  53. <property>
  54. <name>SubType</name>
  55. <value>Bessel
  56. , Butterworth
  57. </value>
  58. <definition>The type of filter.</definition>
  59. <type>string</type></property>
  60. <property>
  61. <name>LowpassCutoff</name>
  62. <value>
  63. </value>
  64. <definition>The lowpass filter cutoff frequency.</definition>
  65. <type>float</type></property>
  66. <property>
  67. <name>LowpassOrder</name>
  68. <value>
  69. </value>
  70. <definition>The order of the lowpass filter</definition>
  71. <type>int</type></property>
  72. <property>
  73. <name>HighpassCutoff</name>
  74. <value>
  75. </value>
  76. <definition>The highpass filter cutoff frequency.</definition>
  77. <type>float</type></property>
  78. <property>
  79. <name>HighpassOrder</name>
  80. <value>
  81. </value>
  82. <definition>The order of the highpass filter</definition>
  83. <type>int</type></property>
  84. <property>
  85. <name>Description</name>
  86. <value>
  87. </value>
  88. <definition>A description of this hardware item.</definition>
  89. <type>string</type></property>
  90. </section>
  91. </odML>