搜索资源列表

  1. coordinate_cordic

    0下载:
  2. cordic算法的Verilog实现(其他地方找的)-cordic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:zking
  1. cordic

    0下载:
  2. 高速计算机旋转坐标算法的硬件实现,用于快速傅里叶算法的核心单元-Rotating coordinates high-speed computer hardware algorithm for fast Fourier algorithm is the core unit
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:dinxj
  1. cordic_division

    0下载:
  2. 利用cordic实现除法的matlab源码。 本人原创,标准cordic算法。-implement division by cordic. matlab m language.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:96256
    • 提供者:李林
  1. cordic_sqrt_atan

    0下载:
  2. 利用cordic实现开方和atan运算的matlab源码。 本人原创,标准cordic算法。-calculate aquare root and atan by cordic. Matlab m language.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:96256
    • 提供者:李林
  1. cordic_parameteizaed

    0下载:
  2. Verilog实现三角函数(基于CORDIC算法)-Verilog realization of trigonometric functions
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:andy
  1. RF_power_amplifier_in_Digital_pre-distortion_techn

    0下载:
  2. 射频功放数字预失真技术研究及其FPGA实现,文中介绍了数字预失真的实现架构,介绍了QRD_RLS算法实现的相关CORDIC技术,GIVENS旋转,以及systolic阵等原理-RF power amplifier digital pre-distortion technology and its FPGA implementation, this paper describes the realization of digital pr
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:5043200
    • 提供者:蔡蔡
  1. cordic_atan

    1下载:
  2. 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:79872
    • 提供者:Jorge
  1. cordic_C

    0下载:
  2. cordic算法的C语言实现,包含了相应C语言程序,十分珍贵-cordic algorithm C language, contains the corresponding C language procedure is very valuable
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:陈胜
  1. CORDIC

    0下载:
  2. 用VHDL语言,利用迭代移位算法cordic实现告诉加法功能 -Using VHDL language, using iterative shift algorithm to achieve told additive function cordic
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:465920
    • 提供者:rain
  1. fixed_cordic

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

    • 发布日期:2024-05-16
    • 文件大小:210944
    • 提供者:于慕阳
  1. verilog_cordic.tar

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

    • 发布日期:2024-05-16
    • 文件大小:361472
    • 提供者:Fengxiaodong
  1. Cordic-VHDL

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

    • 发布日期:2024-05-16
    • 文件大小:218112
    • 提供者:赵擎天
  1. CORDIC_FPGA

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

    • 发布日期:2024-05-16
    • 文件大小:228352
    • 提供者:daisywmc
  1. CORDIC

    0下载:
  2. :CORDIC算法将复杂的算术运算转化为简单的加法和移位操作,然后逐次逼近结果。这种方法很好的兼顾了精度、速度和硬件复杂度,它与VLSI技术的结合对DSP算法的硬件实现具有极大的意义,因而在数字信号处理领域得到了广泛应用。本文首先简要介绍了CORDIC算法的原理,然后详细描述了双模式(旋转/向量)CORDIC算法的预处理和后处理,并且基于FPGA实现了流水线双模CORDIC算法。-By converting complex arithm
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:394240
    • 提供者:daisywmc
  1. cordic

    0下载:
  2. cordic的verilog设计,qII实现,比较简单,讲诉了算法的实现过程。-cordic the verilog design, qII implementation, relatively simple complaints about the implementation process of the algorithm.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:1730560
    • 提供者:洪依
  1. cordic4_2

    0下载:
  2. CORDIC算法相角模式HDL实现源码,Verilog HDL书写,10级迭代,仿真验证通过。-CORDIC algorithm implementation phase model HDL source code, Verilog HDL writing, 10 iterations, the simulation is verified.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:朱利华
  1. CORDIC

    0下载:
  2. 一个可用的三角函数CORDIC算法,在FPGA实现的VHDL源码-One of the available trigonometric CORDIC algorithm is implemented in the FPGA VHDL source code
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:431104
    • 提供者:zhangxin
  1. sin_cos

    0下载:
  2. 基于FPGA的CORDIC算法实现,语言Verilog。8位位宽-FPGA-based CORDIC algorithm, language Verilog. 8-bit wide
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:2065408
    • 提供者:Filter
  1. cordic

    0下载:
  2. cordic 算法的FPGA实现,在Altera公司CycloneIII系列EP3C240C8Q芯片上验证通过-the inplemention of cordic algorithm in FPGA
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:黄宇
  1. CORDIC

    0下载:
  2. CORDIC算法,FPGA实现,应用例子-CORDIC algorithm, FPGA implementation
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:640000
    • 提供者:庞清平
« 1 2 3 4 56 7 8 9 10 11 12 »

源码中国 www.ymcn.org