代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/150238/12303602
m frmnts.m
function [F1,F2, F3]=frmnts(a,srat)
% The formants are computed by solving for the roots of the LPC polynomial
%
% Copyright (c) 1998 by Philipos C. Loizou
%
global f1p f2p f3p
const=s
www.eeworm.com/read/125529/14488908
m frmnts.m
function [F1,F2, F3]=frmnts(a,srat)
% The formants are computed by solving for the roots of the LPC polynomial
%
% Copyright (c) 1998 by Philipos C. Loizou
%
global f1p f2p f3p
const=s
www.eeworm.com/read/221024/14761866
html http:^^www.cs.uiowa.edu^~oden^courses^cs5.html
Date: Wed, 20 Nov 1996 23:18:12 GMT
Server: NCSA/1.5
Content-type: text/html
22c:5 Problem Solving & Computing
www.eeworm.com/read/221024/14777071
edu^users^novak^cgi^isaacdemo http:^^www.cs.utexas.edu^users^novak^cgi^isaacdemo
MIME-Version: 1.0
Server: CERN/3.0
Date: Tuesday, 07-Jan-97 15:25:54 GMT
Content-Type: text/html
Content-Length: 2137
Isaac Demo
Isaac: Solving Physi
www.eeworm.com/read/395456/8172699
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/368352/9700200
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/105158/15677077
lua bisect.lua
-- bisection method for solving non-linear equations
delta=1e-6 -- tolerance
function bisect(f,a,b,fa,fb)
local c=(a+b)/2
io.write(n," c=",c," a=",a," b=",b,"\n")
if c==a or c==b or math.abs(a-b)
www.eeworm.com/read/362731/9984292
txt bch_decode_berlekamp.m.txt
function errpos=BCH_decode_berlekamp(R,N,K,T)
%received vector R
% Caculate the S2t syndrome values.
S=-1*ones(1,2*T);
for i=1:2*T
S(i)=GF_polyeval(R,i);
end
% Solving the s
www.eeworm.com/read/159921/10588103
m ka.m
function [Alpha, bias, margin, t, flps] = ka(X,I,ker,arg,C,tmax,epsilon,Ni,mi)
% KA kernel-Adatron algorithm solving SVM (L1) problem.
% [Alpha,bias,margin,t,flps]=ka(X,I,ker,arg,C,tmax,epsilon,Ni,mi)
www.eeworm.com/read/421949/10676772
m ka.m
function [Alpha, bias, margin, t, flps] = ka(X,I,ker,arg,C,tmax,epsilon,Ni,mi)
% KA kernel-Adatron algorithm solving SVM (L1) problem.
% [Alpha,bias,margin,t,flps]=ka(X,I,ker,arg,C,tmax,epsilon,Ni,mi)