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

搜索资源列表

  1. tricordic

    0下载:
  2. 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1106
    • 提供者:Fengxiaodong
  1. cfft

    0下载:
  2. 用verilog语言编写的基4FFT,采用CORDIC算法实现的,仿真过,结果很好!-I use verilog language to design a FFT base 4,and use CORDIC arithmetic to achieve this. last , I test it, it looks very good
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:13243
    • 提供者:samu1
  1. cordic

    0下载:
  2. This attachment consists of the coordinate rotation digital computer algorithm code which is most use algorithm in signal processing
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1261
    • 提供者:bharat kumar
  1. arctan_prog.ZIP

    1下载:
  2. 用Cordic算法实现的atan函数,可以在通信中完成解调的鉴相功能。-Cordic algorithm using the atan function can be completed in the communication phase demodulation functions.
  3. 所属分类:3G develop

    • 发布日期:2017-03-31
    • 文件大小:1402
    • 提供者:黄嘎
  1. cordic

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

    • 发布日期:2017-04-01
    • 文件大小:27925
    • 提供者:dinxj
  1. cordic_division

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

    • 发布日期:2017-03-29
    • 文件大小:96217
    • 提供者:李林
  1. cordic_sqrt_atan

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

    • 发布日期:2017-03-26
    • 文件大小:96281
    • 提供者:李林
  1. src

    0下载:
  2. The source code consist of fft block with integrated on cordic polar to rectangular and rectangular to polar form
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:12174
    • 提供者:jhonny
  1. cordpipe

    0下载:
  2. pipelined cordic algorithm in hdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:jai
  1. CORDIC-atan

    0下载:
  2. A program to calculate sun position(Declination and Right Ascension) in very accurate manner.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1515
    • 提供者:rsh
  1. CORDIC_GeneralInfo

    0下载:
  2. CORDIC implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:120852
    • 提供者:gharib
  1. Cordic123

    0下载:
  2. for the pipeline cordic algorithm .it uses the vhdl language and good code and defines the algoritm correctly-for the pipeline cordic algorithm .it uses the vhdl language and good code and defines the algoritm correctly
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:109236
    • 提供者:jai
  1. TheResearchoftherealtimesignalprocessingofSARbased

    0下载:
  2. 3.完成系统的FPGA程序开发与调试,主要包括FFT,IFFT,CMUL和转置 存储控制等模块,在此基础上,重点介绍了一种基于DDR SDRAM的行写行读高 效转置存储算法,在采用该算法进行转置存储操作时,读写两端的速度相匹配, 满足流水线操作要求,提高了整个系统的实时性。最后介绍了采用CORDIC算法 实现复图像求模运算的方法,分析了算法的硬件实现结构,并给出了基于FPGA 的实现方法及仿真结果。-he FPGA s development and debugging ar
  3. 所属分类:Project Design

    • 发布日期:2017-05-19
    • 文件大小:5156342
    • 提供者:mabeibei
  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 pre-distortion framework introdu
  3. 所属分类:Project Design

    • 发布日期:2017-05-17
    • 文件大小:5042766
    • 提供者:蔡蔡
  1. cordic_atan

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

    • 发布日期:2014-01-08
    • 文件大小:80195
    • 提供者:Jorge
  1. CoreCORDIC_DS

    0下载:
  2. cordic rtl generator for generating different cordic arithmetic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:170093
    • 提供者:nmt
  1. 2_3CORDIC

    0下载:
  2. CORDIC算法的详细介绍以及其详细的应用举例-CORDIC algorithm is introduced and its detailed application examples
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:474857
    • 提供者:一比一
  1. cordic_1-0

    0下载:
  2. Cordic implementation Cos part
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10057
    • 提供者:sunil
  1. cordic_fullsin

    0下载:
  2. matlab implementation of CORDIC sin part
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10056
    • 提供者:sunil
  1. cordic

    0下载:
  2. 该程序使用Verilog语言,可以生成dds正余弦信号-The program uses the Verilog language, can generate sine and cosine signals dds
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:5960
    • 提供者:王丽
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 43 »
搜珍网 www.dssz.com