<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.5 $ $Date: 2000/09/14 21:12:23 $ -->

<toc version="1.0">

<tocitem target="fixpoint_product_page.html">Fixed-Point Blockset

<tocitem target="getstart.html">Getting Started
    <tocitem target="c0_byb.html#1002187">Preface
        <tocitem target="c0_byb.html#1002188">What Is the Fixed-Point Blockset?
            <tocitem target="c0_byb.html#1004190">Exploring the Blockset</tocitem>
        </tocitem>
        <tocitem target="c0_byb2.html#1005497">Related Products
            <tocitem target="c0_byb2.html#1005498">System Requirements</tocitem>
            <tocitem target="c0_byb3.html#1005614">Associated Products</tocitem>
        </tocitem>
        <tocitem target="c0_byb4.html#1004482">Using This Guide
            <tocitem target="c0_byb4.html#1004483">Expected Background</tocitem>
            <tocitem target="c0_byb5.html#1006085">Learning the Fixed-Point Blockset</tocitem>
            <tocitem target="c0_byb6.html#1005245">How This Book Is Organized</tocitem>
        </tocitem>
        <tocitem target="c0_byb7.html#1004627">Installation Information</tocitem>
        <tocitem target="c0_byb8.html#1004102">Typographical Conventions</tocitem>
    </tocitem>
    <tocitem target="c1_intro.html#4313">Introduction
        <tocitem target="c1_intro.html#16696">Physical Quantities and Measurement Scales
            <tocitem target="c1_intr2.html#16702">Selecting a Measurement Scale</tocitem>
            <tocitem target="c1_intr3.html#16740">Example: Selecting a Measurement Scale</tocitem>
        </tocitem>
        <tocitem target="c1_intr4.html#16671">Why Use Fixed-Point Hardware?</tocitem>
        <tocitem target="c1_intr5.html#8584">Why Use the Fixed-Point Blockset?</tocitem>
        <tocitem target="c1_intr6.html#2675">The Development Cycle</tocitem>
        <tocitem target="c1_intr7.html#16527">The Fixed-Point Blockset Library
            <tocitem target="c1_intr8.html#16482">Fixed-Point Blocks</tocitem>
        </tocitem>
        <tocitem target="c1_intr9.html#15013">Compatibility with Simulink Blocks</tocitem>
        <tocitem target="c1_int10.html#16622">How to Get Online Help</tocitem>
    </tocitem>
    <tocitem target="c2_start.html#3843">Getting Started
        <tocitem target="c2_start.html#19160">An Overview of Blockset Features
            <tocitem target="c2_star2.html#16228">Configuring Fixed-Point Blocks</tocitem>
            <tocitem target="c2_star3.html#21128">Additional Features and Capabilities</tocitem>
        </tocitem>
        <tocitem target="c2_star4.html#13685">Example: Converting from Doubles to Fixed-Point
            <tocitem target="c2_star5.html#8933">Block Descriptions</tocitem>
            <tocitem target="c2_star6.html#13975">Simulation Results</tocitem>
        </tocitem>
        <tocitem target="c2_star7.html#21233">Demos
            <tocitem target="c2_star8.html#18117">Basic Demos</tocitem>
            <tocitem target="c2_star9.html#17516">Advanced Demos: Filters and Systems</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="using_pa.html">Using the Fixed-Point Blockset
    <tocitem target="c3_bev.html#15515">Data Types and Scaling
        <tocitem target="c3_bev2.html#20705">Fixed-Point Numbers
            <tocitem target="c3_bev3.html#15567">Signed Fixed-Point Numbers</tocitem>
            <tocitem target="c3_bev4.html#20739">Radix Point Interpretation</tocitem>
            <tocitem target="c3_bev5.html#20784">Scaling</tocitem>
            <tocitem target="c3_bev6.html#30837">Quantization</tocitem>
            <tocitem target="c3_bev7.html#38176">Range and Precision</tocitem>
            <tocitem target="c3_bev8.html#31997">Example: Fixed-Point Scaling</tocitem>
            <tocitem target="c3_bev9.html#35812">Example: Constant Scaling for Best Precision</tocitem>
        </tocitem>
        <tocitem target="c3_bev10.html#15882">Floating-Point Numbers
            <tocitem target="c3_bev11.html#34307">Scientific Notation</tocitem>
            <tocitem target="c3_bev12.html#39399">The IEEE Format</tocitem>
            <tocitem target="c3_bev13.html#32215">Range and Precision</tocitem>
            <tocitem target="c3_bev14.html#32213">Exceptional Arithmetic</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="c4_elo.html#30684">Arithmetic Operations
        <tocitem target="c4_elo2.html#14935">Limitations on Precision
            <tocitem target="c4_elo3.html#13934">Rounding</tocitem>
            <tocitem target="c4_elo4.html#17940">Padding with Trailing Zeros</tocitem>
            <tocitem target="c4_elo5.html#20436">Example: Limitations on Precision and Errors</tocitem>
            <tocitem target="c4_elo6.html#20761">Example: Maximizing Precision</tocitem>
        </tocitem>
        <tocitem target="c4_elo7.html#5967">Limitations on Range
            <tocitem target="c4_elo8.html#18464">Saturation and Wrapping</tocitem>
            <tocitem target="c4_elo9.html#19651">Guard Bits</tocitem>
            <tocitem target="c4_elo10.html#20445">Example: Limitations on Range</tocitem>
        </tocitem>
        <tocitem target="c4_elo11.html#26557">Recommendations for Arithmetic and Scaling
            <tocitem target="c4_elo12.html#37716">Addition</tocitem>
            <tocitem target="c4_elo13.html#22018">Accumulation</tocitem>
            <tocitem target="c4_elo14.html#19911">Multiplication</tocitem>
            <tocitem target="c4_elo15.html#21981">Gain</tocitem>
            <tocitem target="c4_elo16.html#20147">Division</tocitem>
            <tocitem target="c4_elo17.html#19908">Summary</tocitem>
        </tocitem>
        <tocitem target="c4_elo18.html#26624">Parameter and Signal Conversions
            <tocitem target="c4_elo19.html#27040">Parameter Conversions</tocitem>
            <tocitem target="c4_elo20.html#28824">Signal Conversions</tocitem>
        </tocitem>
        <tocitem target="c4_elo21.html#34010">Rules for Arithmetic Operations
            <tocitem target="c4_elo22.html#34065">Computational Units</tocitem>
            <tocitem target="c4_elo23.html#29009">Addition and Subtraction</tocitem>
            <tocitem target="c4_elo24.html#26782">Multiplication</tocitem>
            <tocitem target="c4_elo25.html#34213">Division</tocitem>
            <tocitem target="c4_elo26.html#35519">Shifts</tocitem>
        </tocitem>
        <tocitem target="c4_elo27.html#27054">Example: Conversions and Arithmetic Operations</tocitem>
    </tocitem>
    <tocitem target="c5_real.html#10161">Realization Structures
        <tocitem target="c5_real2.html#13041">Direct Form II</tocitem>
        <tocitem target="c5_real3.html#12749">Series Cascade Form</tocitem>
        <tocitem target="c5_real4.html#7118">Parallel Form</tocitem>
    </tocitem>
    <tocitem target="c6_tutor.html#17152">Tutorial: Feedback Controller Simulation
        <tocitem target="c6_tuto2.html#14820">Simulink Model of a Feedback Design</tocitem>
        <tocitem target="c6_tuto3.html#19595">Idealized Feedback Design</tocitem>
        <tocitem target="c6_tuto4.html#15044">Digital Controller Realization</tocitem>
        <tocitem target="c6_tuto5.html#14953">Simulation Results
            <tocitem target="c6_tuto6.html#19467">Simulation 1: Initial Guess at Scaling</tocitem>
            <tocitem target="c6_tuto7.html#20524">Simulation 2: Global Override</tocitem>
            <tocitem target="c6_tuto8.html#19648">Simulation 3: Automatic Scaling</tocitem>
            <tocitem target="c6_tuto9.html#8496">Simulation 4: Individual Override</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="c7_sysre.html#17288">Building Systems and Filters
        <tocitem target="c7_sysr2.html#24615">Targeting an Embedded Processor
            <tocitem target="c7_sysr3.html#28021">Size Assumptions</tocitem>
            <tocitem target="c7_sysr4.html#24694">Operation Assumptions</tocitem>
            <tocitem target="c7_sysr5.html#24749">Design Rules</tocitem>
        </tocitem>
        <tocitem target="c7_sysr6.html#24617">Integrator Realizations
            <tocitem target="c7_sysr6.html#17563">Trapezoidal Integration</tocitem>
            <tocitem target="c7_sysr7.html#19913">Backward Integration</tocitem>
            <tocitem target="c7_sysr8.html#17582">Forward Integration</tocitem>
        </tocitem>
        <tocitem target="c7_sysr9.html#15044">Derivative Realizations
            <tocitem target="c7_sysr9.html#29523">Filtered Derivative</tocitem>
            <tocitem target="c7_sys10.html#17630">Derivative</tocitem>
        </tocitem>
        <tocitem target="c7_sys11.html#20192">Lead Filter or Lag Filter Realization</tocitem>
        <tocitem target="c7_sys12.html#18100">State-Space Realization</tocitem>
    </tocitem>
    <tocitem target="fixpoint_example_index.html">Index of Examples</tocitem>
</tocitem>
<tocitem target="referenc.html">Reference
    <tocitem target="c8_funct.html#17551">Function Reference
        <tocitem target="fploc.html#142283">Alphabetical List of Functions
            <tocitem target="autofixexp.html#55692">autofixexp</tocitem>
            <tocitem target="fixptbestexp.html#47382">fixptbestexp</tocitem>
            <tocitem target="fixptbestprec.html#48465">fixptbestprec</tocitem>
            <tocitem target="fixpt_convert.html#38456">fixpt_convert</tocitem>
            <tocitem target="fixpt_convert_prep.html#44308">fixpt_convert_prep</tocitem>
            <tocitem target="fixpt_restore_links.html#53050">fixpt_restore_links</tocitem>
            <tocitem target="float.html#33499">float</tocitem>
            <tocitem target="fpupdate.html#33551">fpupdate</tocitem>
            <tocitem target="fxptdlg.html#34127">fxptdlg</tocitem>
            <tocitem target="sfix.html#19353">sfix</tocitem>
            <tocitem target="sfrac.html#17558">sfrac</tocitem>
            <tocitem target="showfixptsimranges.html#26843">showfixptsimranges</tocitem>
            <tocitem target="sint.html#17648">sint</tocitem>
            <tocitem target="ufix.html#17703">ufix</tocitem>
            <tocitem target="ufrac.html#17748">ufrac</tocitem>
            <tocitem target="uint.html#25297">uint</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="c9_block.html#1033080">Block Reference
        <tocitem target="c9_block.html#1031968">The Block Reference Page</tocitem>
        <tocitem target="c9_bloc2.html#1035561">The Block Dialog Box</tocitem>
        <tocitem target="c9_bloc3.html#1036868">Common Block Features
            <tocitem target="c9_bloc3.html#1031847">Block Parameters</tocitem>
            <tocitem target="c9_bloc4.html#1037776">Block Icon Labels</tocitem>
            <tocitem target="c9_bloc5.html#1037780">Port Data Type Display</tocitem>
        </tocitem>
        <tocitem target="c9_bloc6.html#1037141">Blocks Grouped by Category</tocitem>
        <tocitem target="fplob.html#744672">Alphabetical List of Blocks
            <tocitem target="fixptabsolutevalue.html#69251">FixPt Absolute Value</tocitem>
            <tocitem target="fixptbitwiseoperator.html#20911">FixPt Bitwise Operator</tocitem>
            <tocitem target="fixptconstant.html#13002">FixPt Constant</tocitem>
            <tocitem target="fixptconversion.html#13068">FixPt Conversion</tocitem>
            <tocitem target="fixptconversioninherited.html#13138">FixPt Conversion Inherited</tocitem>
            <tocitem target="fixptdatatypepropagation.html#91303">FixPt Data Type Propagation</tocitem>
            <tocitem target="fixptdeadzone.html#23811">FixPt Dead Zone</tocitem>
            <tocitem target="fixptdotproduct.html#22014">FixPt Dot Product</tocitem>
            <tocitem target="fixptdynamiclookuptable.html#21627">FixPt Dynamic Look-Up Table</tocitem>
            <tocitem target="fixptfir.html#13193">FixPt FIR</tocitem>
            <tocitem target="fixptgain.html#13304">FixPt Gain</tocitem>
            <tocitem target="fixptgatewayin.html#13397">FixPt Gateway In</tocitem>
            <tocitem target="fixptgatewayininherited.html#70819">FixPt Gateway In Inherited</tocitem>
            <tocitem target="fixptgatewayout.html#13470">FixPt Gateway Out</tocitem>
            <tocitem target="fixptintegerdelay.html#18446">FixPt Integer Delay</tocitem>
            <tocitem target="fixptlogicaloperator.html#13528">FixPt Logical Operator</tocitem>
            <tocitem target="fixptlookuptable.html#13620">FixPt Look-Up Table</tocitem>
            <tocitem target="fixptlookuptable2d.html#13803">FixPt Look-Up Table (2D)</tocitem>
            <tocitem target="fixptmatrixgain.html#13985">FixPt Matrix Gain</tocitem>
            <tocitem target="fixptminmax.html#23376">FixPt MinMax</tocitem>
            <tocitem target="fixptmultiportswitch.html#73248">FixPt Multiport Switch</tocitem>
            <tocitem target="fixptproduct.html#14082">FixPt Product</tocitem>
            <tocitem target="fixptrelationaloperator.html#14161">FixPt Relational Operator</tocitem>
            <tocitem target="fixptrelay.html#14252">FixPt Relay</tocitem>
            <tocitem target="fixptsaturation.html#14325">FixPt Saturation</tocitem>
            <tocitem target="fixptsign.html#24466">FixPt Sign</tocitem>
            <tocitem target="fixptsum.html#14377">FixPt Sum</tocitem>
            <tocitem target="fixptswitch.html#14456">FixPt Switch</tocitem>
            <tocitem target="fixpttappeddelay.html#18245">FixPt Tapped Delay</tocitem>
            <tocitem target="fixptunaryminus.html#23596">FixPt Unary Minus</tocitem>
            <tocitem target="fixptunitdelay.html#23592">FixPt Unit Delay</tocitem>
            <tocitem target="fixptzeroorderhold.html#14581">FixPt Zero-Order Hold</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="a1_codeg.html#3066">Code Generation
        <tocitem target="a1_code2.html#3988">Code Generation Support
            <tocitem target="a1_code2.html#3991">Languages</tocitem>
            <tocitem target="a1_code2.html#3994">Storage Class of Variables</tocitem>
            <tocitem target="a1_code2.html#4000">Storage Class of Parameters</tocitem>
            <tocitem target="a1_code2.html#4003">Rounding Modes</tocitem>
            <tocitem target="a1_code2.html#4006">Overflow Handling</tocitem>
            <tocitem target="a1_code2.html#4010">Blocks</tocitem>
            <tocitem target="a1_code2.html#4014">Scaling</tocitem>
        </tocitem>
        <tocitem target="a1_code3.html#4018">Generating Pure Integer Code
            <tocitem target="a1_code3.html#4340">Example: Generating Pure Integer Code</tocitem>
        </tocitem>
        <tocitem target="a1_code4.html#6173">Using the Simulink Accelerator</tocitem>
        <tocitem target="a1_code5.html#4984">Using External Mode or rsim Target
            <tocitem target="a1_code6.html#6672">External Mode</tocitem>
            <tocitem target="a1_code7.html#4895">Rapid Simulation Target</tocitem>
        </tocitem>
        <tocitem target="a1_code8.html#5087">Customizing Generated Code
            <tocitem target="a1_code8.html#5092">Macros Versus Functions</tocitem>
            <tocitem target="a1_code8.html#5093">Bit Sizes for Target C Compiler</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="a2_bibli.html#3066">Selected Bibliography</tocitem>
</tocitem>
<tocitem target="fixpoint_product_page.html">Printable Documentation (PDF)</tocitem>
<tocitem target="fixpoint_web_product_page.html">Product Page (Web)</tocitem>

</tocitem>
</toc>
