虫虫首页|资源下载|资源专辑|精品软件
登录|注册

arctan

  • arctan.zip

    arctan.zip

    标签: arctan zip

    上传时间: 2013-12-07

    上传用户:极客

  • 基于改进的查找表的arctan计算模块

    基于改进的查找表的arctan计算模块,包含完整的VHDL源代码及部分注释.绝对原创!

    标签: arctan 查找表 计算 模块

    上传时间: 2014-01-21

    上传用户:ZJX5201314

  • cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

    cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.

    标签: essentially algorithm describe suitably

    上传时间: 2017-03-02

    上传用户:litianchu