代码搜索:协方差矩阵

找到约 10,000 项符合「协方差矩阵」的源代码

代码结果 10,000
www.eeworm.com/read/114008/15118255

h vfunc.h

#ifndef VFUNC_H #define VFUNC_H #include #include "matrix.h" class valgo // 矩阵算法类 { private: DOUBLE yfactor; // 乘因子,初始化为1 DOUBLE xfactor; // x轴放大因子,初始化为1 DOUBLE addconst;
www.eeworm.com/read/114008/15118312

cpp cmatrix.cpp

#include "stdio.h" #include "string.h" #include "complex.h" #include "cmatrix.h" #include "fstream.h" // 缺省的构造函数,产生0行0列空复矩阵 cmatrix::cmatrix(cbuffer * b): rownum(0),colnum(0), isneg(0),istra
www.eeworm.com/read/212829/15148147

cpp xishum.cpp

//稀疏矩阵相关操作的测试xishuM.cpp #include #include #include #include typedef int ElemType; #define L 6 #define N 7 const int MROW=3; const int MCOL=4; #inclu
www.eeworm.com/read/211015/15188798

cpp 7_9.cpp

//Begin of file lequmain.cpp //文件三,主函数 #include "linequ.h" //类声明头文件 void main() //主函数 { double a[]= //方程系数矩阵 { 0.2368,0.2471,0.2568,1.2671, //第一行 0.1968,0.2071,1.2168,0.2271, //第二行
www.eeworm.com/read/209499/15218070

m decoder_3gpp_max_new.m

function soft_out=decoder_3GPP_MAX_new(in) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1 1] %
www.eeworm.com/read/209499/15218101

asv com_decoder_zhang_new.asv

function [soft_out,ex_info]=com_decoder_zhang(in,app) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/209499/15218120

m com_decoder_zhang.m

function [soft_out,ex_info]=com_decoder_zhang(in,app) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/209499/15218135

m com_decoder_zhang_new.m

function [soft_out,ex_info]=com_decoder_zhang(in,app) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/209499/15218137

asv com_decoder_zhang.asv

function [soft_out,ex_info]=com_decoder_zhang(in,app) %**************************************************************** % 内容概述:利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码 % 生成矩阵按照3GPP标准为[1 1 0 1;1 0 1
www.eeworm.com/read/205502/15314723

m jacobi.m

function [y,n]=jacobi(A,b,x0,eps) if nargin==3 eps=1.0e-6; elseif nargin