搜索资源列表

  1. test_file

    0下载:
  2. 所属分类:源码下载

  1. circularMatrix.m

    0下载:
  2. Computes the circulant matrix of a vector.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:vijay
  1. Encoders_for_Block_Circulant_LDPC_Codes

    0下载:
  2. In this paper, we present two encoding methods for block-circulant LDPC codes. The first is an iterative encoding method based on the erasure decoding algorithm, and the computations required are well organized due
  3. 所属分类:文档资料

    • 发布日期:2024-09-29
    • 文件大小:394240
    • 提供者:kumar
  1. circulant

    0下载:
  2. This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:3072
    • 提供者:Mohammed
  1. Toeplitz_and_Circulant_Matrices_A_review

    0下载:
  2. Toeplitz and Circulant Matrices_A review Math book
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:244736
    • 提供者:avid
  1. QCLDPC-encode

    0下载:
  2. 针对目前应用比较广泛的基于准循环矩阵构造的QC-LDPC(准循环LDPC)码的各种构造方法,分析比较了随机构造LDPC和各种准循环LDPC编码方法的优缺点,通过理论分析和MATLAB中的性能仿真,提出的相应的优化方案-Broader view of the present application of quasi-circulant matrices based QC-LDPC (quasi-cyclic LDPC) codes for
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:1911808
    • 提供者:qiaohui
  1. PAPER1

    0下载:
  2. 随机间距稀疏三元循环相位掩膜矩阵可压缩成像.pdf-Sparse Trinary Circulant Measurement Matrices with Random Spacing in Compressive Imaging
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:419840
    • 提供者:li
  1. circ_mat

    0下载:
  2. 生成循环矩阵 及 块状循环矩阵 共有三个函数-circulant matrix and block-circulant matrix
  3. 所属分类:图形图象

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:李杰
  1. circulant.m

    0下载:
  2. function A = circulant(x) function A = circulant(x) return square circulant matrix with first row x barnett 2/5/08 x = x(:) A = toeplitz([x(1) x(end:-1:2)], x) -function A = circulant(x) function
  3. 所属分类:Symbian

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:tristancohn
  1. 09_Toeplitz-and-Circulant-matrices

    0下载:
  2. OFDM lecture-OFDM lecture
  3. 所属分类:编程文档

    • 发布日期:2024-09-29
    • 文件大小:405504
    • 提供者:qasim.meh
  1. tracker_release

    0下载:
  2. (eccv12)Circulant structure tracking-by-detection[matlab]源代码-(eccv12)Circulant structure tracking-by-detection[matlab]
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-29
    • 文件大小:7168
    • 提供者:catlice
  1. BlockCirculantMatrix

    0下载:
  2. circulant matrix detection
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-09-29
    • 文件大小:645120
    • 提供者:cas
  1. KCFTest

    0下载:
  2. KCF是一种鉴别式追踪方法,这类方法一般都是在追踪过程中训练一个目标检测器,使用目标检测器去检测下一帧预测位置是否是目标,然后再使用新检测结果去更新训练集进而更新目标检测器。而在训练目标检测器时一般选取目标区域为正样本,目标的周围区域为负样本,当然越靠近目标的区域为正样本的可能性越大。(KCF is a novel tracking fr a mework that utilizes properties of circulant ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-29
    • 文件大小:29696
    • 提供者:RGBTel
  1. 第11章 实战Form设计

    0下载:
  2. SAP Form是ABAP设计单据打印的工具,这里介绍Form制作,图片上传、变量传递、循环变量输出、表格制作,Form编辑器操作(SAP Form is a tool for printing of ABAP design documents. It introduces Form production, picture uploading, variable transfer, circulant variable output,
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:730112
    • 提供者:mark_rcw

源码中国 www.ymcn.org