代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/429878/8784109

htm netunpak.htm

Netlab Reference Manual netunpak netunpak Purpose Separates weights vector into weight and bias matrices. Synopsis
www.eeworm.com/read/429878/8784180

htm mdnunpak.htm

Netlab Reference Manual mdnunpak mdnunpak Purpose Separates weights vector into weight and bias matrices. Synopsis
www.eeworm.com/read/425695/10336605

m hist_isect.m

function K = hist_isect(x1, x2) % Evaluate a histogram intersection kernel, for example % % K = hist_isect(x1, x2); % % where x1 and x2 are matrices containing input vectors, where % each
www.eeworm.com/read/461382/7228212

m initializedvbs2.m

% InitializeDVBS2 creates H_rows and H_cols matrices for the DVB-S2 LDPC code. % % The calling syntax is: % [H_rows, H_cols] = InitializeDVBS2( rate, size ) % % H_rows = a M-row matrix co
www.eeworm.com/read/459528/7274341

m gps2utc.m

function [UTC_time, leap_sec, day_of_year] = gps2utc(GPS_time, offset) % [UTC_time, leap_sec] = gps2utc(GPS_time, offset); % % Converts a GPS time into an equivalent UTC time (matrices). % %
www.eeworm.com/read/442880/7643221

m convolve2.m

function y = convolve2(x, m, shape, tol) %CONVOLVE2 Two dimensional convolution. % Y = CONVOLVE2(X, M) performs the 2-D convolution of matrices X and % M. If [mx,nx] = size(X) and [mm,nm] = size(M
www.eeworm.com/read/310212/13654629

m sos2ss.m

function [a,b,c,d] = sos2ss(sos) %SOS2SS Second-order sections to state space linear system model conversion % [A,B,C,D] = SOS2SS(SOS) returns the state space matrices A, B, C and D % of the di
www.eeworm.com/read/303513/13813843

m index.m

function [ix,iy,iz]=index(x,y,z,xv,yv,zv) %INDEX Gives index for function matrix. % [IX,IY,IZ] = INDEX(X,Y,Z,XV,YV,ZV) where XV, YV and ZV are given values. % X, Y and Z are matrices generated
www.eeworm.com/read/480920/6653725

cpp matriz _extendida_tirngulacion.cpp

//Triangulacion de matrices #include #include #define COLS 100 void triangular(float A[][COLS],int n) { float m; int i,j,k; for (j=0; j
www.eeworm.com/read/258131/11882766

m initializedvbs2.m

% InitializeDVBS2 creates H_rows and H_cols matrices for the DVB-S2 LDPC code. % % The calling syntax is: % [H_rows, H_cols] = InitializeDVBS2( rate, size ) % % H_rows = a M-row matrix co