📄 lowpass_bhv.xml
字号:
<?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet href="/usr/local/vamdoc-1.0.2-kluwer/config/model.xsl" type="text/xsl"?><!DOCTYPE model SYSTEM "/usr/local/vamdoc-1.0.2-kluwer/config/model.dtd"><model> <symbol>../symbol/lowpass_bhv.png</symbol> <comments> <title>Lowpass filter</title> <model_name>LOWPASS_FILTER(BHV_RF)</model_name> <library>N/A</library> <structure>N/A</structure> <description>This part describes the architecture BHV_RF of the lowpass filter.<br></br>It uses the package FILTER to compute the filter coefficients.<br></br>Filters of grade 1 to 6 are available. They are implemented using<br></br>the 'DOT attribute. A simpler implementation would use the<br></br>LTF statement.<br></br>ATTENTION: we observed problems with version 4.0_3.1 of ADMS<br></br> when using the doubled 'DOT'DOT attribute as in<br></br> this model<br></br></description> <link_source><A HREF="../src/lowpass_bhv.vhd">See source code</A></link_source> <dependency> <library>IEEE_proposed</library> <design_unit>ELECTRICAL_SYSTEMS</design_unit> </dependency> <dependency> <library>IEEE</library> <design_unit>MATH_REAL</design_unit> </dependency> <dependency> <library>WORK</library> <design_unit>FILTER</design_unit> </dependency> </comments> <interface> <parameter> <name>GAIN</name> <type>REAL</type> <default>0.0</default> <unit>dB</unit> <comment> maximum amplifier gain </comment> </parameter> <parameter> <name>FG</name> <type>REAL</type> <default>1.0</default> <unit>Hz</unit> <min> >0.0</min> <comment> cut-off frequency </comment> </parameter> <parameter> <name>GRAD</name> <type>INTEGER</type> <default>1</default> <unit>-</unit> <min> >0</min> <max> <7</max> <comment> grade of filter </comment> </parameter> <parameter> <name>RIN</name> <type>REAL</type> <default>50.0</default> <unit>Ohm</unit> <min> >0.0</min> <comment> input resistance </comment> </parameter> <parameter> <name>ROUT</name> <type>REAL</type> <default>50.0</default> <unit>Ohm</unit> <min> >0.0</min> <comment> output resistance </comment> </parameter> <port> <port_id>terminal</port_id> <name>INP</name> <port_type>ELECTRICAL</port_type> <comment> positive input pin</comment> </port> <port> <port_id>terminal</port_id> <name>INN</name> <port_type>ELECTRICAL</port_type> <comment> negative input pin</comment> </port> <port> <port_id>terminal</port_id> <name>OUTP</name> <port_type>ELECTRICAL</port_type> <comment> positive output pin</comment> </port> <port> <port_id>terminal</port_id> <name>OUTN</name> <port_type>ELECTRICAL</port_type> <comment> negative output pin</comment> </port> </interface></model>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -