登录
首页 » matlab » waveletcdf97

waveletcdf97

于 2020-12-13 发布 文件大小:2KB
0 70
下载积分: 1 下载次数: 1

代码说明:

说明:  matlab实现9/7双正交小波变换,将图像分解到频域(matlab realize 9/7 biorthogonal wavelet transform, the image is decomposed into the frequency domain)

文件列表:

waveletcdf97.m

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

发表评论

0 个回复

  • facerecog
    This file is for face recognition
    2010-08-06 17:01:54下载
    积分:1
  • cicbuchang
    cic补偿 滤波器很有用的啊 ,要下载的尽快啊 很不错的啊 (cic bu chang lv bo qi hen you yong a qing xia zai la xie xie la )
    2010-09-13 16:25:21下载
    积分:1
  • channel_dec
    维特比硬判决的译码程序,可以经过简单修改适应任何的约束长度(Hard-decision Viterbi decoding process can be simply adapted to any constraint length)
    2008-03-16 13:12:32下载
    积分:1
  • BasicSnake_version2e
    The basic snake segmentation (2d and 3d). A snake is an active (moving) contour, in which the points are attracted by edges and other boundaries. To keep the contour smooth, an membrame and thin plate energy is used as regularization.
    2011-04-27 07:01:37下载
    积分:1
  • 4
    说明:  Matlab transformation alfa beta
    2012-06-02 04:53:27下载
    积分:1
  • Edge
    code for edge detection
    2012-08-02 10:07:34下载
    积分:1
  • pre_fun_ctrl
    预测函数控制代码通过轧辊压下实现对铝带轧制系统的纠偏(Predictive function control codes for aluminum rolling reduction achieved by correcting the system rolls)
    2014-02-24 15:12:38下载
    积分: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
  • zishiyingduixiao
    自己编的,改进的自适应语音增强算法,且参考噪声与输入噪声不相关。(Own, and improved adaptive speech enhancement algorithm, and the reference noise and input noise are not relevant.)
    2009-03-17 16:06:21下载
    积分:1
  • HMT
    percentage of occupancy in Hit or miss trnasform For Noisy Image Segmentation
    2012-05-16 14:16:37下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载