123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************** -->
- <!-- Filter properties -->
- <!-- ********************************** -->
- <section>
- <type>hardware/filter</type>
- <name>Filter</name>
- <definition>Properties a filter modul for analog signal conditioning.</definition>
- <property>
- <name>SerialNo</name>
- <value>
- </value>
- <definition>The device's serial number.</definition>
- <type>string</type></property>
- <property>
- <name>Model</name>
- <value>
- </value>
- <definition>The model name of this hardware item.</definition>
- <type>string</type></property>
- <property>
- <name>Manufacturer</name>
- <value>
- </value>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type></property>
- <property>
- <name>InventoryNo</name>
- <value>
- </value>
- <definition>The inventory number of the device.</definition>
- <type>string</type></property>
- <property>
- <name>Owner</name>
- <value>
- </value>
- <definition>Who's the owner of the device.</definition>
- <type>string</type></property>
- <property>
- <name>Type</name>
- <value>Highpass
- , Lowpass
- , Bandpass
- , Notch
- </value>
- <definition>The type of filter.</definition>
- <type>string</type></property>
- <property>
- <name>SubType</name>
- <value>Bessel
- , Butterworth
- </value>
- <definition>The type of filter.</definition>
- <type>string</type></property>
- <property>
- <name>LowpassCutoff</name>
- <value>
- </value>
- <definition>The lowpass filter cutoff frequency.</definition>
- <type>float</type></property>
- <property>
- <name>LowpassOrder</name>
- <value>
- </value>
- <definition>The order of the lowpass filter</definition>
- <type>int</type></property>
- <property>
- <name>HighpassCutoff</name>
- <value>
- </value>
- <definition>The highpass filter cutoff frequency.</definition>
- <type>float</type></property>
- <property>
- <name>HighpassOrder</name>
- <value>
- </value>
- <definition>The order of the highpass filter</definition>
- <type>int</type></property>
- <property>
- <name>Description</name>
- <value>
- </value>
- <definition>A description of this hardware item.</definition>
- <type>string</type></property>
- </section>
- </odML>
|