下载此文档

外文翻译 计算机算法.doc


文档分类:论文 | 页数:约17页 举报非法文档有奖
1/17
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/17 下载此文档
文档列表 文档介绍
外文资料原文
Computer Arithmetic
puter arithmetic two fundamental design principles are of great importance: number representation and the implementation of algebraic operations [25, 26, 27, 28, 29]. We will first discuss possible number representations,(., fixed-point or floating-point), then basic operations like adder and multiplier,and finally efficient implementation of more difficult operations such as square roots, and putation of trigonometric functions using the CORDIC algorithm or MAC calls.
FPGAs allow a wide variety puter arithmetic implementations for the desired digital signal processing algorithms, because of the physical bitlevel programming architecture. This contrasts with the programmable digital signal processors (PDSPs), with the fixed multiply accumulator choice of the bit width in FPGA design can result in substantial savings.
Number Representation
Deciding whether fixed- or floating-point is more appropriate for the problem must be done carefully, preferably at an early phase in the project. In general,it can be assumed that fixed-point implementations have higher speed and lower cost, while floating-point has higher dynamic range and no need for scaling, which may be attractive for plicated algorithms. Figure is a survey of conventional and less conventional fixed- and floating-point number representations. Both systems are covered by a number of standards but may, if desired, be implemented in a proprietary form.
Fixed-Point Numbers
We will first review the fixed-point number systems shown in Fig. . Table shows the 3-bit coding for the 5 different integer representations.
Unsigned Integer
Let X be an N-bit unsigned binary number. Then the range is [0,2n-1] and the representation is given by:
where xn is the nth binary digit of X (., x∈[0,1]). The digit x0 is called the least significant bit (LSB) and has a relative weight of unity. The digit Xn-1 is the most significant bit (MSB) and has a relativ

外文翻译 计算机算法 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数17
  • 收藏数0 收藏
  • 顶次数0
  • 上传人86979448
  • 文件大小456 KB
  • 时间2018-03-04
最近更新