登录
首页 » matlab » checkblock

checkblock

于 2013-01-29 发布 文件大小:165KB
0 247
下载积分: 1 下载次数: 2

代码说明:

  this is a code for checkblock

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

发表评论

0 个回复

  • bsplinepso
    采用改进的pso算法实现实现bspline曲线拟合,malab语言。(Pso algorithm using the improved implementation bspline curve fitting, malab language.)
    2010-12-15 10:39:00下载
    积分:1
  • otsu_2
    说明:  适用Otsu方法做阈值分析。阈值决策的依据是最大类间方差,这种方法的依据就是类间方差,本程序仅仅适用与二分类问题。(thresholding algorithm using Otsu)
    2011-03-01 14:54:09下载
    积分: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
  • l1_cs
    对lena.map先分块处理,然后做cs变换,观测矩阵用随机高斯矩阵,重构算法用l1算法(On lena.map first block processed, and then do cs transform, random Gaussian matrix with the observation matrix, reconstruction algorithm algorithm using l1)
    2010-08-16 17:50:26下载
    积分:1
  • 2DCircle
    CODE DE RESOLUTION DE L EQUATION D HELMOTZ EN FORMULATION INTEGRALE 2D Problème Fréquentiel Intérieur avec Condition en flux (Neumann)
    2013-05-14 16:48:14下载
    积分:1
  • lms
    lms算法,对ADC进行数字后台校正的算法(lms algorithm, the ADC digital background correction algorithm)
    2015-11-06 13:03:05下载
    积分:1
  • LMS
    LMS的算法自适应均衡性能分析,很好的学习资料(Adaptive LMS algorithm balanced performance analysis )
    2011-05-09 21:57:07下载
    积分:1
  • SIR-with-Q
    用matlab程序编写的一个三维雷达跟踪粒子滤波器,超强(using Matlab procedures prepared by the three 3D radar tracking a particle filter, super)
    2007-04-13 11:33:51下载
    积分:1
  • vebyk
    vebyk is a flexible and user-friendly matlab-program, which performs ordinary kriging and can be easily adapted to other kriging methods.
    2013-09-06 10:40:14下载
    积分:1
  • Z-Chirp
    Z-Chirp Transfor Matlab Code
    2013-10-24 16:00:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载