代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/249703/12478951
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/147096/12585076
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.
*
www.eeworm.com/read/247527/12652662
m pfminbnd.m
function [X,FVAL,EXITFLAG,OUTPUT] = pfminbnd(FUN,initialX,LB,UB,options)
%PFMINBND Finds minimum of a function with bound constraints.
% PFMINBND solves problems of the form:
% min F(X) s
www.eeworm.com/read/247527/12652677
m pfminlcon.m
function [X,FVAL,EXITFLAG,OUTPUT] = pfminlcon(FUN,initialX,Aineq,Bineq,Aeq,Beq,LB,UB,options)
%PFMINLCON Finds a linearly constrained minimum of a function.
% PFMINLCON solves problems of the form
www.eeworm.com/read/134895/13971393
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/134895/13971567
txt lpcbwexp.txt
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/204456/15339358
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/104551/15690046
todo
Features
-Add maximum/minimum bit-rate control for VBR
-Get the encoder to use the rate of packet loss (more conservative pitch gains)
-Implement "packet terminator" with no overhead
-Improve error ha
www.eeworm.com/read/101557/15826935
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.
*
www.eeworm.com/read/291597/8408113
m pso_trelea.m
function [OUT,varargout]=pso_Trelea(functname,D,varargin)
% pso_Trelea.m
% a generic particle swarm optimizer
% to find the minimum or maximum of any
% MISO matlab function
%
% Implements both of Tre