代码搜索:APPROXIMATION

找到约 1,542 项符合「APPROXIMATION」的源代码

代码结果 1,542
www.eeworm.com/read/151143/12233166

m ava_approximation_rueger.m

function [refl,coeff]=ava_approximation_rueger(vp,vs,rho,epsilon,delta,angles) % Compute approximate amplitude vs angle of incidence from Vp, Vs, density % and anisotropy parameters using A. Rueger'
www.eeworm.com/read/210914/4946983

m ava_approximation_rueger.m

function [refl,coeff]=ava_approximation_rueger(vp,vs,rho,epsilon,delta,angles) % Compute approximate amplitude vs angle of incidence from Vp, Vs, density % and anisotropy parameters using A. Rueger'
www.eeworm.com/read/304962/3782550

h khachiyan_approximation_impl.h

// Copyright (c) 1997-2001 ETH Zurich (Switzerland). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public License version
www.eeworm.com/read/371704/2779297

m ava_approximation_rueger.m

function [refl,coeff]=ava_approximation_rueger(vp,vs,rho,epsilon,delta,angles) % Compute approximate amplitude vs angle of incidence from Vp, Vs, density % and anisotropy parameters using A. Rueger'
www.eeworm.com/read/147732/12534238

ada approximation1.dat.ada

Response Surface Model Model input parameters: x01 = "BraceDepth" x02 = "BraceWidth" x03 = "BraceHeight" x04 = "InnerHoleR" x05 = "OuterHoleR" x06 = "OuterHoleDepth" x07 = "WebThickne
www.eeworm.com/read/181664/9242544

m bp_approximation_nolinear_fun.m

%设计一个BP网络用于对非线性函数逼近.对过改变该函数的参数及BP网络隐层神经元数目来观察训练时间及误差的变化情况 %*********************************** %逼近的非线性函数为正弦函数其频率参数可以调节 %建立非线性函数信号 p=[-1:.05:1]; k=1; %设k=1; t=sin(k*pi*p);
www.eeworm.com/read/181664/9242577

asv bp_approximation_nolinear_fun.asv

%设计一个BP网络用于对非线性函数逼近.对过改变该函数的参数及BP网络隐层神经元数目来观察训练时间及误差的变化情况 %*********************************** %逼近的非线性函数为正弦函数其频率参数可以调节 %建立非线性函数信号 p=[-1:.05:1]; k=1; %设k=1; t=sin(k*pi*p);
www.eeworm.com/read/359744/6979472

m ch8_function_approximation.m

% Nonlinear Dynamic System Identification in chapter 8 by GD-FNN % Revised 11-5-2006 % Copyright Wu Shiqian.clear all close all clear all rand('seed',50); p=rand(3,216)*5+1; t=(1+p(1,:).^0.5+p(
www.eeworm.com/read/272224/7096333

m vtb3_3.m

function [ap,bp]=vtb3_3(dat,t,n) %VTB3_3 Fourier series approximation to a function. %[a,b]=VTB3_3(dat,t,n) returns Fourier coefficients of a function % The coefficients are numerical approximations