代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/418342/10952660

m compare.m

function rmse = compare(f1, f2, scale) %COMPARE Computes and displays the error between two matrices. % RMSE = COMPARE(F1, F2, SCALE) returns the root-mean-square error % between inputs F1 and
www.eeworm.com/read/417705/10979821

m bioandrandomplots.m

% Test code on various examples tic;clear all; if 0 % Random matrices p=75; m=100; k=m; kp=10; randn('state',33); % Generate random matrix F=randn(p,m)/sqrt(p); % Gaussian %F=sign(randn(p,m))/sqrt(p)
www.eeworm.com/read/466801/7020873

m compare.m

function rmse = compare(f1, f2, scale) %COMPARE Computes and displays the error between two matrices. % RMSE = COMPARE(F1, F2, SCALE) returns the root-mean-square error % between inputs F1 and
www.eeworm.com/read/460712/7105725

m clnd.m

function [uCL,vCL] = clnd(prob,uP,vP,uG,vG,uH,vH,uF,vF,sgn,typ) % CLND Computation of various closed-loop configurations for num/den matrices. % [NUMCL,DENCL]=CLND(PROB,NP,DP,NG,DG,NH,DH,NF,DF)
www.eeworm.com/read/461152/7232540

m rx_diversity_proc.m

function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ... channel_est, sim_options) global sim_consts; % remove extra dimension from matrices, if rx d
www.eeworm.com/read/460676/7243541

m rx_diversity_proc.m

function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ... channel_est, sim_options) global sim_consts; % remove extra dimension from matrices, if rx d
www.eeworm.com/read/459616/7270255

cpp mmult2.cpp

// multiply compatible matrices #include #include "make2db.h" template void Mult(T **a, T **b, T **c, int m, int n, int p) {// Multiply the m x n matrix a and the n x p matrix
www.eeworm.com/read/448021/7541784

m rx_diversity_proc.m

function [data_syms_out, pilot_syms_out] = rx_diversity_proc(freq_data_syms, freq_pilot_syms, ... channel_est, sim_options) global sim_consts; % remove extra dimension from matrices, if rx d
www.eeworm.com/read/439271/7713255

m clnd.m

function [uCL,vCL] = clnd(prob,uP,vP,uG,vG,uH,vH,uF,vF,sgn,typ) % CLND Computation of various closed-loop configurations for num/den matrices. % [NUMCL,DENCL]=CLND(PROB,NP,DP,NG,DG,NH,DH,NF,DF)
www.eeworm.com/read/297325/8029896

m edgefinder.m

function [xc,good,bad,type] = edgefinder(xt,I,wintx,winty,wx2,wy2); %[xc] = cornerfinder(xt,I); % %Finds the sub-pixel corners on the image I with initial guess xt %xt and xc are 2xN matrices. T