代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/147096/12584500
m fitmagw.m
% function sys = fitmagw(magdata,weight,heading,osysl_g,ord)
%
% FITMAG fits a stable, minimum phase transfer function
% to magnitude data, MAGDATA, with a supplied frequency
% domain weight
www.eeworm.com/read/247527/12652613
m pfminunc.m
function [X,FVAL,EXITFLAG,OUTPUT] = pfminunc(FUN,initialX,options)
%PFMINUNC Finds a box constrained minimum of a function.
% PFMINUNC solves problems of the form:
% min F(X)
% X
www.eeworm.com/read/237768/13932618
c testapp1.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum, minimum and spread values within an array
#include
int main()
{
int test_
www.eeworm.com/read/235612/14060774
m tomin.m
function wavemin=tomin(wavelet,stab)
% wavemin= tomin(wavelet,stab)
% wavemin= tomin(wavelet)
%
% TOMIN uses the Levinson algorithm to convert an arbitrary
% waveform to its minimum phase equivalent.
www.eeworm.com/read/200237/15437094
m set_parameters_simulation.m
function par=set_parameters_simulation(sr,filename,handles)
% SPC PARAMETERS
par.mintemp = 0.00; % minimum temperature for SPC
par.maxtemp = 0.201; % maximum temp
www.eeworm.com/read/200237/15437097
m set_parameters_simulation_default.m
function par=set_parameters_simulation(sr,filename,handles)
% SPC PARAMETERS
par.mintemp = 0.00; % minimum temperature for SPC
par.maxtemp = 0.201; % maximum temp
www.eeworm.com/read/101557/15826697
m fitmagw.m
% function sys = fitmagw(magdata,weight,heading,osysl_g,ord)
%
% FITMAG fits a stable, minimum phase transfer function
% to magnitude data, MAGDATA, with a supplied frequency
% domain weight
www.eeworm.com/read/291597/8408111
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/191613/8426212
cpp pr0508.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.8 on page 112
// The Minimum of Four Function
#include // defines the cin
www.eeworm.com/read/191613/8426587
cpp pr0506.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.6 on page 112
// The Minimum of Four Function
#include // defines the cin