登录
首页 » matlab » Blocks

Blocks

于 2013-03-17 发布 文件大小:2KB
0 172
下载积分: 1 下载次数: 3

代码说明:

  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))

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

发表评论

0 个回复

  • mm
    说明:  helps to classify and segment the given signal using Markov models
    2010-10-21 18:55:08下载
    积分:1
  • GOA (2)
    说明:  optimization algorithm optimization algorithm
    2020-12-28 09:59:02下载
    积分:1
  • MatlabSpanish
    programas de matlab, para aplicaciones de ax=b
    2011-07-29 04:24:29下载
    积分:1
  • VMD
    VMD方法是在传统维纳滤波的基础上,提出的一种非递归自适应信号分解新方法。与EMD方法和LMD方法相比,VMD方法分解的信号,具有精度高、收敛快和鲁棒性好等特点,适用于处理滚动轴承故障信号。(The VMD method is a new non recursive adaptive signal decomposition method based on traditional Wiener filtering. Compared with the EMD method and the LMD method, the signal decomposed by the VMD method has the characteristics of high precision, fast convergence and good robustness. It is suitable for handling the fault signal of rolling bearing.)
    2018-06-07 10:14:51下载
    积分:1
  • [matlab]altificialbeecolonyalgorithm
    人工蜂群算法的matlab源代码,共有两个版本,原作者版和改进版。 (Artificial Bee Colony (ABC)algorithm matlab source code, there are two versions, the original author version and an improved version. Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. )
    2020-11-17 18:29:41下载
    积分:1
  • medianfilter(matlab)
    本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序(This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect)
    2009-05-28 16:23:40下载
    积分:1
  • yyshang
    计算给定的传感器加速度信号的一阶香农熵,可改变信号分段数以改变熵值(calculate the signal s Shannon entropy)
    2020-11-03 18:29:51下载
    积分:1
  • rocket_ExteriorBallistic
    matlab环境下的火箭外弹道质点方程的数值求解(4DOF of rockets exterior ballistic)
    2020-07-04 06:00:01下载
    积分:1
  • SINE_SIGNAL_SEPARATION
    基于k-l分解算法的正弦信号分离算法,用于实现强背景噪声下正弦信号恢复(Sine signal separation algorithm based on k-l expansion algorithm ,which is useful in sine signal getting from strong background noise)
    2013-12-16 16:05:44下载
    积分:1
  • chirp
    研究正、负线性调频信号的特性,给出其时域、频域图像,以及频率随时间变化曲线。对于初学雷达信号处理者学习LFM信号有帮助。(Study the positive and negative chirp signal characteristics, given the time domain, frequency domain images, as well as the frequency versus time. It s helpful for beginners who study Radar signal processing.)
    2020-10-17 10:37:28下载
    积分:1
  • 696518资源总数
  • 105578会员总数
  • 20今日下载