代码搜索:alphamin

找到约 11 项符合「alphamin」的源代码

代码结果 11
www.eeworm.com/read/161189/10440092

m bfgs.m

% % xstar=bfgs(func,delf,x0,tol,maxiter) % % Use steepest descent to minimize a function f(x). % % func name of the function f(x) % delf name of the gradient del f(x) % x0
www.eeworm.com/read/161189/10440104

m cg.m

% % xstar=cg(func,delf,x0,tol,maxiter) % % Use Fletcher-Reeves conjugate gradient method to minimize a function f(x). % % func name of the function f(x) % delf name of the gradie
www.eeworm.com/read/461430/7227854

m gaussian_peak_frequency.m

% %高斯脉冲的峰值频率 %函数5 : "cp0702_Gaussian_derivatives_peak %把各阶导函数的ESD作为α的函数,确定其峰值频率的数值。 %该函数把以下变量作为输入: %1)α的最小值'alphamin' %2)增量步长'alphastep' %3)所要分析α数值的个数'N_alphavalues' %该函数没有返回值。 %函数5的调用命令如下:
www.eeworm.com/read/441618/7668167

m cp0701_shape_factor_variation.m

% % FUNCTION 7.1 : "cp0701_shape_factor_variation" % % Effect of shape factor variation on pulse width and % Energy Spectral Density of the Gaussian pulse % % The pulse amplitude is set to 'A'
www.eeworm.com/read/441618/7668168

asv cp0701_shape_factor_variation.asv

% % FUNCTION 7.1 : "cp0701_shape_factor_variation" % % Effect of shape factor variation on pulse width and % Energy Spectral Density of the Gaussian pulse % % The pulse amplitude is set to 'A'
www.eeworm.com/read/364970/9885648

m guassionpulse.m

function cp0701_shape_factor_variation(alphamin,alphastep,N_alphavalues) alphamin=0.414e-9; alphastep=0.1e-9; N_alphavalues=7; A=1; smp=1024; Tmin=-4e-9; Tmax=4e-9; alpha=alphamin; t=linspace
www.eeworm.com/read/461406/7227986

m gaussian_shape.m

% %高斯脉冲的波形变化 %函数1 : "cp0701_shape_factor_variation" %对应不同的α值产生一组矢量来表示高斯脉冲波形,并计算其相应的ESD。 %最后,画出各个α值所对应的脉冲波形及其ESD。 %该函数有三个输入参数: %1)α的最小值'alphamin' %2)增量步长 'alphastep' %3)α值的个数'N_alphavalues' %函
www.eeworm.com/read/371680/9542561

m umanifold.m

function M = Umanifold(p0,Arc,alphamax, alphamin,deltamax,deltamin,deltaalphamax,deltaalphamin,deltak,pp,epsb,lamb,del,v,n) %Compute 1-D unstable manifold global M
www.eeworm.com/read/252845/12261125

m hermite_pulse.m

% 一般来说alpha都选1ns,最大不能超过chip值 function hermite_pulse(alphamin,n) % ------------------------------------------- % Step Zero - Input parameters and Initialize % --------------------------------------
www.eeworm.com/read/371680/9542559

m smanifold.m

function SM = Smanifold(p0,p1,Arc,alphamax, alphamin,deltamax,deltamin,dalphamax,dalphamin, deltak,pp,epsb,n) %Compute 1-D stable manifold of a map without inverse %pp is vecto