demos.xml

来自「toolbox of sdt implementation」· XML 代码 · 共 53 行

XML
53
字号
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.14 $  $Date: 2002/05/31 20:21:02 $ -->
<demos>
   <name>SDtoolbox</name>
   <type>simulink</type>
   <icon>$toolbox/matlab/icons/simulinkicon.gif</icon>
   <label>SD Toolbox</label>

   <description source="file">SDtoolboxhelp/demos.html</description>

   <demoitem>
      <label>Second order low-pass SD ADC</label>
      <callback>SD2demo</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/SD2demo.html</file>
   </demoitem>

   <demoitem>
      <label>Second order low-pass SD ADC (colored noise model)</label>
      <callback>SD2demo_colored</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/SD2demo_colored.html</file>
   </demoitem>

   <demoitem>
      <label>Second order band-pass SD ADC</label>
      <callback>BP2m</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/BP2m.html</file>
   </demoitem>

   <demoitem>
      <label>Second order band-pass SD ADC (IP3 simulation)</label>
      <callback>BP2IP3m</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/BP2IP3m.html</file>
   </demoitem>

   <demoitem>
      <label>Fourth order low-pass SD ADC</label>
      <callback>SimOnePath</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/SimOnePath.html</file>
   </demoitem>
 
   <demoitem>
      <label>Sixteenth order band-pass SD ADC</label>
      <callback>SimFourPath</callback>
      <dependency>nonstudent</dependency>
      <file>SDtoolboxhelp/SimFourPath.html</file>
   </demoitem>

 </demos>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?