登录
首页 » matlab » Blocks

Blocks

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

  • fttmatlab
    可以简单的实现快速傅里叶变换,这只是部分的,等开通了账号再把其他的上传上来(Can simply fast Fourier transform)
    2010-10-28 15:20:39下载
    积分:1
  • conv
    用matlab实现了对于离散系列在时域上求其现行卷积(Achieved with matlab for the discrete series in the time domain convolution seek their existing)
    2010-05-16 17:05:47下载
    积分:1
  • KMedoids
    聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。(K-Medoids clustering algorithm.The file contains a detailed description of the procedures and examples.)
    2009-09-07 23:14:50下载
    积分:1
  • circle
    说明:  Matlab中的画圆函数。Matlab本身没有画圆的函数。本附件实现了画圆函数。(Drawcircle function in Matlab. Matlab does not have drawcircle function. Of this Annex drawcircle realize the function.)
    2008-09-25 14:36:28下载
    积分:1
  • Localization
    WSN 经典定位算法 包括: Centoid, Bounding_box, Grid_Scan, RSSI, DV_hop, MDS_MAP,APIT-WSN(Centoid, Bounding_box, Grid_Scan, RSSI, DV_hop, MDS_MAP,APIT-WSN)
    2016-09-24 17:34:26下载
    积分:1
  • Untitled2
    Digital filter design
    2011-12-06 13:54:52下载
    积分:1
  • melfb.zip
    耳蜗实质上相当于一个滤波器组,耳蜗的滤波作用是在对数频率尺度上进行的,在1000HZ下,人耳的感知能力与频率成线性关系;而在1000HZ以上,人耳的感知能力与频率不构成线性关系,而更偏向于对数关系,这就使得人耳对低频信号比高频信号更敏感。Mel频率的提出是为了方便人耳对不同频率语音的感知特性的研究。频率与Mel频率的转换公式为(on logarithm frequency scale, under the 1000 hz, the perception of the human ear and a linear relationship with frequency In more than 1000 hz, the perception of the human ear does not constitute a linear relationship with frequency, and prefer to logarithmic relationship, which makes the human ear is sensitive to low frequency signal is better than high frequency signal. Mel frequency is put forward in order to facilitate the ear of the study of speech perception characteristics of different frequency. For frequency and Mel frequency conversion formula )
    2014-08-18 12:28:36下载
    积分:1
  • ofdm
    matlab实现的OFDM仿真程序,及详细的说明文档(matlab implementation of OFDM simulation program, and detailed documentation)
    2015-04-13 16:26:43下载
    积分:1
  • MUSIC_algorithm
     MUSIC 算法是利用接收数据的协方差矩阵(Rx)分离出信号子空间和噪声子空间,利用信号方向向量与噪声子空间的正交性来构成空间扫描谱,进行全域搜索谱峰,从而实现信号的参数估计。(MUSIC algorithm is used to receive data covariance matrix (Rx) to isolate the signal subspace and noise subspace, using the signal direction vector and noise subspace orthogonality to form the spatial scan spectrum, full-domain search peaks in order to achieve signal The parameter estimation.)
    2010-01-13 16:25:43下载
    积分:1
  • plot2d
    ............Two dimensional plot
    2010-03-06 17:26:06下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载