-
examples
garch examples, worth reading , especially graduated students majored in mathematical finance(garch)
- 2009-03-13 23:21:39下载
- 积分:1
-
tamura-texture
Basic tamura features computing in a script in matlab, roughness, contrast...
- 2015-03-25 05:46:48下载
- 积分:1
-
fdtools
分数延时的matlab代码,老外写的,很不错(Score latency matlab code written by a foreigner, it is good)
- 2009-04-11 17:28:39下载
- 积分:1
-
Digital-Communication-in-Matlab
基于Matlab的数字通信原理,介绍了各种通信方式的原理和相应的Matlab编程,是学习数字通信原理的绝好材料。
(Digital Communication Principle in Matlab for students and engineers is very good conference.)
- 2014-08-16 13:13:45下载
- 积分:1
-
FINALK
this is the source code for the comparison of kalman andd subkalman filtering
- 2013-03-08 20:01:34下载
- 积分:1
-
VoicePly
record, save, append & play files of audio
- 2010-10-25 02:23:35下载
- 积分:1
-
SeqLnok.matlab
说明: 上传RBF源程序,希望能对大家学习有所帮助,并请提出宝贵的意见和建议!(upload source, in hopes of learning we can help, and requested the valuable advice and suggestions!)
- 2006-05-10 17:16:40下载
- 积分:1
-
Matlab-using-guide
matlab的使用教程,里面有很多基本的使用方法,对于初学者很使用(matlab using the tutorial, there are many basic use, for beginners)
- 2012-08-29 10:32:01下载
- 积分:1
-
lamda
lambda algorithm to gps attitude determination
- 2013-12-02 14:26:01下载
- 积分:1
-
dace
克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。(This function completes what I have started with the functions variogram and variogramfit. It is not intended to be a highly optimized code for performing kriging but may have educational value. Note that for using kriging, you should download the latest version of variogramfit.
kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct that contains all necessary information on the variogram. vstruct is the forth output argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform an ordinary kriging interpolation. I call it rudimentary since it always includes ALL observations to estimate values at unsampled locations. This may not be necessary when sample locations are not within the autocorrelation range but would require something like a k nearest neighbor search algorithm or something similar. Thus, the alg)
- 2015-11-02 20:04:53下载
- 积分:1