代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/438832/7725287

sh pw.sh

#!/bin/bash # May need to be invoked with #!/bin/bash2 on older machines. # # Random password generator for Bash 2.x by Antek Sawicki <tenox@tenox.tc>, # who generously gave permission to the
www.eeworm.com/read/437870/7740663

m xxxt.m

%用户分别输入多变量系统的A,B矩阵 global n1 n2 k1 n1=input('please input the length of A\n'); n2=input('please input the length of column of B\n'); for i=1:n1 for j=1:n1 A(i,j)=input('please input a numbe
www.eeworm.com/read/437546/7746213

c stviterbi.c

/* MATLAB's C-MEX space-time trellis decoder for QPSK * * Copyright Bagawan S. Nugroho, 2006 *********************************************/ #include "mex.h" #include "matrix.h" #include
www.eeworm.com/read/437190/7753647

m mapdecoder.m

function [LC,LD]=MAPDecoder(La,SP,SM,PS,NS,OP) % La : K*w = A Priori LLR matrix. % LC : K*w = A Posteriori LLR matrix of code bits. % LD : K*1 = A Posteriori LLR matrix of data bits. % SP(j,:,:)
www.eeworm.com/read/437190/7753666

m momapdecoder.m

function [LEO,LD]=MoMAPDecoder(LM,LEI,SP,SM,PS,NS,OP,MPI) % LM : K*2 = A Priori LLR matrix from SISOMUD of systematic and corresponding code bits of the Modified MAP Decoder. % LEI : K*(J-1) = A P
www.eeworm.com/read/436995/7757307

m mudd.m

% mudd.m % Scope: This MATLAB macro computes the U-D factorization of a real % symmetric, positive (semi)definite matrix by using the % modified Cho
www.eeworm.com/read/436995/7757388

m mcud.m

% mcud.m % Scope: This MATLAB macro computes the real symmetric matrix % P = U*D*U**(Transpose), when its U-D factors are given, where U % is
www.eeworm.com/read/436995/7757464

m xmuddu.m

% xmuddu.m % Scope: This MATLAB program executes the decomposition and reconstruction % of a real symmetric positive (semi)definite matrix into and from %
www.eeworm.com/read/436995/7757471

m xmudm.m

% xmudm.m % Scope: This MATLAB program tests the macros: mudm, mudm1 and mreast . % Implementation of the discrete Kalman filter measurement updating %
www.eeworm.com/read/436995/7757491

m xqrupa.m

% xqrupa.m % Scope: This MATLAB program tests the updating algorithm [1] for Q-R % factorization of the modified measurement matrix when a new %