找回密码
 注册
关于网站域名变更的通知
查看: 352|回复: 2
打印 上一主题 下一主题

【新】Fixed-Point Arithmetic: An Introduction

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2016-11-17 14:57 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

EDA365欢迎您登录!

您需要 登录 才可以下载或查看,没有帐号?注册

x
Contents4 L& S& P, |: D0 ?+ s. B7 q
1 Introduction 30 Z% C; r1 x6 [
2 Fixed-Point Binary Representations 3- w5 W! {* g; s( i; {
2.1 Unsigned Fixed-Point Rationals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
+ Q7 b9 |. w7 F- \5 T3 The Operations of One’s Complement and Two’s Complement 5
9 A. K3 M! D+ c% F. T: Y+ t4 Signed Two’s Complement Fixed-Point Rationals 5
* I1 r1 W- X7 G7 y4 Z2 w  m5 Fundamental Rules of Fixed-Point Arithmetic 6; h1 M7 v5 [% p# k' v- X
5.1 Unsigned Wordlength . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6* q7 B5 _4 ~1 x9 [( U) s: Q
5.2 Signed Wordlength . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 X4 y& Z2 p8 B) B
5.3 Unsigned Range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
* \* k. l8 [1 |; A+ }" f5.4 Signed Range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
8 b! S1 Q2 P; w$ S; _4 L7 J5.5 Addition Operands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
. i( N) \5 B3 B+ J. g5.6 Addition Result . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7! p. d/ U3 t1 S5 F
5.7 Unsigned Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7  L' l/ r& ^, ?6 B- l, x/ d& g
5.8 Signed Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7/ k1 M& h# k# O2 q2 A
5.9 Unsigned Division . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 v) n2 {5 k. g+ J1 c  Q8 u
5.10 Signed Division . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
& E! j7 r5 u" ^$ P5.11 Wordlength Reduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8  _3 D3 |8 \/ @' g2 |: q- h
5.12 Shifting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8( U# Q  T) g/ Q& X5 d
5.12.1 Literal Shift . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
  l( W/ B. K/ x5.12.1.1 Multiplying/Dividing By A Power of Two . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
7 v3 r" G4 S# @6 W% k' i- X5.12.1.2 Modifying Scaling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8. N6 ^8 v. V( z
5.12.2 Virtual Shift . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
& E; ^$ m7 l( \5 k) h2 e6 Dimensional Analysis in Fixed-Point Arithmetic 9
; f+ }7 x6 s4 }& E7 concepts of Finite Precision Math 10  s, @# g2 k! c& R, i% t
7.1 Precision . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10; ~% E$ ^# |1 y+ ?
7.2 Resolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
/ \7 C* m) X. k5 f7.3 Range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
9 t% W6 p) [3 x: r0 m8 _7.4 Accuracy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
# K% ^, q4 X4 ?6 d/ g7.5 Dynamic Range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
! a- \/ P& W) Q7 X; s8 Fixed-Point Analysis—An Example 11  \0 a) N5 g/ p; h
9 Acknowledgments 12
3 n; P7 ~4 ]2 h2 d2 \; G  C6 b) `10 Terms and Abbreviations 13
7 z# b9 d: ?# E9 H+ X5 p11 Revision History 13+ D: F3 j9 f" \; w" w( ]. f
12 References 13
: T7 L' h0 z) A, T, i7 PList of Figures
) O+ J! I4 y0 V( _/ IList of Tables
+ O+ t/ c; T7 l2 u  I( W! k& v- j1 Revision History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13% P% V1 C4 u1 H& `5 m/ @  g
Digital Signal Labs Public Information

Fixed-Point Arithmetic An Introduction.pdf

245.77 KB, 下载次数: 3, 下载积分: 威望 -5

该用户从未签到

2#
发表于 2016-11-19 14:51 | 只看该作者
学习中,谢谢分享: V! b* M9 J1 g

该用户从未签到

3#
发表于 2016-11-19 15:04 | 只看该作者
下载学习了
* i' w* m5 Y6 n3 L2 \# b
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

推荐内容上一条 /1 下一条

EDA365公众号

关于我们|手机版|EDA365电子论坛网 ( 粤ICP备18020198号-1 )

GMT+8, 2025-11-24 09:42 , Processed in 0.171875 second(s), 26 queries , Gzip On.

深圳市墨知创新科技有限公司

地址:深圳市南山区科技生态园2栋A座805 电话:19926409050

快速回复 返回顶部 返回列表