码迷,mamicode.com
首页 > 其他好文 > 详细

Square Root

时间:2017-08-26 18:30:44      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:sim   for   pre   repr   image   square   sign   selected   and   

Square Root
When the square root functional configuration is selected, a simplified CORDIC algorithm is
used to calculate the positive square root of the input. The input, X_IN, and the output,
X_OUT, are always positive and are both expressed as either unsigned fractions or unsigned
integers. When the data format is set to Unsigned Fraction, X_IN is limited to the range:
0 <= X_IN < +2. When data format is set to Unsigned Integer, X_IN is limited to the range:
0 <= X_IN < 2**Input_Width, and the output width is determined automatically based on
the input width. See Input/Output Data Representation for more information about CORDIC
binary data formats.

技术分享

Square Root

标签:sim   for   pre   repr   image   square   sign   selected   and   

原文地址:http://www.cnblogs.com/xiaoxuesheng993/p/7435862.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!