搜索资源列表

  1. complex_givens

    0下载:
  2. 基于cordic算法的givens变换实现矩阵QR分解-Transform matrix QR decomposition based on the givens of cordic algorithm
  3. 所属分类:VHDL编程

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

    0下载:
  2. cordic算法,解决了硬件不能实现tan函数的问题,它通过相位选择来实现。-cordic algorithm,The hardware can solve the problem of tan function, it choose to achieve through phase.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. Matlab实现CORDIC(COordinate Rotation DIgital Computer)算法的程序.-The matlab implemention of CORDIC algorithm with code for testing.
  3. 所属分类:其他小程序

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

    0下载:
  2. cordic算法的verilog 语言实现,注释详细,资料齐全,实现了cordic算法的各个功能,可以计算正余弦-cordic algorithm verilog language, detailed notes, and complete information
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:896000
    • 提供者:michael_chen
  1. CORDIC_ATAN

    0下载:
  2. 用CORDIC算法,通过角度旋转,实现ATAN,最后得到角度和幅度-CORDIC algorithm, by the angle of rotation, ATAN and finally get the angle and amplitude
  3. 所属分类:并行运算

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

    0下载:
  2. 在FPGA上实现Cordic算法用于计算sin(x)。Cordic算法的全称是Coordinate Rotation Digital Computer ,可以用于实现对多种超越函数的运算。-Implemented on FPGA Cordic algorithm is used to compute sin (x). Cordic algorithm stands Coordinate Rotation Digital Computer
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:金继仁
  1. cordic_pipelined

    0下载:
  2. CORDIC算法的流水线verilog HDL实现,包含modelsim仿真所需的设计文件与testbench。-This is an implementation of CORDIC algorithm in verilog HDL, which contains design code and testbench.
  3. 所属分类:VHDL编程

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

    0下载:
  2. 基于CORDIC算法的对数放大器的FPGA实现(cordic算法计算对数重要资料,非常好懂)-Based on CORDIC Algorithm logarithmic amplifier with FPGA (cordic algorithm to calculate the logarithm important information, very easy to understand)
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:435200
    • 提供者:叶韬
  1. lixiang_cord

    0下载:
  2. 基于坐标旋转数字计算机Cordic算法的DDS频率合成器的matlab仿真实现。具有输出任意数字频率的功能-Based on the coordinate rotation digital computer Cordic algorithm DDS frequency synthesizer by matlab. With an output frequency of any number of functions
  3. 所属分类:其他嵌入式/单片机内容

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

    0下载:
  2. 实现自然对数运算的cordic算法的matlab浮点仿真,以及针对FPGA硬件平台的定点仿真测试-Achieve natural logarithm of cordic algorithm matlab floating point emulation, and FPGA hardware platform for fixed-point simulation testing
  3. 所属分类:VHDL编程

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

    0下载:
  2. 关于cordic算法的C MODEL实现,包括几种不同的模式,如求模值、求相角,求COS,SIN函数等。程序还包括TESTBENCH测试程序。-About cordic algorithm C MODEL implementation, including several different modes, such as modulus values, seeking phase angle, seeking COS, SIN func
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-16
    • 文件大小:1055744
    • 提供者:hanyu
  1. polar2rect

    0下载:
  2. cordic算法的极坐标变直角坐标的硬件实现代码,也就是CORDIC的旋转模式下的应用-cordic method for polar to rectangular
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-16
    • 文件大小:152576
    • 提供者:
  1. cordic_rotation_mode

    0下载:
  2. cordic算法旋转模式c代码实现三角函数的计算-cordic algorithm rotation mode c code trigonometric calculations
  3. 所属分类:其他小程序

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

    0下载:
  2. FPGA实现cordic算法计算sincos-cordic for sincos
  3. 所属分类:并行运算

    • 发布日期:2024-05-16
    • 文件大小:1157120
    • 提供者:房晓伟
  1. CORDIC_hardware

    0下载:
  2. CORDIC算法及其硬件实现,算法的硬件实现-CORDIC algorithm and its hardware implementation
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:211968
    • 提供者:brianwu
  1. sin_cos_module

    0下载:
  2. Verilog实现的cordic算法的计算sin,cos值得模块,使用rom,代码简洁有效。-Verilog implementation of the cordic algorithm of computing the sine and cosine worth module, use of ROM, the code is concise and effective.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:姚盛健
  1. Xilinx_CORDIC

    1下载:
  2. 非常详细地描述了cordic算法的原理和实现,讲解通俗易懂,有别人旁注的笔记。-Very detailed describes the principle and realization of cordic algorithm, easy to understand, there are others marginal notes
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:1813504
    • 提供者:姚盛健
  1. cordic_matlab

    0下载:
  2. cordic算法matlab实现,用于实习cos和sin-cordic algorithm matlab realize
  3. 所属分类:其他小程序

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

    0下载:
  2. cordic算法的matlab仿真,实现六自由度运动学逆解算法,DSmT证据推理的组合公式计算函数。- cordic matlab simulation algorithm, Six degrees of freedom to achieve inverse kinematics algorithm, Combination formula DSmT evidence reasoning calculation function.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:冯言博
  1. fiunei

    0下载:
  2. cordic算法的matlab仿真,实现串口的数据采集,实现了图像的灰度化并进一步用于视频监视控。- cordic matlab simulation algorithm, Achieve serial data acquisition, Achieve a grayscale image and further control for video surveillance.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:张玉民
« 1 2 ... 4 5 6 7 8 910 11 12 »

源码中国 www.ymcn.org