DSP 28335 教程 9.ppt

  1. 1、本文档共38页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
DSPx m Numerical Concepts Module 8 TMS320C28x? MCU Workshop Learning Objectives Integers and Fractions IEEE-754 Floating-Point IQmath Format Conversion of ADC Results Integer Basics What is Sign Extension? When moving a value from a narrowed width location to a wider width location, the sign bit is extended to fill the width of the destination Sign extension applies to signed numbers only It keeps negative numbers negative! Sign extension controlled by SXM bit in ST0 register; When SXM = 1, sign extension happens automatically Integer Multiplication (signed) Fraction Basics Fraction Multiplication Coding Traditional 16-bit Q15 Fractions C-code example: y = 0.707 * x Integer vs. Fractions Integers grow when you multiply them Fractions have limited range Fractions can still grow when you add them Scaling an application is time consuming IEEE-754 Single Precision Floating-Point Number Line Insight Using Floating-Point Should be using a C28x device with hardware floating-point support! Add the floating-point RTS library(s) to the CCS project standard RTS lib (required) rts2800_fpu32.lib comes with compiler fast RTS lib (optional) C28x_FPU_FastRTS.lib on TI web, #SPRC664 improved performance Strongly Recommended Select ‘fpu32’ support in CCS project options Getting the ADC Result into Floating-Point Format Floating-Point Pros and Cons Advantages Easy to write code No scaling required Disadvantages Somewhat higher device cost May offer insufficient precision for some calculations due to 23 bit mantissa and the influence of the exponent IQ Fractional Representation Number Line Insight Distributions Both floating-point and IQ formats have 232 possible values on the number line It’s how each distributes these values that differs Traditional 32-bit “Q” Math Approach y = mx + b 32-bit IQmath Approach y = mx + b IQmath Approach Multiply Operation IQmath Approach It looks like floating-point! IQmath Approach GLOBAL_Q simplification IQmath Provides Compatibility Between Float

文档评论(0)

书房 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档