代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/245836/12778475

m set_mesh_layers.m

% SET_MESH_LAYERS sets the parameters a layered mesh for 2D SH waves % according to a minimum number of elements per wavelength % % INPUTS model layered media structure with the following components %
www.eeworm.com/read/331336/12832534

m code_moc.m

function [codebook,scheme] = code_MOC(m) % Generate the codebook for multiclass classification with Minimum Output encoding. % % >> codebook = code_MOC(m) % % see also: % code % Copyright (c) 200
www.eeworm.com/read/328550/13021327

m gadecode.m

%PROGRAM 2: CONVERTS BINARY CHROMOSOME TO CONTINUOUS VARIABLES % gadecode.m % Decodes binary encripted parameters % % f=gadecode(chrom,lo,hi,bits,gray) % chrom = population % lo = minimum para
www.eeworm.com/read/324303/13273761

m code_moc.m

function [codebook,scheme] = code_MOC(m) % Generate the codebook for multiclass classification with Minimum Output encoding. % % >> codebook = code_MOC(m) % % see also: % code % Copyright (c) 200
www.eeworm.com/read/321971/13391653

m pso_trelea_vectorized.m

% pso_Trelea_vectorized.m % a generic particle swarm optimizer % to find the minimum or maximum of any % MISO matlab function % % Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/320175/13431612

m lpcbwexp.m

function arx=lpcbwexp(ar,bw) %LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW) %minimum bandwidth will be BW*fs where fs is the sampling frequency %the radius of each pole will be multi
www.eeworm.com/read/318947/13465989

m code_moc.m

function [codebook,scheme] = code_MOC(m) % Generate the codebook for multiclass classification with Minimum Output encoding. % % >> codebook = code_MOC(m) % % see also: % code % Copyright (c) 200
www.eeworm.com/read/316944/13514022

m code_moc.m

function [codebook,scheme] = code_MOC(m) % Generate the codebook for multiclass classification with Minimum Output encoding. % % >> codebook = code_MOC(m) % % see also: % code % Copyright (c) 200
www.eeworm.com/read/316143/13529567

m pso_trelea_vectorized.m

% pso_Trelea_vectorized.m % a generic particle swarm optimizer % to find the minimum or maximum of any % MISO matlab function % % Implements Common, Trelea type 1 and 2, and Clerc's class 1". It will
www.eeworm.com/read/313956/13578390

c arymimai.c

/* * ARYMIMAI array minimum/maximum index computation. * * Syntax: [sys, x0] = arymimai(t,x,u,flag,Func) * where Func is the string which could be min or max.