root/vtcross/branches/nikhil/crossmodel1/src/shell/configs/demo.xml @ 554

Revision 554, 0.8 KB (checked in by nikhil, 14 years ago)
Line 
1<!--
2This is an example XML file to interface with our cognitive engine.
3The library shall create a new table "myengine" with the following cols:
4  throughput spectral_efficiency log10_ber mod_scheme tx_power SNR
5-->
6<engine name="myengine" filename="myengine.sql">
7
8    <!-- utilities : QoS metrics -->
9    <utilities>
10        <utility name="throughput" units="kbps" goal="max" target="517" />
11        <utility name="PER" units="none" goal="min" target="1.2" />
12    </utilities>
13
14    <!-- radio parameters -->
15    <parameters>
16        <parameter name="bandwidth" units="hz" min="1" max="255" step="10">
17        </parameter>
18        <parameter name="tx_power" units="dBm" min="1" max="255" step="1">
19        </parameter>
20    </parameters>
21
22    <!-- link/channel observations -->
23    <observables>
24    </observables>
25</engine>
Note: See TracBrowser for help on using the browser.