-
caikuang
采矿模型 可以在准备数学建模的时候作为练习资料(Math modeling)
- 2010-05-31 18:01:10下载
- 积分:1
-
xianboqi
利用matlab变成实现一个陷波滤波器(notch)(Using matlab to implement a notch filter into (notch))
- 2011-07-13 10:14:04下载
- 积分:1
-
delay
Implementation of Borland-Pascal Delay function, encapsulated in a component. During this delay, all system messages are performed.
- 2015-02-03 14:36:53下载
- 积分:1
-
matlab
文档详述数值分析中常见算法的Matlab实现方法,为设计者提供了设计思路。(Document detailing the common numerical analysis algorithm implementation in Matlab, provides design ideas for the designers.
)
- 2011-09-26 09:26:19下载
- 积分:1
-
thinkcomplexity
This book is also about complexity science, which is an interdisciplinary field—at the intersection
of mathematics, computer science and natural science—that focuses on discrete
models of physical systems. In particular, it focuses on complex systems, which are systems
with many interacting components.
- 2014-11-08 23:01:18下载
- 积分:1
-
matlab
其中含有matlab实用的很多例子 非常好用 是学习matlab很好的资料
(The which contain matlab practical example is very easy to use good learning matlab)
- 2012-09-03 14:40:53下载
- 积分:1
-
work
基于JADE算法的Matlab数字水印技术(Based on the the JADE algorithm of Matlab digital watermarking technology)
- 2013-05-01 11:27:09下载
- 积分:1
-
IMU
惯性测量单元的C源代码 用于测量物体的姿态变化 可应用与惯性导航 小飞机等设计(IMU(inertial measurement unit) source code)
- 2014-02-20 16:05:33下载
- 积分:1
-
AspectsofengineeringforprogramMATLABGUI
说明: 工程供配电方面的MATLAB GUI程序(Aspects of engineering for program MATLAB GUI )
- 2010-04-18 14:53:13下载
- 积分:1
-
shanks
function [a,b,err] = shanks(x,p,q)
SHANKS Model a signal using Shanks method
----
Usage: [a,b,err] = shanks(x,p,q)
The 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. The modeling error
is returned in err.
- 2012-04-18 09:58:03下载
- 积分:1