登录
首页 » matlab » Blocks

Blocks

于 2013-03-17 发布 文件大小:2KB
0 312
下载积分: 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 个回复

  • EX3
    仿真V-BALST结构ZF检测算法性能,调制方式为QPSK(Simulation V-BALST structure of ZF detection algorithm performance, the modulation method is QPSK)
    2012-05-18 14:04:08下载
    积分:1
  • gcp_genetic_change3
    用遗传算法解决三着色问题,并给出了GUI界面,代码有注释说明!(Genetic algorithms to solve the three coloring problem, and finally gives a GUI interface.What s more part of code annotated description!)
    2014-08-25 22:07:27下载
    积分:1
  • RobustAdaptiveControl3
    malab simulator example for robus adaptive control system
    2010-11-19 12:00:48下载
    积分:1
  • rls-algorithm
    RLS波束形成代码,供大家参考学习,关于阵列信号处理的内容。(RLS beamforming code, for your reference learning, about the content of the array signal processing.)
    2014-11-13 20:38:10下载
    积分:1
  • AHP
    层次分析法的matlab程序,用于构建量化的评价体系等工作(Anaystic Hierarchy Process)
    2015-03-03 14:31:37下载
    积分:1
  • singleprocess
    这是一本很好的学习信号处理的书籍,拿出来和大家分享(This is a good learning signal processing books, and share out)
    2010-11-30 10:41:46下载
    积分:1
  • Untitled001
    基于支持向量机的区域水安全预警模型及其应用(Early-warning model and its application of regional water security based on support vector machine)
    2012-05-19 08:51:57下载
    积分:1
  • Mwheeelanalyya
    Matlab中实现轮对分析的程序源码和相关的程序源码包,,能实现火车轮轨接触关系的分析 (Round of analysis of program source code and related procedures source package in Matlab, train wheel-rail contact analysis of the relationship)
    2012-08-07 01:53:32下载
    积分:1
  • matlab-GA
    遗传算法的matlab实现代码,已验证无错误(Genetic algorithm matlab code, verified error)
    2013-12-26 12:32:05下载
    积分:1
  • DIANLIXITONGMATLAB
    说明:  电力系统课程中所概述的潮流计算的MATLAB语言实现版,包含有详细的源代码,程序说明,以及操作说明(Courses of power system load flow calculation as outlined in the MATLAB language edition, contains detailed source code, description of the procedures and operating instructions)
    2009-08-04 10:35:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载