代码搜索:Prentice-Hall

找到约 250 项符合「Prentice-Hall」的源代码

代码结果 250
www.eeworm.com/read/252223/12292288

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/149369/12384569

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/122497/14687298

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/116890/14950468

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/213114/15142309

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/210975/15189285

m fsderiv.m

function dk=fsderiv(kn,wo) %FSDERIV Fourier Series Derivative. % FSDERIV(Kn,Wo) returns the FS coeficients of the derivative % of f(t) whose FS coeficients are given by Kn and whose % fundamental freq
www.eeworm.com/read/475502/6790054

m dfirlpp.m

function [wp,ws,w0]=dfirlpp(ty,fp,fs,ff) % FIRLPP % Author: Ashok Ambardar % Date: 2/2/96 11:32AM % Copyright (c) 1997 by Prentice-Hall, Inc. w0 = 0; wp = fp/ff; ws = f
www.eeworm.com/read/172473/9706255

m forwdif.m

function U=forwdif(f,c1,c2,a,b,c,n,m) %Input - f=u(x,0) as a string 'f' % - c1=u(0,t) and c2=u(a,t) % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the heat equati
www.eeworm.com/read/172473/9706314

m simprl.m

function s=simprl(f,a,b,M) %Input - f is the integrand input as a string 'f' % - a and b are upper and lower limits of integration % - M is the number of subintervals %Output - s
www.eeworm.com/read/172473/9706340

m traprl.m

function s=traprl(f,a,b,M) %Input - f is the integrand input as a string 'f' % - a and b are upper and lower limits of integration % - M is the number of subintervals %Output - s