PXI是根据仪表的需要,基于CompactPCI进行的扩展.可算做是cPCI的一个超集吧.
2022-03-14 13:16:41 504KB PXI specification
1
报告SHA256硬件加速器-数字系统 司机 应用 测验 介绍 该项目的目的是设计一种SHA256硬件加速器,它将由Digilent合成并映射到Zybo板的Zynq内核上。 硬件模块将具有一个符合AXI的包装器,该包装器可以使用AXI协议在特定的寄存器上进行输入和输出输出。 必须设计一个驱动程序并将其添加到板上上传的GNU / Linux软件堆栈中,以与SHA256硬件正确交互。 最重要的是,将编写一个用户应用程序来测试系统的正确功能。 SHA256算法的更多信息以及伪代码可以在Wikipedia上找到。 规格 硬件 SHA256硬件模块的核心包括一个数据路径(一个控制输入信号并产生由控制信号驱动的最终散列),以及一个控制单元(FSM),该FSM提供控制信号。 我实现SHA256数据路径的基本思想是受Chavez,Kuzmanov,Sousa和Vassiliadis的论文中描述的一些优
2022-03-10 09:50:07 25.06MB fpga hardware accelerator vhdl
1
Application of FPGA to Real‐Time Machine Learning Hardware Reservoir Computers and Software Image Processing 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2022-03-08 22:24:34 5.53MB Application FPGA Real‐Time Machine
1
瑞萨RL78族单片机硬件用户手册,此手册主要查阅对象为嵌入式单片机软件和硬件研发人员。此手册可帮助研发人员更好的进行瑞萨单片机内容的开发。
2022-03-05 10:44:17 13.25MB 瑞萨 嵌入式
1
关于如何创建带灯光和超声波测距仪的车库停车传感器的快速教程。
2022-03-04 18:04:50 95KB development hardware
1
matlab通信论文仿真代码双向中继,硬件受损 这是与以下科学文章相关的代码包: Michail Matthaiou,Agisilaos Papadogiannis,EmilBjörnson,MérouaneDebbah,“,” IEEE通信快报,第1卷。 17号2013年6月,第6页,第1136-1139页。 该软件包包含一个基于Matlab的仿真环境,该环境可复制本文中的所有数值结果和图形。 我们鼓励您也进行可重复的研究! 文章摘要 众所周知,物理收发器中的硬件损害会对通信系统产生有害影响。 但是,很少有研究调查它们对中继的影响。 本文量化了双向放大转发配置中收发器损伤的影响。 更具体地,获得两个发射机节点处的有效信噪比和失真比。 这些用于推导停机概率(OP)的精确且渐近的闭式表达式,以及用于符号错误率(SER)的易于理解的公式。 明确表明,在大功率状态下,OP和SER的下限为非零-这与理想硬件的特殊情况形成了鲜明对比,在理想情况下,OP和SER渐近地变为零。 代码包内容 本文包含2个仿真图形,编号从2到3。它们是由Matlab脚本SimulationFigure2.m和Simul
2022-03-01 12:18:37 8KB 系统开源
1
关于计算机体系结构,推荐两本书,都是Hennessy和Patterson写的。 一本是CODSHI(Computer Organization and Design: The Hardware/Software Interface, 3rd Edition ),另一本就是CAAQA(Computer Architecture - A Quantitative Approach 4th Edition)。 前一本比较基础,着重讲CPU基本结构。
2022-02-28 17:07:47 2.43MB 计算机体系结构
1
The fifth edition of Computer Organization and Design―winner of a 2014 Textbook Excellence Award (Texty) from The Text and Academic Authors Association―moves forward into the post-PC era with new examples, exercises, and material highlighting the emergence of mobile computing and the cloud. This generational change is emphasized and explored with updated content featuring tablet computers, cloud infrastructure, and the ARM (mobile computing devices) and x86 (cloud computing) architectures.
2022-02-23 10:44:24 33.91MB Computer Organization Design
1
解决办法:Lp Wizard 10.5 导出的dra打开没有焊盘解决办法
2022-02-08 16:32:00 368KB hardware dev
1
This is a book about developing the software and hardware you never think about. We're talking about the nitty-gritty behind the buttons on your microwave, inside your thermostat, inside the keyboard used to type this description, and even running the monitor on which you are reading it now. Such stuff is termed embedded systems, and this book shows how to design and develop embedded systems at a professional level. Because yes, many people quietly make a successful career doing just that. Building embedded systems can be both fun and intimidating. Putting together an embedded system requires skill sets from multiple engineering disciplines, from software and hardware in particular. Building Embedded Systems is a book about helping you do things in the right way from the beginning of your first project: Programmers who know software will learn what they need to know about hardware. Engineers with hardware knowledge likewise will learn about the software side. Whatever your background is, Building Embedded Systems is the perfect book to fill in any knowledge gaps and get you started in a career programming for everyday devices. Author Changyi Gu brings more than fifteen years of experience in working his way up the ladder in the field of embedded systems. He brings knowledge of numerous approaches to embedded systems design, including the System on Programmable Chips (SOPC) approach that is currently growing to dominate the field. His knowledge and experience make Building Embedded Systems an excellent book for anyone wanting to enter the field, or even just to do some embedded programming as a side project. What You Will Learn Program embedded systems at the hardware level Learn current industry practices in firmware development Develop practical knowledge of embedded hardware options Create tight integration between software and hardware Practice a work flow leading to successful outcomes Build from transistor level to the system level Make sound choices between performance and cost Who This Book Is For Building Embedded Systems: Programmable Hardware is for embedded-system engineers and intermediate electronics enthusiasts who are seeking tighter integration between software and hardware. Those who favor the System on a Programmable Chip (SOPC) approach will in particular benefit from this book. Students in both Electrical Engineering and Computer Science can also benefit from this book and the real-life industry practice it provides. Table of Contents Chapter 1: The Whole Picture Chapter 2: Power On and Bootloader Chapter 3: Inside the CPU Chapter 4: RAM, DMA, and Interrupt Chapter 5: Bus Architecture Chapter 6: Firmware Coding in C Chapter 7: Firmware Coding in the C++ and Script Languages Chapter 8: Building and Deployment Chapter 9: Field-Programmable Gate Arrays Chapter 10: System on Programmable Chip (SOPC) Chapter 11: De-Bounce, Power Management, and Display Chapter 12: Fixed Point Math Chapter 13: Popular Ways of Console Communications: Prepare the Tools Chapter 14: Work Flow
2022-01-27 20:13:13 18.52MB Embedded Systems
1