-
polynomial
Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
- 2010-01-27 20:26:49下载
- 积分:1
-
matlab(bp)
matlab神经网络应用设计,里面随有详细代码(Matlab neural network application design, which with a detailed code)
- 2006-11-10 02:09:00下载
- 积分:1
-
ciccomp
本代码可以实现CIC的抽取滤波功能,性能很好(This code implements the CIC decimation function, performance is very good)
- 2013-07-26 13:39:43下载
- 积分:1
-
QAM_Modem_Demo
QAM的demo程序,功能很强大,有系统框图,很好理解。对于整个系统的设计帮助很大(matlab qam demo )
- 2009-04-18 11:23:39下载
- 积分:1
-
CRF2D
conditional random fields
- 2009-12-24 17:35:30下载
- 积分:1
-
shijanxulie
matlab实现时间序列分析,供初学者学习(Time series analysis matlab realize, for beginners to learn)
- 2013-09-09 17:02:42下载
- 积分:1
-
matlabzhifangtu
matlab中的直方图均衡,适合初学图像处理者使用,希望采纳(matlab histogram equalization, image processing suitable for beginners to use, hope to adopt)
- 2015-03-18 14:47:38下载
- 积分:1
-
matlab_shouce
matlab函数手册,共300多页,包含了matlab所有重要函数,解释详尽,值得收藏。(matlab function manual, 300 pages, contains all the essential functions matlab, explained in detail, worthy of collection.)
- 2010-06-23 21:15:45下载
- 积分:1
-
GA
说明: 遗传算法优化BP神经网络程序,很不错的,值得学习(GA for BP neural network training)
- 2009-05-15 10:21:00下载
- 积分:1
-
FDI
Function direct I Filter
Call:
[Y,Zf]=FDI(B,A,X,Zi)
Parameters A(N), B(M), X(L)and Y(L) as in FILTER.
Input Parameters:
Zi(max(N,M)-1,2): Conditions iniciales.
Zi(:,1): from zeros.
Zi(:,2): from polos.
Output Parameters:
Zf(max(N,M)-1,2): final conditions.
Zf(:,1): from zeros.
Zf(:,2): from polos.
- 2009-10-05 19:00:29下载
- 积分:1