登录
首页 » Matlab » 生成Haar小波变换矩阵的MatLab代码

生成Haar小波变换矩阵的MatLab代码

于 2022-03-06 发布 文件大小:11.04 kB
0 68
下载积分: 2 下载次数: 1

代码说明:

可以指定生成矩阵大小,声称想要的Haar变换矩阵,size是行数和列数,只需告诉程序你想要多大的矩阵,就可以直接生成haar变换矩阵,再根据变换原理对想要的矩阵进行小波变换。该剧真可用于对二维图像进行小波变换。

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

发表评论

0 个回复

  • Matlabyichuansuanfa
    遗传算法工具箱的简介及其使用 遗传算法工具箱的简介及其使用 遗传算法工具箱的简介及其使用(Introduction to Genetic Algorithm Toolbox and its use)
    2010-10-23 11:37:09下载
    积分:1
  • matlabtuxiangchuli
    MATLAB 图像处理命令(MATLAB image processing orders.)
    2006-07-07 15:17:24下载
    积分:1
  • PPI_plot
    plan position indicator by matlab for radar application in detection by elecromagnetic wives
    2014-02-19 02:53:06下载
    积分:1
  • Gray_PID
    Matlab连续系统灰色PID跟踪,预测加控制(Matlab for Gray PID tracking system, add the control prediction)
    2009-03-31 01:46:47下载
    积分:1
  • matlabFDTD1dfdtd
    在matlab上的FDTD程序关于一维时域有限差分(Matlab program on the one-dimensional FDTD finite difference time domain)
    2010-10-14 15:16:29下载
    积分:1
  • Blocks
    clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs)) end kk=kk+(r/bs) end Accessing individual Blocks figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window figure imshow(Block(:,:,2))
    2013-03-17 15:01:05下载
    积分:1
  • MIMO_SIC_optimal
    说明:  Ber performance for MIMO using SIC
    2019-06-18 15:00:19下载
    积分:1
  • 遗传算法
    遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-11 20:10:16下载
    积分:1
  • XWXGF
    使用相位相关法对视频中的两帧图象进行预测编码,画出运动场并求出峰值信噪比(Using the method of relevant video phase two frames image coding, predicting playground and peak value signal-to-noise ratio)
    2010-07-02 22:03:24下载
    积分:1
  • nonlinertest
    this is the function of Constructing Volterra filter,which is used for nonliner distortion test.It is a Matlab files.
    2009-07-30 18:41:12下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载