搜索资源列表
用c编写的N*N的螺旋矩阵源代码
/*
实现效果:
1 2 6 7 15
3 5 8 14 16
4 9 13 17 22
10 12 18 21 23
11 19 20 24 25
*/
#include <stdio.h>
#define N 5 //阶数,即N*N的螺旋矩阵void main()
校验矩阵-生成矩阵
- 校验矩阵-生成矩阵,内容正确,很实用
电力导纳阵生成程序
- 电力工作者常用软件,通过录入线路参数,形成导纳矩阵,用于电力潮流、仿真等基本计算-electric power admittance building program,accordind liner parameter become a linear matrix,it use for elecrtronic circuit ...etc
LDPC
- 用于LDPC编码译码的仿真实现。包括随机生成校验矩阵、由校验矩阵产生生成矩阵、编码、加随机噪声、译码等内容。原作者是老外,有部分中文注释。-LDPC coding for decoding Simulation. Check including random matrix generated by the calibration matrix generated generator matrix, coding, plus random
ldpc_decode
- 本代码用于在 GOLOIS域上 校验矩阵和生成矩阵的相互转换 -code for the domain in GOLOIS check matrix and the formation matrix conversion
LDPCcode
- 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
MadHG
- 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
GassianXY
- 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod
gallager1_data
- LDPC研究者MacKay提供的校验矩阵H及对应的生成矩阵G,其中H行重为6,列重为3,行数252,列数504.-LDPC researchers MacKay, the calibration matrix H and the corresponding generator matrix G, H which re-6, series of three, the lines 252, 504 Columns.
Paper
- 包含五种LDPC码编码生成矩阵的编码算法及其比较,很好,-Contains five LDPC coding algorithm to generate the encoding matrix and its comparison, the good,
seek
- lapc中对生成矩阵中存在的短环进行搜索,可以搜4,6,8,10环!-lapc of the existence of the matrix to generate a short ring search can be found 4,6,8,10 ring!
juzhenshengcheng
- 生成矩阵和校验矩阵的生成在MATLAB语言下的实现-Generated matrix and calibration matrix generated in the MATLAB language to achieve under
comp_matrix
- 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 设计思想: 本程序要完成矩阵的一般运算。同时本程序的截面要友好,操作要简单,并具有较强的自我适应能力,即根据每人输入矩阵的方法不同,在生成矩阵时,程序能适当根据输入的各种格式来达到输入矩阵的功能; 本程序为每个矩阵变量都分配一个矩阵变量名,用户可以通过操
generate_G
- 数字电视标准矩阵及其生成矩阵源代码(LDPC)-Digital TV standard matrix and matrix to generate the source code (LDPC)
Desktop
- MATLAB实现(7,4)汉明码编码 生成矩阵可以更改有注释 方便更改-MATLAB implementation (7,4) hamming code generator matrix can be changed easily to change a comment
ldpc_bpsk
- LDPC码与bpsk结合,利用三种不同方法产生生成矩阵和校验矩阵。-LDPC codes combined with bpsk using three different methods have generated matrix and calibration matrix.
生成节点导纳
- 求节点导纳矩阵,从电力网络线路的,一些已知参数,求未知参数(Node admittance matrix)
支路追加法求阻抗矩阵
- 通过对生成节点阻抗矩阵的编程与调试,获矩阵得复杂电力系统的节点阻抗(Through the programming and debugging of the generation node impedance matrix, the node impedance matrix of the complex power system is obtained)
生成校验矩阵的几种方法
- 生成校验矩阵的几种方法:Davey1、Davey2、gallager_gen_LDPC、PEG(Several methods to generate parity check matrix: Davey1, Davey2, gallager_gen_LDPC, PEG)
邻接矩阵
- 邻接矩阵,描述多个节点之间的相邻关系,最多16个(Adjacency matrix, describing the adjacent relations between multiple nodes, up to 16)
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.