搜索资源列表
Actel技術探討
- 介紹使用Actel Flash Based FPGA時的一些技巧.對於初次使用非SRAM Based的工程師很有用.-on the use of Flash Based Actel FPGA of certain skills. For the first use of non-SRAM Based engineers useful.
FPGAEPP.files
- USB、串口、并口是PC机和外设进行通讯的常用接口,但对于数据量大的图像来说,若利用串行RS-232协议进行数据采集,速度不能达到图像数据采集所需的要求;而用USB进行数据采集,虽能满足所需速度,但要求外设必须支持USB协议,而USB协议与常用工程软件的接口还不普及,给使用带来困难。有些用户为了利用标准并行口(SPP)进行数据采集,但SPP协议的150kb/s传输率对于图像数据采集,同样显得太低。因此,为了采集数据量大的图像数据,本文采用了具有较高传输速率的增强型并行口协议(EPP)和FPGA,
数字Costas环的设计与实现
- 针对扩频系统的载波同步, 研究了数字Costas 环的设计和实现方法。介绍了数字Costas 环的结构、实现载波同步的基本方法。以二阶环为例, 分析了数字锁相环的环路滤波器的参数设计方法, 为数字Costas 环的设计提供了参考。提出了在高速信号处理板(以FPGA 和DSP 为基础) 中数字Costas 环的实现方案, 经工程验证, 能够实现载波同步, 解调出所需信号.
FPGA设计流程指南
- FPGA设计流程指南,对学习和做工程有点帮助。
75448152Project1-DDS
- 利用DDS芯片实现正弦波输出 使用synplify pro建立工程,加入这些文件 编译后生成.vqm的文件 用quartusII打开.vqm文件,编译通过 加入.vwf波形仿真文件,进行波形仿真 最后分配引脚,下载即可 - realization of sin wave in FPGA
FPGA
- 这是笔者在工程应用中开发的基于FPGA的串口通讯与VGA显示,具有较强通用性和推广价值-This is a writer in engineering applications, the development of FPGA-based serial communications and VGA display, with a strong and promote universal values
NIOSwendang
- 学习nios的初学者的极好资料,对于新建FPGA和NIOS软件和硬件工程和使用的一步一步的介绍。-Excellent for beginners to learn nios information for new and NIOS FPGA software and hardware engineering and the use of step by step descr iption.
gryz
- 本文研究了若干适合GPS系统的接 收机抗干扰技术,从工程实现的角度,提出了合适的干扰抑制方法,介绍了GPS 抗干扰接收机原理样机的研制工作,详细描述了FPGA部分的实现。 -In this paper, a number of suitable GPS system receiver anti-jamming technology, from engineering to achieve the point of view, put forward a suitable interf
Costas-matlab
- 针对扩频系统的载波同步, 研究了数字Costas 环的设计和实现方法。介绍了数字Costas 环的结构、实现 载波同步的基本方法。以二阶环为例, 分析了数字锁相环的环路滤波器的参数设计方法, 为数字Costas 环的设计提 供了参考。提出了在高速信号处理板( 以FPGA 和DSP 为基础) 中数字Costas 环的实现方案, 经工程验证, 能够实现 载波同步, 解调出所需信号。-Design and Implementation of Digital Costas-loop
DDS_Lock_In_Amplifier
- 采用锁相环,直接数据合成技术创建的工程,在FPGA实现-Using phase-locked loop, direct data integration technologies to create works in the FPGA
ledflow
- led流水灯工程,方便大家好好的学习FPGA-led light water engineering, facilitate proper learning FPGA
fft_ini
- 自己做的工程,fpga上的FFT变换,电子竞赛时用的-Do their own projects, while FFT transform fpga on the use of electronic race
fgpa_PID
- 电子竞赛时,自己在fpga上实现的pid算法,整个工程包含了代码。-When electronic competition, pid algorithm itself on fpga implementation of the whole project contains the code.
My_First_Fpga
- 如何在FPGA开发板上新建一个新的工程,以及如何设置QUARTUSII,教你一步一步实现加法计数的功能。-How to Create the FPGA development board of a new project, and how to set QUARTUSII, teach you step by step to achieve additive counting function.
fpga
- FPGA方面的不错的参考书,有助于工程的开发,里边有不少设计规则和要求-The FPGA aspects of good reference books, is helpful to the development of engineering, there s a lot of design rules and requirements
implement-of-fft-using-fpga
- fft的fpga实现,包含完整的ise工程文件和matlab代码以及说明文档-fft in fpga implementation ise project file contains the complete and matlab code, and documentation
4.实验四 硬件综合实验
- 实验目的: 熟悉ISE8.2开发环境,掌握工程的生成方法; 熟悉SEED-XDTK_V4实验环境; 了解LCD的HDL实现; 了解Memory模块的使用。 实验内容: FPGA的memory模块的生成及例化; 系统时钟设计; LCD点亮。(Experimental purpose: Familiar with ISE8.2 development environment, master the method of Engineering generation;
Vivado入门教程
- 本文讲述了Xilinx FPGA编程软件Vivado的使用入门,包含新建工程,仿真等内容,适合完全没有接触过Vivado的新手使用
microblaze example
- 用FPGA的软核跑的小工程,用于参考~microblaze软核可运行c程序,嵌入式系统学习