平方根的近似计算及其FPGA实现.docVIP

  1. 1、本文档共65页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
平方根的近似计算及其FPGA实现

班 级 020731 学 号 本科毕业设计论文 题 目 平方根的近似计算及其FPGA实现 学 院 电子工程学院 专 业 信息对抗技术 学生姓名 贺 浪 导师姓名 陈伯孝 摘 要 在工程实际中经常要用到开方运算。现场可编程门阵列(FPGA)的迅速发展,在现代实时信号处理系统中已大量采用。 本文研究利用FPGA实现对定点数和浮点数的开方运算。首先回顾定点数和浮点数的表示方法,介绍对定点数和浮点数的开方运算的近似计算方法,并对算法进行MATLAB仿真;然后利用Verlog-HDL语言分别对定点数和浮点数的开方运算过程进行FPGA设计,给出了逻辑综合和时序仿真结果。通过对FPGA近似计算结果与MATLAB仿真结果进行比较,误差较小,表明该开方运算的FPGA设计的有效性。 关键词:定点数 浮点数 平方根 FPGA ABSTRACT The root operation is usually used in engineering practice.The rapid development of Field programmable gate array (FPGA) has been widely used in the modern real-time signal processing systems. In the paper,we studied the square root opration of fixed point and floating-point based on FPGA implementation.Firstly,we reviewed the point and floating-point representation and introducted the root operation of the approximate method of the fixed point and floating-point and simulated the algorithm with the MATBAM language.And then we respectively designed the operation process of the fixed point and floating-point on FPGA with the Verilog-HDL language,thus showed the result of logic synthesis and timing simulation.Throughing the comparison between the approximate calculation results of the FPGA and the MATLAB simulation results,the error is smaller, indicating that the root operation of the FPGA design is effective. Keywords: fixed point floating-point square-root FPGA 目 录 第一章 绪 论 1 1.1 研究背景 1 1.2 关于平方根计算研究的相关算法 1 1.3 研究内容和概况 2 第二章 FPGA介绍 3 2.1 背景 3 2.2 FPGA工作原理及内部结构 3 2.2.1 可编程输入输出单元(IOB) 4 2.2.2 可配置逻辑块(CLB) 4 2.2.3 数字时钟管理模块(DCM) 5 2.2.4 嵌入式块RAM(BRAM) 5 2.2.5 丰富的布线资源 5 2.2.6 底层内嵌功能单元 6 2.2.7 内嵌专用硬核 6 第三章 定点数的开方 7 3.1 定点数简介 7 3.2 定点数开方原理——逐次逼近法 8 3.3.1 定点数开方的matlab仿真 10 3.3.2 定点数开方的FPGA实现 12 3.4 流水线设计简介 16 3.4.1 流水线设计的概念 16 3.4.2 组合逻辑设计 17 第四章 浮点数的开方 19 4.1 浮点数简介 19 4.1.1 表现形式 19 4.1.2 浮点数格式 19 4.1.3 阶码e、尾数m的计算 20 4.2 浮点数开方思想 21 4.3 浮点数开

文档评论(0)

pangzilva + 关注
实名认证
文档贡献者

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

1亿VIP精品文档

相关文档