资料介绍
LIST OF FIGURES
Chapter 1-Introduction to VHDL
1.1 Introduction 1
1.2 Advantages of VHDL over other Hardware
Description Languages.. 1
1.3 VHDL : The Language 2
1.3.1 Entity Declaration.. 3
1.3.2 Architecture Body.. 3
1.3.3 Configuration Declaration.. 7
1.3.4 Package 8
1.3.5 Testbench 9
Chapter 2-High Level Design Flow. 10
2.1 HDL Capture 10
2.2 RTL Simulation 10
2.3 VHDL Synthesis.. 12
2.4 Functional Gate Level Verification. 13
2.5 Place and Route... 13
2.6 Post Layout Timing Simulation.. 15
Chapter 3-Illustration of VHDL.. 16
3.1 The IEEE floating-point standard 16
3.2 The Addition Process.. 17
3.3 Hardware Implementation of Floating-Point Adder 19
3.3.1 Block Diagram of the Adder.. 19
3.3.2 The Subtractor Unit 20
3.3.3 The Swap Unit 21
3.3.4 The Shifter Unit.. 22
3.3.5 The Summer Unit 23
3.3.6 The Normalize Unit. 23
3.3.7 The Control Unit. 24
3.3.8 The Testbench for the adder 28
Chapter 4- The Fourier Transform 30
4.1 The Discrete Fourier Transform... 30
4.1.1 An Illustration.. 30
4.1.2 Types of Fourier Transforms... 31
4.1.3 Notation and Format of the Real DFT. 33
4.1.4 DFT Basis Functions 34
4.1.5 Analysis, Calculating the DFT. 37
4.2 The Fast Fourier Transform. 37
4.2.1 Comparison of Real DFT and Complex DFT. 38
4.2.2 How the FFT works 39
4.3 Synthesis, Calculating the Inverse DFT.. 42
4.4 Illustration of the DFT and IDFT in Matlab 44
Chapter 5-Architectural Design of the FFT Processor 46
5.1 Block Diagram of the FFT Processor.. 46
5.2 Butterfly Processing Element.. 48
5.3 Address Generation Unit. 50
5.3.1 Butterfly Generator 52
5.3.2 Stage Generator.. 52
5.3.3 Stage Done_IO Done Block... 52
5.3.4 IO-Address Generator 53
5.3.5 Base Index Generator. 53
5.3.6 The Shifters 54
5.3.7 ROM Address Generator... 54
5.4 Controller. 55
5.5 RAM and ROM... 55
Chapter 6-RTL Simulation of the FFT Processor... 56
Chapter 7-Synthesis of the FFT Processor.59
Chapter 8-Conclusion. 60
APPENDIX A-Code Listing.. 61
APPENDIX B-Synthesis Results... 101
References .112
Chapter 1-Introduction to VHDL
1.1 Introduction 1
1.2 Advantages of VHDL over other Hardware
Description Languages.. 1
1.3 VHDL : The Language 2
1.3.1 Entity Declaration.. 3
1.3.2 Architecture Body.. 3
1.3.3 Configuration Declaration.. 7
1.3.4 Package 8
1.3.5 Testbench 9
Chapter 2-High Level Design Flow. 10
2.1 HDL Capture 10
2.2 RTL Simulation 10
2.3 VHDL Synthesis.. 12
2.4 Functional Gate Level Verification. 13
2.5 Place and Route... 13
2.6 Post Layout Timing Simulation.. 15
Chapter 3-Illustration of VHDL.. 16
3.1 The IEEE floating-point standard 16
3.2 The Addition Process.. 17
3.3 Hardware Implementation of Floating-Point Adder 19
3.3.1 Block Diagram of the Adder.. 19
3.3.2 The Subtractor Unit 20
3.3.3 The Swap Unit 21
3.3.4 The Shifter Unit.. 22
3.3.5 The Summer Unit 23
3.3.6 The Normalize Unit. 23
3.3.7 The Control Unit. 24
3.3.8 The Testbench for the adder 28
Chapter 4- The Fourier Transform 30
4.1 The Discrete Fourier Transform... 30
4.1.1 An Illustration.. 30
4.1.2 Types of Fourier Transforms... 31
4.1.3 Notation and Format of the Real DFT. 33
4.1.4 DFT Basis Functions 34
4.1.5 Analysis, Calculating the DFT. 37
4.2 The Fast Fourier Transform. 37
4.2.1 Comparison of Real DFT and Complex DFT. 38
4.2.2 How the FFT works 39
4.3 Synthesis, Calculating the Inverse DFT.. 42
4.4 Illustration of the DFT and IDFT in Matlab 44
Chapter 5-Architectural Design of the FFT Processor 46
5.1 Block Diagram of the FFT Processor.. 46
5.2 Butterfly Processing Element.. 48
5.3 Address Generation Unit. 50
5.3.1 Butterfly Generator 52
5.3.2 Stage Generator.. 52
5.3.3 Stage Done_IO Done Block... 52
5.3.4 IO-Address Generator 53
5.3.5 Base Index Generator. 53
5.3.6 The Shifters 54
5.3.7 ROM Address Generator... 54
5.4 Controller. 55
5.5 RAM and ROM... 55
Chapter 6-RTL Simulation of the FFT Processor... 56
Chapter 7-Synthesis of the FFT Processor.59
Chapter 8-Conclusion. 60
APPENDIX A-Code Listing.. 61
APPENDIX B-Synthesis Results... 101
References .112
下载该资料的人也在下载
下载该资料的人还在阅读
更多 >
- Openerp PyChart Unicode Report
- 基于STM32f103的FFT频率测试程序下载 162次下载
- 基于Zoom-FFT技术的铁路移顿信号检测系统 7次下载
- 基于DSP的通用FFT在电网检测中的应用 3次下载
- 基于新型FPGA的FFT设计与实现 47次下载
- DSP的课程设计教程之FFT变换的详细资料说明 30次下载
- 3.4.3 FFT文件汇总 36次下载
- 32 bit FPGA Processor Design 0次下载
- fft原理及实现 203次下载
- Quartus中fft ip core的使用 0次下载
- FFT Processor
- Reference Design Report for a
- Reference Design Report for a
- Reference Design Report for a
- ETSI TECHNICAL REPORT ETR 289
- 如何理解FFT中的频谱泄露效应? 760次阅读
- 在Vivado中利用Report QoR Suggestions提升QoR 1041次阅读
- 调用HLS的FFT库实现N点FFT 934次阅读
- 如何进行FFT IP配置和设计 2206次阅读
- 用FPGA实现FFT算法的方法 5169次阅读
- Xilinx FFT IP介绍与仿真测试 2836次阅读
- 图形界面介绍:GUI上的按键是Summary Report 3029次阅读
- Report QoR Suggestions助力解决Vivado设计问题 2825次阅读
- 通俗易懂的讲解FFT的让你快速了解FFT 3.5w次阅读
- 如何使用report_failfast 4155次阅读
- 浅谈FFT算法原理 基于FPGA的FFT算法的硬件实现 2.6w次阅读
- 【实用指南】教你使用FFT和示波器 6084次阅读
- 示波器+FFT,轻松驾驭频谱测量 1.6w次阅读
- 实数FFT算法的设计及其C语言实现 1w次阅读
- 利用FFT IP Core实现FFT算法 6822次阅读
下载排行
本周
- 1电子电路原理第七版PDF电子教材免费下载
- 0.00 MB | 1491次下载 | 免费
- 2单片机典型实例介绍
- 18.19 MB | 95次下载 | 1 积分
- 3S7-200PLC编程实例详细资料
- 1.17 MB | 27次下载 | 1 积分
- 4笔记本电脑主板的元件识别和讲解说明
- 4.28 MB | 18次下载 | 4 积分
- 5开关电源原理及各功能电路详解
- 0.38 MB | 11次下载 | 免费
- 6100W短波放大电路图
- 0.05 MB | 4次下载 | 3 积分
- 7基于单片机和 SG3525的程控开关电源设计
- 0.23 MB | 4次下载 | 免费
- 8基于AT89C2051/4051单片机编程器的实验
- 0.11 MB | 4次下载 | 免费
本月
- 1OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 2PADS 9.0 2009最新版 -下载
- 0.00 MB | 66304次下载 | 免费
- 3protel99下载protel99软件下载(中文版)
- 0.00 MB | 51209次下载 | 免费
- 4LabView 8.0 专业版下载 (3CD完整版)
- 0.00 MB | 51043次下载 | 免费
- 5555集成电路应用800例(新编版)
- 0.00 MB | 33562次下载 | 免费
- 6接口电路图大全
- 未知 | 30320次下载 | 免费
- 7Multisim 10下载Multisim 10 中文版
- 0.00 MB | 28588次下载 | 免费
- 8开关电源设计实例指南
- 未知 | 21539次下载 | 免费
总榜
- 1matlab软件下载入口
- 未知 | 935053次下载 | 免费
- 2protel99se软件下载(可英文版转中文版)
- 78.1 MB | 537793次下载 | 免费
- 3MATLAB 7.1 下载 (含软件介绍)
- 未知 | 420026次下载 | 免费
- 4OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 5Altium DXP2002下载入口
- 未知 | 233046次下载 | 免费
- 6电路仿真软件multisim 10.0免费下载
- 340992 | 191183次下载 | 免费
- 7十天学会AVR单片机与C语言视频教程 下载
- 158M | 183277次下载 | 免费
- 8proe5.0野火版下载(中文版免费下载)
- 未知 | 138039次下载 | 免费
评论
查看更多