搜索资源列表

  1. cordic_beh

    0下载:
  2. 这是实现cordic算法的一些源程序,各文件的说明可以参见文件内部注释。 -This is the algorithm Coordinate rotation digital source, the documents of the internal documents can be found in the Notes.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:29296
    • 提供者:喻小星
  1. CORDIC_vhdl

    0下载:
  2. 基于VHDL语言的CORDIC算法实现,用于计算sin(x),cos(x)等,实测可用-Based on VHDL CORDIC algorithm, used to calculate sin (x), cos (x), etc., the measured available
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:3752960
    • 提供者:刘淇
  1. cordic

    0下载:
  2. verilog实现的cordic算法,很好的代码,实际项目中使用过的。-verilog cordic
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:192512
    • 提供者:yuliguo
  1. cordic

    0下载:
  2. ise下用verilog实现的cordic算法的实现程序-ise under cordic algorithm verilog achieved with implementation of the program
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:1009664
    • 提供者:heli
  1. 119128662CORDIC_ATAN

    0下载:
  2. cordic算法实现ATAN函数 FPGA实现-ATAN function cordic algorithm FPGA Implementation
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:张哲
  1. DDS_CORDIC_eetop

    0下载:
  2. 数字下变频CORDIC算法实现,用MATLAB语言编写-Digital Down Conversion CORDIC algorithm, written in MATLAB language
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:大葱XTY
  1. CORDIC

    0下载:
  2. 在Matlab中实现了Cordic快速算法,并实现了sin(x), cos(x), atan(y/x), sqrt(x^2+y^2)等函数的快速计算,并附加了误差分析的结果图,代码清晰简洁,对Cordic算法的迭代次数确定,有一定的指导意义-Cordic implemented in Matlab fast algorithm, and realized sin (x), quickly calculate cos (x), atan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:137216
    • 提供者:俞毅
  1. CORDIC

    0下载:
  2. 基于FPGA的实现CORDIC算法的实现,本算法是Verilog语言编写的-FPGA implementations achieve CORDIC algorithm, the algorithm is the Verilog language
  3. 所属分类:并行运算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:刘江
  1. cordic

    0下载:
  2. cordic算法的matlab实现,包含除法,sin,cos,sinh,cosh等-cordic algorithm matlab realize, including the division, sin, cos, sinh, cosh, etc.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 用cordic实现正余弦波形发生器,内附详细代码注释以及testbench文件,适合初学者掌握cordic算法原理以及简单应用-With cordic achieve positive cosine waveform generator, containing detailed code comments and testbench files, suitable for beginners to master cordic algor
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:黄迟
  1. pipelined_fft_128_latest.tar

    0下载:
  2. CFFT是一个数据宽度和点数都可配置的基4 FFT core,由于旋转因子是用CORDIC算法实现的,因此经过FFT后信号的增益和标准的FFT算法不同。但对于OFDM调制、解调等应用并不重要。由于增益是确定的,因此在输出时乘以确定常数即可等价标准的FFT。该FFT core的输入是正序的,输出是按照基4反序的-CFFT is a data width and number can be configured based 4 FFT co
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:218112
    • 提供者:阳辉
  1. dds_cordic

    0下载:
  2. 这是我自己编的一个基于流水线结构CORDIC算法实现DDS,32位的频率控制字的输入,CORDIC算法的迭代次数为15次。-This is my own DDS based on series of the pipelined CORDIC algorithm, a frequency control word:32 bit .The number of CORDIC iterations for the 15 time。
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:4315136
    • 提供者:陈杰
  1. code

    0下载:
  2. 本源码是基于VHDL语言环境下的基础实验源码,共分七个部分。分别是:序列检测器、数字密码锁、四位有符号数除法、同步FIFO、DPLL的设计以及Cordic 算法实现。对于VHDL的初学者具有极大的参考价值。-The source is based on experimental basis source VHDL language environment, it is divided into seven sections. They
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:20480
    • 提供者:朱召宇
  1. QDDS

    0下载:
  2. 采用CORDIC算法实现QDDS的设计,有VHDL源代码-QDDS using CORDIC algorithm design, there are VHDL source code
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:3329024
    • 提供者:luyingchun
  1. Cordic-arithmetic-pipeline

    0下载:
  2. FPGA实现基于Cordic算法的流水线结构设计,相关verilog语言代码-FPGA to realize the Cordic code
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:229376
    • 提供者:孙永林
  1. cordic

    0下载:
  2. 通过VHDL实现 cordic算法,使用的单片机为basys2-By CORDIC to achieve VHDL algorithm, the use of the microcontroller is basys2
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:679936
    • 提供者:litianchu
  1. cordic

    0下载:
  2. 这是在QUARTUES上面开发关于cordic算法,可以实现基本的sin,cos函数-This is above QUARTUES development about cordic algorithm, can implement basic sine, cosine function
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-15
    • 文件大小:1477632
    • 提供者:xiezhuneng
  1. cordic

    0下载:
  2. cordic算法的verilog实现,适用于学习。(The verilog implementation of CORDIC algorithm is suitable for learning.)
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:6951936
    • 提供者:yt14212
  1. LDPC码编译码算法的研究与实现_陈石平

    0下载:
  2. 本文首先回顾了LDPC码的发展历程和现状,介绍了LDPC码检验矩阵的构造、编 译码原理。在对编译码作了深入探讨和分析后,接着进行了RU算法编码和长码编码 的FPGA实现;根据二叉树的性质,提出了一种长码编码的ASIC优化设计的方法,节省 了大量硬件资源;论文详细阐述了CORDIC算法原理以及LDPC码译码中所采用的指 数函数和反双曲正切函数的FPGA实现:CORDIC内核及前后处理单元设计、仿真、综 合及数据分析,这对LDPC
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:1529856
    • 提供者:斯蓝蓝
  1. CORDIC_ATAN

    0下载:
  2. FPGA实现反正切功能,工程原件,包括测试文件,能够很好实现该功能(FPGA implements arctangent function, original engineering)
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:6552576
    • 提供者:TX_77846
« 1 2 3 4 5 6 78 9 10 11 12 »

源码中国 www.ymcn.org