CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CORDIC

搜索资源列表

  1. Cordic

    0下载:
  2. 独立编写的Cordic算法模块,已经通过验证-Independent preparation of Cordic algorithm module, has been verified
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:2042
    • 提供者:zhangzheyuan
  1. cordic_sixteenbits

    0下载:
  2. 16bit cordic algorithm in vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:14102
    • 提供者:Nithyanand
  1. cordic

    0下载:
  2. cordic in rotation mode
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2253
    • 提供者:Eric
  1. mix_project

    0下载:
  2. cordic , rotator projects in vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2147737
    • 提供者:deepak
  1. cordic_4

    0下载:
  2. VHDL coding cordic 很不错的IP核-VHDL coding cordic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:238404
    • 提供者:wuyou
  1. cordic_algorithm

    0下载:
  2. CORDIC algorithm - sin cos
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:82290
    • 提供者:fjwoemcu
  1. cordicsincos

    0下载:
  2. CORDIC sin cos algorithm 2
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:17442
    • 提供者:fjwoemcu
  1. ddscordic

    0下载:
  2. direct digital synthesis CORDIC
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:21349
    • 提供者:fjwoemcu
  1. fixed_cordic

    0下载:
  2. 本程序实现旋转坐标下的CORDIC算法,并改成定点格式。-The procedure for rotating coordinates the CORDIC algorithm, and into fixed-point format.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:210780
    • 提供者:于慕阳
  1. 59564330cordic

    0下载:
  2. VHDL实现CORDIC的改进算法,仿真无错误-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:211102
    • 提供者:王蕊
  1. cFFT

    0下载:
  2. CFFT is a radix-4 fast Fourier transform (FFT) core with configurable data width and a configurable number of sample points in the FFT. Twiddle factors are implemented using the CORDIC algorithm, causing the gain of the CFFT core to be differen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:183637
    • 提供者:Nagendran
  1. CORDIC_design_digital_computers

    1下载:
  2. CORDIC算法设计的数字计算机,基于Verilog设计-CORDIC algorithm based on the design of digital computer, Verilog design code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1383
    • 提供者:李山
  1. verilog_cordic.tar

    1下载:
  2. 用verilog实现cordic算法。支持多模,有vecter和rotate模式。支持多种输出-Algorithm to achieve cordic with verilog. Multi-mode, there vecter and rotate mode. Support for multiple output
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:361961
    • 提供者:Fengxiaodong
  1. atan_cordic

    0下载:
  2. atan function using cordic
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1268
    • 提供者:xyz002
  1. Cordic-VHDL

    1下载:
  2. Cordic算法的VHDL实现,可作为函数调用的代码,节省自己的设计时间-Cordic algorithm VHDL implementation of the code as function calls, saving their own design time
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:218323
    • 提供者:赵擎天
  1. Cordic

    0下载:
  2. describtif of cordic algo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:178035
    • 提供者:youir
  1. cordic.algorithm.module

    0下载:
  2. cordic开发算法设计模块经典代码资料cordic development of algorithm design classic code information module -cordic development of algorithm design classic code information module
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:8923
    • 提供者:d
  1. CORDIC

    0下载:
  2. a document that explain clearly the cordic algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:283018
    • 提供者:sdfghj
  1. CORDIC_FPGA

    0下载:
  2. 摘要:本文在传统CORDIC算法的基础之上,通过增加迭代次数,对参数进行了优化筛选, 提高了运算精度,使设计出的软核能够在精度要求较高的场合中运行,如实时语音、图 像信号处理、滤波技术等。输出数据经过IEEE-754标准化处理,能够直接兼容大多数处 理器,扩展了其应用范围。最终在Altera公司NiosⅡ处理器中通过增加自定义指令的方 式完成了硬件实现。 关键字:CORDIC ,自定义指令, IEEE-754标准化处理。-Abstract: In this paper, ba
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:228713
    • 提供者:daisywmc
  1. CORDIC-algorithm-design-based_4FFT

    0下载:
  2. CORDIC算法的高速基_4FFT处理器设计CORDIC algorithm based on high-speed processor design based _4FFT-CORDIC algorithm based on high-speed processor design based _4FFT
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:449221
    • 提供者:bala1234
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
搜珍网 www.dssz.com