-
Essential.MATLAB.for.Engineers.and.Scientists
工程人员必备的matlab参考书,是第四版,被很多人奉为经典。(Essential reference for engineers matlab)
- 2011-01-07 20:21:17下载
- 积分:1
-
Two_hidden_BPNN
为了对数据进行准确的预测,建立了双隐层BP神经网络,并提供了源数据,实现了准确的数据预测。程序能够执行,误差较小,输出接近真实值。(To accurately forecast the data, we build the two-hidden layer BP neural network and provide the original data, which will forecast the data. The program can be executed with small error which will be close to the real data.)
- 2013-03-10 11:58:00下载
- 积分:1
-
filter
滤波器的设计和实现,可以观察程序的结果,来看滤波效果,很好的学习资料(design filter)
- 2011-12-05 19:21:18下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1
-
A_Star1
运用matlab语言,A*算法实现移动机器人路径规划(Path Planning: A* Algorithm
Navigating a terrain and finding the shortest path to a Goal location is one of the
fundamental problems in path planning. While there are many approaches to this problem, one of
the most common and widely known is the A Star search.)
- 2013-05-05 17:25:51下载
- 积分:1
-
mpc_3
this ismatlab code for mpc example..
- 2014-01-30 03:38:44下载
- 积分:1
-
youhua
数学建模中常用的优化算法程序,经整理,有注释(Commonly used mathematical modeling optimization procedures have been collated, annotated)
- 2013-05-19 22:20:52下载
- 积分:1
-
Maple_12_Guide
A good e book for matlab programming. Useful for novice engineers
- 2012-02-06 11:34:38下载
- 积分:1
-
AR_example
时间预测模型AR,AR模型的算法,对数据进行预测。(Time prediction model AR, AR model algorithm, the data to predict.)
- 2020-12-21 14:49:07下载
- 积分:1
-
HGAPSO_WCA
这是与水循环算法结合的pso的一个版本,代码部分作为一些函数调用的处理。类似一个工具箱使用(This is combined with the water cycle algorithm of pso, a version of code section as some function call processing.Similar to a kit to use)
- 2021-04-12 14:38:57下载
- 积分:1