123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/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>
- <type>string</type>
- </value>
- <definition>The device's serial number.</definition>
- </property>
- <property>
- <name>Model</name>
- <value>
- <type>string</type>
- </value>
- <definition>The model name of this hardware item.</definition>
- </property>
- <property>
- <name>Manufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer of this hardware item.</definition>
- </property>
- <property>
- <name>InventoryNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of the device.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>string</type>
- </value>
- <definition>Who's the owner of the device.</definition>
- </property>
- <property>
- <name>Type</name>
- <value>Highpass
- <type>string</type>
- </value>
- <value>Lowpass
- <type>string</type>
- </value>
- <value>Bandpass
- <type>string</type>
- </value>
- <value>Notch
- <type>string</type>
- </value>
- <definition>The type of filter.</definition>
- </property>
- <property>
- <name>SubType</name>
- <value>Bessel
- <type>string</type>
- </value>
- <value>Butterworth
- <type>string</type>
- </value>
- <definition>The type of filter.</definition>
- </property>
- <property>
- <name>LowpassCutoff</name>
- <value>
- <type>float</type>
- </value>
- <definition>The lowpass filter cutoff frequency.</definition>
- </property>
- <property>
- <name>LowpassOrder</name>
- <value>
- <type>int</type>
- </value>
- <definition>The order of the lowpass filter</definition>
- </property>
- <property>
- <name>HighpassCutoff</name>
- <value>
- <type>float</type>
- </value>
- <definition>The highpass filter cutoff frequency.</definition>
- </property>
- <property>
- <name>HighpassOrder</name>
- <value>
- <type>int</type>
- </value>
- <definition>The order of the highpass filter</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>A description of this hardware item.</definition>
- </property>
- </section>
- </odML>
|