搜索资源列表
WNN_algorithm1
- 小波神经网络程序,收敛性比BP神经网络好,可用于分类,函数逼近等-wavelet neural network program, convergence than BP neural network, and can be used for classification, function approximation etc.
bpann528
- 一个用delphi写的基于bp网络逼近函数的方法的源程序,程序提供的逼近函数包括:sin(x)*exp(-x)、sin(x)/x\\1/(1+exp(-x))、(1-exp(-x))/(1+exp(-x))、阶跃、高斯。~..~ -with a written bp - based networks function approximation of the original source code. procedures for the approximation functions in
hosa1
- 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、FIR和Lattice结构;IIR滤波器设计包括模拟和数字低通、高通、带通与带阻滤波器设计,以及基于冲激响应不变法和双线性Z变换法的IlR滤波器设计等;FIR滤波器设计包括基于窗函数、频率抽样法和切比雪大逼近法的FIR滤波器设计;平稳信号分析包括经典功率谱估计、基于参数模型的功率谱估计和基于非参数模型的功率谱估计;非平稳信号分析包
matlab_bp
- 关于bp算法来逼近一个函数,还有一些关于一些简单的matlab实验程序,包括切比雪的滤波
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
C_language_algorithms_for_Quick_Lookup_Manual
- 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
rbfsuanli
- 强非线性的曲线函数逼近,采用MATLAB径向基神经网络-rbf ann fitness
MATLAB
- BP神经网络算法关于二元函数逼近拟合的matlab的程序-BP neural network algorithm for the binary function approximation fitting
matlab
- 在采样点之间的频率响应是由各采样点的加权内插函数叠加而形成的,因而有一定的逼近误差。该误差大小取决于理想频率响应的形状,理想频响特性变化越平缓,内插值越接近理想值,逼近误差越小;反之,如果采样点之间的理想频响特性变化越陡,则内插值与理想值之间的误差越大,因而在理想滤波器不连续点的两边,就会产生尖峰,而在通带和阻带就会产生波纹。用频率采样法设计的实际滤波器频率响应如图1所示。由图1可知,实际滤波器的阻带衰减取决于内插函数第一旁瓣幅度值的大小,其大小决定了所设计的滤波器的阻带性能。-Interpol
RBFNN-1
- 使用RBF神经网络实现函数逼近,逼近的函数为y(k)=u(k)^3+y(k-1)/(1+y(k-1)^2).通过对该程序的学习及实现可以更好的了解径向基神经网络的结构及算法-RBF neural network function approximation, the approximation of the function y (k) = u (k) ^ 3+y (k-1)/(1+y (k-1) ^ 2) through the program to learn and achieve mor
example_2
- 函数逼近,首先建立模型,使用径向基神经网络对被控对象进行逼近,希望都能到满意的效果-dasj sdij sdjosd asd
matlab-PLS
- 曲线拟合,函数逼近,预测,偏最小二乘法!-Curve fitting, function approximation, forecast, partial least squares.
bp
- 使用matlab神经网络工具箱用bp网络实现函数逼近,学习BP网络-use matlab neural network toolbox with bp networks function approximation.
rbf
- 建立一个径向基神经网络,对非线性函数y=sqrt(x)进行逼近,并作出网络的逼近误差-The establishment of a radial basis function neural network, the nonlinear function y = sqrt (x) to approximate, and make the network approximation error
ex2_19
- 利用两层BP神经网络完成函数逼近。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Two layer BP neural network using function approximation. The S transfer function of the hidden layer activation function, the output layer activation function of linear transfer function
MLP_MG
- Mackey-Glass时间序列预测建模问题,建立了四输入一输出、具有3层结构的MLP人工神经网络,实现了函数逼近的功能。-Mackey-Glass time series prediction modeling, the establishment of a four-input one output, with a 3-layer MLP artificial neural network architecture to achieve a function approximation fu
matlab-function
- 数值分析中各种代码几何,包括差值函数,牛顿逼近,以及微分方程的解。所以优化参考。-Numerical analysis of various geometric code, including the difference between the functions, Newton approximation, as well as solving differential equations. So Optimization Reference.
MATLAB-numerical-calculation-code
- MATLAB语言常用算法程序集,包括插值算法,函数逼近,矩阵特征值计算等-matlab common algorithm
rbf
- 通过给出目标变量的自变量的值,训练其函数关系式,得到自变量和因变量之间的关系(By giving the value of the independent variable of the target variable, the function relation is trained, and the relationship between the independent variable and the dependent variable is obtained)