CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - sum-product

搜索资源列表

  1. mtVector

    0下载:
  2. Vector is the basic data structure in MATLAB. It provides easy, fast, effective, and scalable data structures giving programming an algebraic view for data, even for complex data structures. Matlab allows you do develop fast technical solutions. Howe
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:9015
    • 提供者:belalsoboh
  1. ForK1

    0下载:
  2. 我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。 输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法? 输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:207621
    • 提供者:Edan
  1. sign_flip

    0下载:
  2. Descr iption Although the Singular Value Decomposition (SVD) and eigenvalue decomposition (EVD) are well-established and can be computed via state-of-the-art algorithms, it is not commonly mentioned that there is an intrinsic sign indeterminac
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2127
    • 提供者:naresh
  1. LDPC_BSN

    0下载:
  2. matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9896
    • 提供者:金宁维
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input s
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:116669
    • 提供者:zhuxinyu
  1. matrix

    0下载:
  2. 矩阵的实现(十字链表为基础),基本功能(转置,求和,求积)-Matrix in (cross-list based), the basic functions (transpose, sum, product)
  3. 所属分类:Data structs

  1. Comparacion-entre-Lenguajes

    0下载:
  2. A programming languages comparison with NxN matrices sum and product
  3. 所属分类:Algorithm

  1. lab2-conv

    0下载:
  2. This does convolution of two sequences in stepwise manner according to normal understanding. sigfold.m:-fips signal 1..and changes n accordingly. sigshift.m:-shifts flipped signal from left to right to cover all overlapping sigmulti.m:-multipli
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2086
    • 提供者:GajenJung
  1. sum-product-algorithm-for-LDPC-codes-in-Matlab.ra

    0下载:
  2. sum product algorithm in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11984
    • 提供者:khan
  1. even-Product-Sum

    0下载:
  2. R code. There are two functions: evenProduct(num) gives product of all even positive integers less then or equal to num evenProduct(num) gives sum of all even positive integers less then or equal to num
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:687
    • 提供者:mihailkon
  1. even-Product-Sum

    0下载:
  2. R code. There are two functions: evenProduct(num) gives product of all even positive integers less then or equal to num evenSum(num) gives sum of all even positive integers less then or equal to num
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1135
    • 提供者:mihailkon
  1. LDPC-Decode

    0下载:
  2. LDPC基本译码算法,Bit-flipping、Sum-product的MATLAB程序-Basic LDPC decode algorithm, Bit-flipping、Sum-product
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1461
    • 提供者:whf
  1. 3.zadaca1

    0下载:
  2. Matrix sum, product and exponentation, Programming techniques
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:408401
    • 提供者:neko
  1. ldpcdecode

    0下载:
  2. sum product algorithm decoding of ldpc
  3. 所属分类:matlab例程

  1. LDPC_Decoder_SPA

    0下载:
  2. LDPC译码器,基于SPA算法,matlab函数。-LDPC decoder, based on sum-product algorithm. a matlab function
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1770
    • 提供者:哈哈哈
  1. LDPC

    0下载:
  2. Parity check bits is computed using sparse LU decomposition, utilizing sparse matrix properties of H. LDPC code decoding is done using iterative belief propagation or sum-product algorithm (SPA). Four versions of SPA decoder are presented.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7207
    • 提供者:nat
  1. Sum-Product-algrithm

    4下载:
  2. 因子图和和积算法的matlab实现,给需要的人用,谢谢你的宝贵建议-factor graph and sum-product algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:495952
    • 提供者:heihei
  1. decodeBitFlip

    0下载:
  2. function vHat decodeBitFlipping(rx, H, iteration) Hard-decision/bit flipping sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:825
    • 提供者:doocao
  1. decodeLogDomain

    0下载:
  2. function vHat decodeLogDomain(rx, H, N0, iteration) Log-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration vHat : Decoded
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1094
    • 提供者:doocao
  1. LDPCANDsemmidecodeProbDomain

    0下载:
  2. function vHat decodeProbDomain(rx, H, N0, iteration) Probability-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration -function
  3. 所属分类:matlab

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