代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/164555/10103388
m lp_solve.m
%LP_SOLVE Solves mixed integer linear programming problems.
%
% SYNOPSIS: [obj,x,duals] = lp_solve(f,a,b,e,vlb,vub,xint,autoscale,keep)
%
% solves the MILP problem
%
% max v = f'*x
www.eeworm.com/read/164555/10103399
m lp_info.m
%LP_INFO Returnes information of mixed integer linear programming problems.
%
% SYNOPSIS: [valid_handle,obj,x,duals,basis] = lp_info(lp_handle,solution,basis,lp,scale)
%
% ARGUMENTS:
%
% lp_hand
www.eeworm.com/read/164555/10103401
m lp_maker.m
%LP_MAKER Makes mixed integer linear programming problems.
%
% SYNOPSIS: [lp_handle] = lp_maker(f,a,b,e,vlb,vub,xint,autoscale,setminim)
% make the MILP problem
% max v = f'*x
% a
www.eeworm.com/read/359349/10153982
mdl filter_lp.mdl
Model {
Name "filter_lp"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortData
www.eeworm.com/read/359245/10159405
m ideal_lp.m
function hd=ideal_lp(Wc,N)
% compute the ideal lowpass fiter unit pulse respondence hd(n)
% wc: cutoff frequency
% N: window length
% hd: unit pulse respondence
alpha = (N-1)/2;
n=0:1:N-1;
m
www.eeworm.com/read/359007/10171331
gif fi_lp.gif
www.eeworm.com/read/200336/10247210
m mp_lp.m
function [xout, lambdaout, howout, success] = mp_lp(f,A,b,VLB,VUB,x0,N,verbosein,skip_bpmpd)
% MP_LP Linear program solver.
% Calls bp() from BPMPD package to solve linear program if available.
%
www.eeworm.com/read/281168/10259245
gif fi_lp.gif
www.eeworm.com/read/280929/10279512
m ideal_lp.m
function hd = ideal_lp(wc,M);
% Ideal LowPass filter computation
% --------------------------------
% [hd] = ideal_lp(wc,M)
% hd = ideal impulse response between 0 to M-1
% wc = cutoff frequenc
www.eeworm.com/read/353831/10414623
m mp_lp.m
function [xout, lambdaout, howout, success] = mp_lp(f,A,b,VLB,VUB,x0,N,verbosein,skip_bpmpd)
% MP_LP Linear program solver.
% Calls bp() from BPMPD package to solve linear program if available.
%