代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/194440/8192999

m wavedyn.m

function [wavelet,twave]=wavedyn(dt,fdom,tlength) % WAVEDYN: minimum phase wavelet for impulsive sources % % [wavelet,twave]=wavedyn(dt,fdom,tlength) % [wavelet,twave]=wavedyn(dt,fdom) % [wavele
www.eeworm.com/read/194440/8193674

m wavemin.m

function [wavelet,twave]=wavemin(dt,fdom,tlength) % WAVEMIN: creates a minimum phase wavelet for impulsive sources % % [wavelet,twave]=wavemin(dt,fdom,tlength) % [wavelet,twave]=wavemin(dt,fdom)
www.eeworm.com/read/394381/8227702

m fminusub.m

function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin) %FMINUSUB Finds the minimum of a function of several variables. % Copyright (c)
www.eeworm.com/read/394381/8227729

m nlconstold.m

function [x,OPTIONS,lambda,HESS]=nlconstold(FUNfcn,x,OPTIONS,VLB,VUB,GRADfcn,varargin); %NLCONST Helper function to find the constrained minimum of a function % of several variables. Called by CO
www.eeworm.com/read/192895/8267495

c gjk.c

#include "gjk.h" /* * Implementation of the Gilbert, Johnson and Keerthi routine to compute * the minimum distance between two convex polyhedra. * * Version 2.4, July 1998, (c) Stephen Cameron 19
www.eeworm.com/read/414991/11086891

m demopsobehavior.m

% demopsobehavior.m % demo of the pso.m function % the pso tries to find the minimum of the f6 function, a standard % benchmark % % on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/249703/12478958

m demopsobehavior.m

% demopsobehavior.m % demo of the pso.m function % the pso tries to find the minimum of the f6 function, a standard % benchmark % % on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/334931/12561417

m program_4_4.m

% Program 4_4 % Program to Design Elliptic Lowpass Filter % % Read in the filter order, passband edge frequency, % passband ripple in dB and minimum stopband % attenuation in dB N = input('Order
www.eeworm.com/read/334931/12561792

m program_4_4.m

% Program 4_4 % Program to Design Elliptic Lowpass Filter % % Read in the filter order, passband edge frequency, % passband ripple in dB and minimum stopband % attenuation in dB N = input('Order
www.eeworm.com/read/334860/12568150

m fminusub.m

function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin) %FMINUSUB Finds the minimum of a function of several variables. % Copyright (c)