登录
首页 » matlab » dace

dace

于 2015-11-02 发布 文件大小:1512KB
0 228
下载积分: 1 下载次数: 5

代码说明:

  克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。(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)

文件列表:

dace
....\htm" target=_blank>changelog,4352,2002-09-04
....\Contents.m,1202,2002-09-04
....\corrcubic.m,1207,2002-08-05
....\correxp.m,1039,2002-08-05
....\correxpg.m,1176,2002-08-05
....\corrgauss.m,1028,2002-08-05
....\corrlin.m,1091,2002-08-05
....\corrspherical.m,1227,2002-08-05
....\corrspline.m,1868,2002-08-05
....\dace.pdf,1578894,2002-08-05
....\dacefit.m,9060,2002-09-03
....\data1.mat,2040,2002-08-05
....\dsmerge.m,3942,2002-08-05
....\gridsamp.m,1205,2002-08-05
....\lhsamp.m,592,2002-08-05
....\predictor.m,4398,2002-08-26
....\regpoly0.m,377,2002-08-05
....\regpoly1.m,385,2002-08-05
....\regpoly2.m,789,2002-09-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab-RLSaLMS
    自适应信号处理中LMS算法和RLS算法的比较仿真(Adaptive signal processing in the LMS algorithm and RLS Algorithms Simulation)
    2011-06-20 16:38:17下载
    积分:1
  • fisher
    matlab实现fisher判别,对于统计方面有重要的应用,适合初学者学习(fisher discriminant matlab realize, for statistics has important applications, suitable for beginners to learn)
    2013-09-09 16:51:33下载
    积分:1
  • PMSM-good
    各种可直接运行的matlab simulink的电机模型(Variety can be directly run matlab simulink motor model)
    2013-11-21 10:11:40下载
    积分:1
  • matlabtut
    Matlab tutorial which is very basic.I hope to upload my source code in future.
    2009-04-22 08:39:29下载
    积分:1
  • MemoryFile
    这是一本关于Windows下内存映射文件相关内容的书籍, 通过它可以操作文件,它的速度是I/O操作的20倍,及其适合大文件的操作(This is a book about Windows memory mapping document of relevant books, through which it can file, its speed is I/O operation20 times, and is suitable for large files )
    2012-06-14 15:59:44下载
    积分:1
  • wigb
    可以绘制地震记录文件,体现波动性。。。。。。。。。(You can draw a seismic record file )
    2021-04-12 13:58:57下载
    积分:1
  • pre-emphasissub-framewindowed
    matlab编写的关于语音信号预加重,分帧加窗的程序。(matlab, prepared by the speech signal pre-emphasis, sub-frame windowed program.)
    2009-12-10 20:55:47下载
    积分:1
  • ex3_20
    文曲星上的小游戏的MATLAB实现 希望对大家有用(wenquxing)
    2010-05-27 09:53:05下载
    积分:1
  • truetime-1.5
    最新版的网络控制系统NCS仿真程序。 (The latest version of the network control system NCS simulation program.)
    2012-04-11 00:59:35下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载