Welcome![Sign In][Sign Up]
Location:
Search - nios image

Search list

[OS programminios

Description: 这是我自己学习过程中写的,大家看一下,多提意见。谢谢! 暂时只实现了进程的管理和切换,文件系统打算用FAT12,文件系统模块已经大体完成,后面再加进行去吧;内存管理也不会等太久的。 使用方法: 1.安装bochs; 2.建一个软件镜像文件,使用WINIMAGE将BOOT.BIN写入引导扇区,将setup.bin和system.bin直接写进磁盘镜像文件就行了。 上面用到的几个文件已经有了,没有编译器的可以直接使用了。编译环境为GCC+NASM,直接在命令下点make即可,名子不要改动。 -This is my own process of learning to write and look at everyone and opinions. Thanks! Temporarily only realize the process of management and switch, file system intends to use the FAT12, file system module has been largely completed, to go back plus memory management, etc. will not be too long. Usage: 1. Install bochs 2. To build a software image file, use WINIMAGE will write BOOT.BIN boot sector will be directly incorporated into the setup.bin and system.bin disk image file on the list. Used above, several documents have been, there is no compiler can be directly used. Compiler environment GCC+ NASM, directly in order to make the next point, the name will not change.
Platform: | Size: 267264 | Author: shengfeng | Hits:

[VHDL-FPGA-VerilogDE2_70_D5M_LTM_NIOS_capture

Description: 本文提供一個CMOS Controller,讓Nios II可以藉由CMOS Controller控制CMOS,並能讀出CMOS放在SDRAM中的影像。运行在DE2-70平台上-This article provides a CMOS Controller, so that Nios II can take advantage of CMOS Controller control CMOS, and allowed to deliver on the SDRAM in the CMOS image. Run on DE2-70 platform
Platform: | Size: 1633280 | Author: 彭天 | Hits:

[VHDL-FPGA-Verilogsc_camera_01APR08

Description: 基于FPGA的CMOS 传感器的图像传输处理.整个设计还基于NIOS.-FPGA-based CMOS sensor Image Transmission. The design is also based on NIOS.
Platform: | Size: 1881088 | Author: 陈炬 | Hits:

[VHDL-FPGA-VerilogVideo_and_image_Processing

Description: FPGA开发板实现图像处理 该例子包含了SOPC和NIOS代码,同时有PDF说明-FPGA development board for image processing of the case includes SOPC and NIOS code, while a PDF description
Platform: | Size: 4486144 | Author: gdr | Hits:

[VHDL-FPGA-VerilogNiosTrack

Description: nois用于实时图像跟踪,主要介绍图像处理,目标提取以及目标跟踪-nios for realtime image track ,include image process 、object find and object track
Platform: | Size: 309248 | Author: 赵一 | Hits:

[VHDL-FPGA-VerilogCORDIC_FPGA

Description: 摘要:本文在传统CORDIC算法的基础之上,通过增加迭代次数,对参数进行了优化筛选, 提高了运算精度,使设计出的软核能够在精度要求较高的场合中运行,如实时语音、图 像信号处理、滤波技术等。输出数据经过IEEE-754标准化处理,能够直接兼容大多数处 理器,扩展了其应用范围。最终在Altera公司NiosⅡ处理器中通过增加自定义指令的方 式完成了硬件实现。 关键字:CORDIC ,自定义指令, IEEE-754标准化处理。-Abstract: In this paper, based on the traditional CORDIC algorithm, by increasing the number of iterations, selection of parameters were optimized to improve the computing precision, the design of the soft-core to the occasion in the high precision in the running, such as real-time voice , image signal processing, filtering technology. IEEE-754 output data after standardization, can be directly compatible with most processors, expanded its scope of application. Altera, Nios Ⅱ ultimately by the processor the way to add custom instructions to complete the hardware. Keywords: CORDIC, custom instruction, IEEE-754 standard treatment.
Platform: | Size: 228352 | Author: daisywmc | Hits:

[VHDL-FPGA-VerilogHD-NIOS

Description: 基于NIOS的高清系统设计,文章的名字是基于NIOS的高分辨率图像采集系统设计-NIOS-based HD system design, the article' s name is based on the NIOS high-resolution image acquisition system
Platform: | Size: 178176 | Author: liang ming | Hits:

[Windows DevelopDE0_SDCARD_JPEG_2_BMP

Description: 从SD Card中读取 image.jpg, 经过NIOS II 转成 image.bmp,并保存在SD Card中。 注: 运行程序之前,在SD Card的跟目录放一张名字为image.jpg的图片,并建立一个名为image.bmp的文件, 程序运行时,会把bmp图片数据写入image.bmp中-Read from the SD Card image.jpg, through the NIOS II converted image.bmp, and stored in the SD Card. Note: Before running the program, the SD Card' s root directory named image.jpg put a picture and create a file called image.bmp, the program runs, the data will be written image.bmp pictures in bmp
Platform: | Size: 5224448 | Author: | Hits:

[VHDL-FPGA-VerilogNios_SDRAM

Description: 在Nios上搭建平台,使用SDRAM作内存,并用VGA显示图像-A platform on the Nios SDRAM for memory, and VGA display image
Platform: | Size: 16686080 | Author: 彭娟娟 | Hits:

[VHDL-FPGA-VerilogVGA_CCD531

Description: 本文围绕一个包含Nios II软核处理器的可编程片上系统展开数码相机的样机设计。论文首先对样机所要达到的整体功能进行了规划,接下来并行开展了软硬件设计。在硬件方面,充分利用了所使用平台提供的SD卡插槽、键盘、数码管、SRAM等各种硬件资源,并用Verilog HDL硬件描述语言设计了样机系统所需要的VGA接口控制器、CMOS图像传感器接口控制器以及VGA显示存储器;在软件方面,本文基于Nios II软核处理器用C语言实现了SD卡的驱动、FAT文件系统的移植、VGA显视器的驱动以及BMP图片文件的转换与显示等功能,并能通过键盘操作和用户界面控制样机拍照和相片浏览。实验结果表明本样机系统设计正确,软硬件各模块绝大部分工作正常,为进一步研究数码相机的应用建立起了一个实用平台。-This paper focuses on a Nios II soft core processors, programmable on-chip system to launch a digital camera prototype design. Firstly, the overall function of the prototype to be achieved by planning, then in parallel hardware and software design. Take full advantage of the hardware side, using the platform provided by the SD card slot, keyboard, digital tube, SRAM and other hardware resources, and using Verilog HDL hardware description language to design a prototype system VGA interface controller, CMOS image sensors interface controller and the VGA display memory the software side, based on the Nios II soft core processor implemented in C, the SD card driver, and the transplantation of the FAT file system, the VGA display driver, and BMP image file conversion and display function, and through the keyboard and user interface control prototype photographs and photo browsing. The experimental results show that this prototype system is designed properly, most of the hardware and softwa
Platform: | Size: 15078400 | Author: | Hits:

[Software Engineeringjune2010_1

Description: 一种新型SOPC自动指纹识别系统设计,:本文设计了一种基于SOPC的新型结构的自动指纹识别系统。通过对指纹处理整体流程的选择和优化,把耗时较多的指纹预处理部分整体硬件化,耗时较少的匹配部分软件化,使得系统处理速度有了显著提高,1.5s内可以完成一幅指纹图像的预处理,3s内可以完成一幅指纹图像的比对。本设计使用Quartus II软件完成了系统模块设计及仿真,使用NiosⅡ IDE软件完成了软件代码的实现,并在以Altera 公司的Cyclone II FPGA芯片为核心的DE2开发板上实现了整个系统。-The design of a new SOPC Automated Fingerprint Identification System: Design of an Automated Fingerprint Identification System Based on SOPC new structure. 1.5s within can be completed by the selection and optimization of the overall process of fingerprint processing and more time-consuming fingerprint preprocessing part of the overall hardware, less time-consuming matching of some of the software, making the system processing speed has improved significantly pieces of fingerprint image preprocessing, 3s can complete a fingerprint image. This design the system module design and simulation using Quartus II software, Nios Ⅱ IDE software to complete the implementation of the software code, and the DE2 development board with Altera Corporation' s Cyclone II FPGA chip as the core of the whole system.
Platform: | Size: 610304 | Author: kudding | Hits:

[VHDL-FPGA-VerilogNios_sram24

Description: 自己的毕设代码。实现用SDRAM运行nios,同时用SRAM保存摄像头数据。中间利用fifo可以保存两帧图像-Own the complete set up code. SDRAM running nios, SRAM save camera data. Intermediate use of fifo can save the image of the two
Platform: | Size: 4754432 | Author: liuxiaolei | Hits:

[VHDL-FPGA-VerilogDE2_NIOS_HOST_MOUSE_VGA

Description: 该设计使用了Nios II系统来演示如何在DE2开发板上的USB主机端口连接到一个USB设备进行通信。本设计实现了一个单色显示屏,预加载的图像,用户可以利用它与鼠标。应连接到VGA端口,一个USB鼠标连接到USB主机端口和一个CRT/ LCD显示器。-This designs uses a Nios II system to demonstrate how to communicate with a USB device connected to the USB HOST port on the DE2 board. This design implements a monochrome display, with a preloaded image, where the user can draw on it with a mouse. A USB mouse should be connected to the USB HOST port and a CRT/LCD monitor should be connected to the VGA port.
Platform: | Size: 6074368 | Author: 黯魂天残 | Hits:

[VHDL-FPGA-VerilogDE2_NIOS_HOST_MOUSE_VGA

Description: 本代码为DE2开发板例程源码(EP2C35F672C6),项目基于quartus II 9.0(随板光盘为7.2版本以下,在9.0版以上编译会报错)。本项目实现一个USB画笔功能,通过FPGA控制USB口,USB口接上鼠标,通过XGA口外界显示设备,实现显示设备对鼠标移动轨迹的显示。-In this demonstration, we implement a Paintbrush application by using a USB mouse as the input device.This demonstration uses the device port of the Philips ISP1362 chip and the Nios II processor to implement a USB mouse movement detector. We also implemented a video frame buffer with a VGA controller to perform the real-time image storage and display.
Platform: | Size: 2547712 | Author: chenxin | Hits:

[Program docIMAGE_NIOS

Description: 基于nios_的实时图像边缘检测系统的研究.-image edge detect with nios
Platform: | Size: 3451904 | Author: antentec | Hits:

[ELanguagereceive-im-by-rs232

Description: SEND IMAGE DATA TO NIOS II ON FPGA
Platform: | Size: 3072 | Author: lati | Hits:

[matlabhunjao_v75

Description: 实现用SDRAM运行nios,同时用SRAM保存摄像头数据,从先验概率中采样,计算权重,在MATLAB中求图像纹理特征。- Implemented with SDRAM run nios, while saving camera data SRAM, Sampling a priori probability, calculate the weight, In the MATLAB image texture feature.
Platform: | Size: 4096 | Author: 王昭 | Hits:

[Otherqangyai

Description: 仿真图是速度、距离、幅度三维图像,包括最小二乘法、SVM、神经网络、1_k近邻法,实现用SDRAM运行nios,同时用SRAM保存摄像头数据。- FIG simulation speed, distance, amplitude three-dimensional image, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Implemented with SDRAM run nios, while saving camera data SRAM.
Platform: | Size: 6144 | Author: fao | Hits:

[Algorithmniejao

Description: 包括四元数的各种计算,实现用SDRAM运行nios,同时用SRAM保存摄像头数据,仿真图是速度、距离、幅度三维图像。- Including quaternion various calculations, Implemented with SDRAM run nios, while saving camera data SRAM, FIG simulation speed, distance, amplitude three-dimensional image.
Platform: | Size: 5120 | Author: nao | Hits:

[VHDL-FPGA-VerilogCD1_PHOTO_ABLUM_1280

Description: 基于FPGA的数码像册实验,使用了NIOS做文件系统和JPEG图像解码FPGA和SDRAM做了图像缓存-Based on the FPGA digital image book experiment, using the NIOS to do file system and JPEG image decoding FPGA and SDRAM do the image cache
Platform: | Size: 3013632 | Author: | Hits:
« 12 3 »

CodeBus www.codebus.net