搜索资源列表
circulant
- 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 a character string. -This MA
circularMatrix.m
- Computes the circulant matrix of a vector.
Encoders_for_Block_Circulant_LDPC_Codes
- 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 to the blockcirculant struc
Toeplitz_and_Circulant_Matrices_A_review
- Toeplitz and Circulant Matrices_A review Math book
QCLDPC-encode
- 针对目前应用比较广泛的基于准循环矩阵构造的QC-LDPC(准循环LDPC)码的各种构造方法,分析比较了随机构造LDPC和各种准循环LDPC编码方法的优缺点,通过理论分析和MATLAB中的性能仿真,提出的相应的优化方案-Broader view of the present application of quasi-circulant matrices based QC-LDPC (quasi-cyclic LDPC) codes for the various construction meth
PAPER1
- 随机间距稀疏三元循环相位掩膜矩阵可压缩成像.pdf-Sparse Trinary Circulant Measurement Matrices with Random Spacing in Compressive Imaging
circ_mat
- 生成循环矩阵 及 块状循环矩阵 共有三个函数-circulant matrix and block-circulant matrix
circulant.m
- 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 A = circulant(x) retu
09_Toeplitz-and-Circulant-matrices
- OFDM lecture-OFDM lecture
tracker_release
- (eccv12)Circulant structure tracking-by-detection[matlab]源代码-(eccv12)Circulant structure tracking-by-detection[matlab]
BlockCirculantMatrix
- circulant matrix detection
KCFTest
- KCF是一种鉴别式追踪方法,这类方法一般都是在追踪过程中训练一个目标检测器,使用目标检测器去检测下一帧预测位置是否是目标,然后再使用新检测结果去更新训练集进而更新目标检测器。而在训练目标检测器时一般选取目标区域为正样本,目标的周围区域为负样本,当然越靠近目标的区域为正样本的可能性越大。(KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing s
第11章 实战Form设计
- 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, table making, Form editor oper