CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - A*算法

搜索资源列表

  1. 基于CORDIC算法的FFT

    0下载:
  2. 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。-time selected by using the four-situ algorithm and coordinate rotation digital computer (CORDIC) algorithm is one is a real-time FFT spectrum analysis system.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:张志华
  1. arith_lib-1.0

    0下载:
  2. 包括所有常用算法:加权计算,进制转换,常用数据编码等,大约共有源代码80个。-include all commonly used algorithms : weighted basis, the base for the conversion, common data coding, source code, a total of about 80.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:244386
    • 提供者:南郁星
  1. 用VHDL实现布斯算法

    1下载:
  2. 这个例子是讲述用VHDL实现布斯算法,应该有点用,是我的研究生师哥给我的。-this case is about the use of VHDL Booth algorithm, should use a bit of my graduate students Shige to me.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1897
    • 提供者:刘于
  1. booth_mul

    2下载:
  2. 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols / unsigned multiplication of the number of binary multipliers. The multiplier used to impr
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:19758
    • 提供者:李鹏
  1. lru_new

    0下载:
  2. 采用LRU替换算法。这种算法选择最久没有被访问的块作为被替换的块。 为了实现LRU算法,要在块表中为每一块设置一个计数器(cnt0,cnt1,cnt2,cnt3,)。计数器的长度为2位。-using LRU replacement algorithm. This algorithm to choose the most long visit is not being replaced as a block by block. To achieve LRU algorithm, in bloc
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:wangjiao
  1. deinterlace

    0下载:
  2. Xilinx提供的一种利用线缓存进行插值的隔行变逐行程序,比普通算法效果有很大改进。-Xilinx to provide a linear interpolation for the cache interlaced progressive change procedures, than ordinary algorithm results are greatly improved.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:99140
    • 提供者:cloud
  1. cordic2

    0下载:
  2. cordic算法的vhdl实现,是用来实现极坐标同直角坐标之间变换。-cordic algorithm vhdl realized, is used to achieve a very Cartesian coordinates with the transformation between.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:117717
    • 提供者:wangyd
  1. cordic_1-0

    0下载:
  2. Cordic算法的另一种C++实现,只是一个样本,可以用TubroC,等来查看-Cordic algorithms to achieve another C is a sample that can be used TubroC, etc. to see
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:9860
    • 提供者:郝晋
  1. cordic

    0下载:
  2. cordic算法的vhdl实现,内附有文档说明-cordic algorithm vhdl realized, a document containing a note
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:211098
    • 提供者:wutailiang
  1. alaw_mulaw

    0下载:
  2. 这是一个量化编码当中关于A律和u律压缩和扩展的源程序,程序由VerilogHDL语言编写,算法在Modelsim上进行仿真过
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:62975
    • 提供者:刘柳
  1. Stage3_3175133_Zhang

    1下载:
  2. 用MATLAB里的XILINX BLOCKS, 支持FPGA算法, 实现X_NEXT = ((n-1)x+ A/x(n-1)次)/n
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:28707
    • 提供者:zhang tian
  1. mult

    0下载:
  2. 移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1. 乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法: 1. 被乘数和乘数的高位补0,扩展成8位。 2. 乘法依次向右移位,并检查其最低位,如果为1,则将被乘数和部分和相加,然后将被乘数向左移位;如果为0,则仅仅将被乘数向左移位。移位时,被乘数的低端和乘数的高端均移入0.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:130213
    • 提供者:良芯
  1. Sobel.rar

    1下载:
  2. 这是一个用VHDL实现SOBEL算子进行图像边缘算法的实现,This is a realization by VHDL Sobel edge operator algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:328857
    • 提供者:citydremer
  1. car

    1下载:
  2. 用VHDL实现的红外循迹小车程序,采用8个红外二极管(装在车头底部)识别路况,接L298电机驱动电路,能跑白色背景下的黑色赛道,且能应付道路分叉,孤岛及自启动等。-Implemented using VHDL infrared tracking car program, using eight infrared diodes (mounted on the front of the bottom) to identify traffic, then L298 motor driver circu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:643716
    • 提供者:jizhen
  1. FPFA-DSP

    0下载:
  2. FPGA可以实现DSP算法,本材料提供了详细的实现方法,对原理与实现给出清晰的思路,是FPGA开发参考的好资料。-FPGA can implement DSP algorithms, this material provides a detailed implementation methods, theory and implementation gives a clear idea is a good reference information on FPGA development.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3403646
    • 提供者:老五
  1. Study_on_Key_Technologies_of_n4-DQPSK_Modulation_a

    0下载:
  2. 本文首先研究可4一DQPsK调制解调系统中调制部分的基本原理和各个模块的设计方案,重点研究成形滤波器和直接数字频率合成器 (DireetoigitalFrequeneySynihesis,简称DDS),并针对各个关键模块算法进行matlab设计仿真,展示仿真结果。其次,研究调制解调系统解调部分的基本原理和各个模块的设计方案,重点研究差分解调,数字下变频和位同步算法,也针对其各个关键模块进行算法的Matlab设计仿真。然后用Matlab对整个系统进行理论仿真,得出结论。在此基础 上,采用超高速
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:5458230
    • 提供者:cai
  1. rs_decoder204_188

    0下载:
  2. RS译码的Verilog实现,用的是改进的BM算法,已在QuautusII9.0上调试通过-rs decoder verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:9469170
    • 提供者:songbing
  1. a

    0下载:
  2. 模拟先进先出(FIFO)页面调度算法处理缺页中断-Analog FIFO (FIFO) scheduling algorithm page page fault handling
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1063
    • 提供者:阿迷
  1. AES加密算法密码模块

    0下载:
  2. 其实现了AES加密中的密码模块,包含了功能的说明,模块以及测试用例,学习上手的难度较小(The realization of the AES encryption password module, contains a descr iption of the function modules and test cases, learning difficult to get started)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-21
    • 文件大小:78848
    • 提供者:未曾走远
  1. multiplier

    1下载:
  2. Booth乘法器是属于位操作乘法器,采用流水线结构实现(The Booth multiplier is a bit-operated multiplier that is implemented in a pipeline structure.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2021-02-07
    • 文件大小:2138112
    • 提供者:wlkid1412
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com