登录
首页 » matlab » Adaptive415

Adaptive415

于 2009-05-14 发布 文件大小:1KB
0 190
下载积分: 1 下载次数: 3

代码说明:

  自适应信号处理中的牛顿法的源程序,绘制一个函数的等高线图并绘其学习曲线。(Adaptive signal processing of the source of Newton' s law, a function mapping the contour map and painted their learning curve.)

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

发表评论

0 个回复

  • LyapunovMatlabs
    使用Matlab计算Lyapunov 指数 小数据量法(Matlab Lyapunov )
    2009-04-24 08:49:14下载
    积分:1
  • tricurv.tar
    Function to calculate the principal curvatures on a triangular mesh. Approximations of curvature are based on local (N=1) neighborhood elements and vertices. Note: Directions of curvatures aren t calculated appropriately. Will post an updated version once this is implemented. Note that calculations at vertices with few adjacent triangles, and hence few adjacent vertices, are expanded to a greater neighborhood. Reference: 1) Chen and Schmitt (1992) Intrinsic surface properties from surface triangulation 2) Dong et al. (2005) Curvature estimation on triangular mesh, JZUS This code makes use of routines: buildInverseTriangualtion.m & removeDO.m initially written by: David Gringas. He is gratefully acknowledged
    2010-12-13 23:52:29下载
    积分:1
  • SplitBregmanTVdenoising
    Split Bregman TV denoising using compression and decompresion technique
    2014-10-10 01:33:58下载
    积分:1
  • QKF
    一维QKF算法实现,附每步说明,与真实值进行比较,谢谢~(One-dimensional QKF algorithm, with each step instructions, with the real value, thank you ~)
    2014-01-17 15:19:00下载
    积分: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
  • monituihuolujingxuanqu
    针对一个典型的飞机巡航问题,运用模拟退火算法,解决选择最短路问题(Using simulated annealing algorithm to choose the shortest path problem)
    2010-09-09 08:56:43下载
    积分:1
  • Uninology
    说明:  通用测试系统模型化技术Universal Test System Modeling Technology(Universal Test System Modeling Technology)
    2011-03-27 12:41:54下载
    积分:1
  • xinyuanshumu
    阵列信号的信源数目估计——AIC,MDL,HQ,EDC法得比较(Array signal source number estimation- AIC, MDL, HQ, EDC method comparatively)
    2010-05-29 09:29:19下载
    积分:1
  • forecast-of-procedures
    基于卡尔曼方法的预测短时交通流量的程序实现(To achieve based on the the short-time traffic flow of the the the forecast of the Kalman method procedures)
    2021-01-04 16:28:55下载
    积分:1
  • Gs
    说明:  这个程序是基于matlab解决运用数值分析中高斯法的方法实现方程的求解过程。(This program is based on the use of numerical analysis in matlab to solve the Gauss law equation method of solution process.)
    2011-10-24 16:29:25下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载