CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Polynomial

搜索资源列表

  1. rs_decoder_31_19_6.tar

    1下载:
  2. Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-22
    • 文件大小:14247
    • 提供者:孟轲敏
  1. conv_gsm_1by2_5

    0下载:
  2. ADI DSP GSM 多项式码表转换源码-ADI DSP GSM polynomial converting source code
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:8350
    • 提供者:刘微
  1. conv_cdma2000_1by2_9

    0下载:
  2. ADI DSP CDMA多项式码表转换源码-ADI DSP CDMA polynomial converting source code
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:8815
    • 提供者:刘微
  1. crc_d8

    0下载:
  2. Verilog module containing a synthesizable CRC function // * polynomial: (0 1 8) // * data width: 8
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:yangyi
  1. crc32源码及资料

    1下载:
  2. CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract oper
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4967260
    • 提供者:陈少良
  1. two_d_dct_serial

    1下载:
  2. altera公司提供的适用于包涵DSP内核的FPGA的二维DCT变换源码,语言是:verilog 性能不错,不过资源消耗有点大,可以用来学习多项式变换的DCT算法-ALTERA companies covered in the application of FPGA DSP core 2D DCT source language is : Verilog performance is good, but a bit large consumption of resources can be us
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:24588
    • 提供者:猪猪
  1. RS-decoder

    0下载:
  2. RS 解码器主要包括以下5 个主要部分:伴随式计算、计算错误位置和错误值多项式、 钱搜索计算错误位置、福尼算法计算错误值和纠正解码输出。-RS decoder includes the following five main parts: With style, calculated error location and error value polynomial, Calculated error location search of money
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:521090
    • 提供者:lee
  1. CRC8.rar

    1下载:
  2. 通讯中对报文进行CRC8校验的程序源代码,多项式为X^8 + X^2 + X^1 + 1 。,Communication packets for CRC8 check on the program source code, the polynomial is X ^ 8+ X ^ 2+ X ^ 1+ 1.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:775
    • 提供者:啊蓝
  1. plys

    0下载:
  2. 一维多项式多组求值,利用系数预处理法对多项式p(x)=an-1x^n-1+an-2x^n-2+...+a1x+a0,进行多组求值。其中n=2^k-Many one-dimensional polynomial evaluation group, using coefficient polynomial preconditioning method p (x) = an-1x ^ n-1+ an-2x ^ n-2+...+ a1x+ a0, for many Group evaluated. On
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:叮当
  1. poly

    0下载:
  2. This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and optimized especially for the Starcore 140 DSP ! Inside the archive you can also find the assembly code and the matlab test program w
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:167319
    • 提供者:octavian
  1. Quadratic_Equation

    0下载:
  2. This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"-This is a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2457
    • 提供者:tom
  1. QuadraticEquation

    0下载:
  2. This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"-This is a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable "x"
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2459
    • 提供者:bedrohung
  1. hydrodynamic-coefficient

    0下载:
  2. hydrodynamic of coefficient of marine propeller can be calculated by this code. polynomial aproximation used for calculation
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3409
    • 提供者:ali
  1. signalpolyutils

    0下载:
  2. utility functions for vectors of polynomial coefficients.
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:2524
    • 提供者:ali
  1. polynomial

    0下载:
  2. 通过已排序的方式加以实现两多项式的加减,如果在c-free中运行须将scanf_s改为scanf-Sorted manner through the realization of two polynomial addition and subtraction, if the c-free run into scanf shall scanf_s
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1027
    • 提供者:richer
  1. 19170fb

    0下载:
  2. At SRRC, a precision output current monitoring system is installed to monitor the output performance of all the booster/storage ring power supplies. Accurate DC current transformers (DCCTs) are attached to the output terminal of every power s
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-01
    • 文件大小:516939
    • 提供者:john hice
  1. addition-of-polynomial

    0下载:
  2. 能够按照指数降序排列输入并且输出的多项式 完成两个多项式的相加 相减 并将正确结果输出 -Descending order according to index to input and output of the polynomial complete the subtraction of two polynomials and the correct sum of the resulting output
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1069
    • 提供者:浩星无恨
  1. Lecture_COE_341_071_6

    0下载:
  2. Know how of CRC polynomial calulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:381510
    • 提供者:renjith
  1. CRC_16

    0下载:
  2. Modbus CRC calculation software - Can be changed by changing Polynomial.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1021
    • 提供者:mukund
  1. Polynomial-calculation

    0下载:
  2. 多项式的计算,利用堆栈知识,可进行独享是计算,可识别左右括号,小数点,负数开头,除数判0等功能-Polynomial terms, the use of stack knowledge, is the calculation can be exclusive, recognizable left and right parentheses, decimal point and negative at the beginning of the divisor function sentenced
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1101
    • 提供者:mai2ia870
« 12 3 4 »
搜珍网 www.dssz.com