-
-
[
C/C++]
matrices.rar
Complete a Matrix. The program ask you tehe number of elements that you want.
-
[
Matlab]
ma_CRC_files.rar
... Hamming
Use a [7,4] Hamming code.
m = 3 n = 2^m-1 k = n-m
parmat = hammgen(m) Produce parity-check matrix.
trt = syndtable(parmat) Produce decoding table.
recd = [1 0 0 1 1 1 1] Suppose this is the received vector.
syndrome = rem(recd* ...
-
[
Visual C++ (VC++)]
matrix.rar
Matrix operations, the realization of the matrix and the operation of the many changes. . . . . .
Category:
CSharp Upload User:
lili_30 Size:
14K
-
-
-
-
[
Matlab]
3dtrans.zip
3D Space Coordinate Transformations
This folder contains 3 files (m-functions) :
- t2x.m Transformation Matrix to Generalized Position Vector.
- x2t.m Generalized Position Vector to Transformation Matrix.
- m2m.m Mass/Inertia Tensor ...
-
[
Matlab]
mexSparseLogical0Diag.zip
... to change by subscript all the elements of a large sparse matrix to zero. This leads to changing the elements in a loop ... dealing with adjacency matrices used in clustering- an adjacency matrix is a logical matrix, where the main diagonal is all zeros (no ...
Category:
matlab Upload User:
shenlian Size:
2K
-
-
[
Matlab]
permm.zip
From given order of rearrangement constructs the permutation matrix P and computes B = P*A*P