登录
首页 » matlab » Blocks

Blocks

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

  • clock
    制作的时钟,反映实时时间。 欢迎指正。谢谢(Production of the clock, reflecting the real time.)
    2011-02-06 00:34:33下载
    积分:1
  • SA_TSP
    说明:  是一个应用matlab来实现基本的管理应用问题的源码!改进后可以实现多种功能!(Matlab is an application to achieve the basic management application source code! Improvements could achieve multiple function!)
    2006-05-09 11:53:01下载
    积分:1
  • HOG
    this code is an feature extraction called histogram of gradian(HOG)
    2013-04-22 15:00:36下载
    积分:1
  • 3paper3
    新型改进光双二进制传输的编解码方案 提出了改进型光双二进制信号在高速率(≥10Gbit/s)传输时预编码的一种新方案。通过分析编解码过 程,证明该信号传输时不易受码间干扰影响,能用二进制强度调制一直接检测的系统接收信号。仿真产生了该信 号的2种码型。结果表明,采用色散补偿技术能使MD NRZ和MD.RZ信号在长距离传输后克服眼图失真,MD-RZ 信号比MD.NRZ信号在传输后有更低的误码率。(Abstract:Anovel pre-coding schemeformodified optical duobinary signalswasproposed.It couldbe applied to缸ansmit high speed data mte signals(≥ 10Gbit/s).Through analyzing the process of coding and decoding,It Was demonstrated thatmodified opticalduobinary sign alshave capabilityin reductionofpulse—to-pulseinteraction , and couldbe di. recaymeasured through aconventionalbinaryintensitymodulationdirectdetection(IM—DD)receiver.Twomodified optical duobinary sign als’formats were simulated to generate.Sim ulation results show that MD.NRZ and MD-RZ signals’ formats Can avoid the eye diagrams’distortion for long—distance transmission,if the dispersion Can be compe nsated in each amplifier span.Moreover,theMD-RZ signalhaslowerBER than theIVID-NRZ signal afterlong-distance comm.unication.)
    2011-02-07 18:23:49下载
    积分:1
  • tiaoma
    Matlab环境下的一种条形码识别算法。(A barcode recognition algorithms in Matlab environment.)
    2012-09-06 14:49:48下载
    积分:1
  • matlab
    用impz()函数求冲激响应:用filter()函数求冲激响应 用filter()函数求余弦输入响应:用conv()函数求余弦响应:(With impz () Function Impulse Response: The filter () function used for impulse response filter () Function Cosine input response: The conv () Function Cosine response:)
    2007-12-19 18:02:41下载
    积分:1
  • DSP_MATLAB
    数字信号处理中常用模块的MATLAB实现(Commonly used in digital signal processing module of the MATLAB implementation)
    2010-12-20 13:18:24下载
    积分:1
  • Interference-Alignment-Techniques-for-MIMO
    The interference alignment (IA) is a promising technique to efficiently mitigate interference and to enhance capacity of a wireless communication network. This paper proposes an interference alignment scheme for a network with multiple cells and multiple multiple-input and multiple output(MIMO) users under a Gaussian interference broadcast channel (IFBC) scenario.
    2014-01-26 22:32:02下载
    积分:1
  • Matlabhanshu
    matlab的函数大全,以便大家在遗忘时查阅(matlab function list)
    2012-11-26 23:13:24下载
    积分:1
  • LS-SVM-toolkit
    支持向量机的最小二乘法LS-SVM工具包(The method of least squares support vector machine LS-SVM Kit)
    2016-11-25 18:07:42下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载