代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/433104/8545935

m rwg4.m

%RWG4 Solves MoM equations for the scattering problem % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from RWG3, impedance.mat, % as inputs. % % Also calculates the
www.eeworm.com/read/386625/8734578

m pgmres.m

%PCGMRES Preconditioned generalized minimum residual (GMRES) method. % % [X,RESIDS,ITS]=PCGMRES(A,B,X0,RTOL,PRTOL,MAX_IT,MAX_TIME,MAX_MFLOP,... % RESTART) solves the system AX = B using
www.eeworm.com/read/430435/8747118

m partc.m

% Lattice filters in finite precision % Solves part C clear all close all N = 500; P = 200; SNR = 30; var_v = 10^(-SNR/10); M = 10; % filter oder channel = randn(M,1); channel =
www.eeworm.com/read/428849/8834997

m~ gnpp.m~

function [x,fval,stat] = gnpp(H,f,y,options) % GNPP Solves Generalized Nearest Point (GNPP) problem. % % Synopsis: % [x,fval,stat] = gnpp(H,f) % [x,fval,stat] = gnpp(H,f,options) % % Description: %
www.eeworm.com/read/428849/8835006

m~ gnnls.m~

function [x,fval,stat] = gnnls(H,f,options) % GNNLS Solves Generalized Non-negative Least Squares Problem (GNNLS). % % Synopsis: % [x,fval,stat] = gnnls(H,f) % [x,fval,stat] = gnnls(H,f,options) %
www.eeworm.com/read/186743/8912410

m svm_lssvm.m

支持向量机(SVM)实现的分类算法源码 [code] function [iter, optCond, time, w, gamma] = lsvm(A,D,nu,tol,maxIter,alpha, ... perturb,normalize); % LSVM Langrangian Support Vector Machine algorithm % LSVM solves a
www.eeworm.com/read/427201/8966412

m rwg4.m

%RWG4 Solves MoM equations for the scattering problem % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from RWG3, impedance.mat, % as inputs. % % Also calculates the
www.eeworm.com/read/381242/9100802

m rwg4.m

%RWG4 Solves MoM equations for the antenna radiation problem - % antenna arrays % % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from RWG3, impedance.mat, % as inputs
www.eeworm.com/read/381242/9100845

m rwg4.m

function [PowerSum]=rwg4(phase); %RWG4 Solves MoM equations for the antenna radiation problem - % antenna arrays % % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from R
www.eeworm.com/read/381238/9100976

m rwg4.m

%RWG4 Solves MoM equations for the scattering problem % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from RWG3, impedance.mat, % as inputs. % % Also calculates the