代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/212047/15167923

c init_source.c

/* matrix/init_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/167728/5454560

c init_source.c

/* matrix/init_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/195175/8170715

m open_close.m

function open_close( filename ) % deed image_I=imread(filename); [size_m,size_n]=size(image_I); Image_ex=matrix_expand(image_I,1); subplot(3,2,1); imshow(image_I,[]); % 1 1×3结构元
www.eeworm.com/read/173273/9663915

cpp decode_ldpc_new.cpp

/*LDPC Decoder*/ #include "mex.h" #include "matrix.h" // for Matlab mx and mex fuctions #include "math.h" #include // what for #include "decodeutil_new.h" #define INF 1000
www.eeworm.com/read/172007/9726915

m f_decide.m

function [matrix_rt,a_rt,p_rt]=f_decide(dm,matrix_input,b,min_index,a,p);%决策,仅保留其一 matrix_rt=[matrix_input b(min_index,:)]; a_rt=a(:,min_index); p_rt=p(:,(min_index-1)*dm*3+1:min_index*dm*3);
www.eeworm.com/read/171880/9731314

m viterbi.m

function decov_out=viterbi(G,k,channel_out) L=size(G,2)/k; n=size(G,1); org_state=2^((L-1)*k); state_matrix(1:org_state,1:org_state)=inf; input_matrix(1:org_state,1:org_state)=inf; for i=0:org
www.eeworm.com/read/171880/9731318

m viterbis.m

function decov_out=viterbis(G,k,channel_out) L=size(G,2)/k; n=size(G,1); org_state=2^((L-1)*k); state_matrix(1:org_state,1:org_state)=inf; input_matrix(1:org_state,1:org_state)=inf; for i=0:or
www.eeworm.com/read/171880/9731327

m viterbih.m

function decov_out=viterbih(G,k,channel_out) L=size(G,2)/k; n=size(G,1); org_state=2^((L-1)*k); state_matrix(1:org_state,1:org_state)=inf; input_matrix(1:org_state,1:org_state)=inf; for i=0:or
www.eeworm.com/read/102394/15784330

c init_source.c

/* matrix/init_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/291883/8390077

m padgrid.m

function [A2,x2,z2] = padgrid(A,x,z,n) % padgrid.m % % This function pads the electrical property matrix A (having row and column position vectors % x and z, respectively) with n elements around