代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/372550/9503880
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/365161/9876548
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/364686/9898345
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/363287/9962913
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/360995/10070163
m mst.m
function [tree,A] = mst(d)
% [tree,A] = mst(d)
% minimum spanning tree
%
% INPUT
% d [m x m] distance matrix
% OUTPUT
% tree [m-1 x 2] list of edges
% A
www.eeworm.com/read/360470/10090582
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
www.eeworm.com/read/360470/10090584
asv pso_trelea_vectorized.asv
% 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
www.eeworm.com/read/355157/10290106
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/353723/10425686
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/278889/10490576
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