-
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
-
hvdc
hvdc converter circuit used in the 12 pulse
- 2013-11-19 23:40:43下载
- 积分:1
-
matlab-encyclopedia-of-algorithm
主要向大家介绍matlab当中的主要算法,有具体算法的应用,供大家学习交流。(Matlab which introduces the main algorithm, application specific algorithms for everyone to learn communication.)
- 2015-03-17 17:27:24下载
- 积分:1
-
wig
squirel cage induction generator with wind turbine
- 2009-12-01 19:41:30下载
- 积分:1
-
decoder
这是一个无线网络的解码程序,可供接收机设计中作为参考用。(This is the decoding program.)
- 2010-05-13 10:00:14下载
- 积分:1
-
against_interfere
这时极短软件抗干扰方面的程序代码,希望对大家有帮助。(very short time the anti-jamming software code, and I hope to be helpful.)
- 2006-12-13 17:07:51下载
- 积分:1
-
mapwindow6-81799
mapwindow6的源码。对于学习提高非常有用(mapwindow6 source. Very useful for learning to improve.)
- 2013-11-17 09:46:02下载
- 积分:1
-
Fractal1
matlab 分形图形 树形分形 点集形成树状分形图形(matlab fractal tree-figure)
- 2020-11-16 22:59:40下载
- 积分:1
-
PMSM_SMO
永磁同步电机滑膜观测器估算电机转速。精度比传统观测器精度高。(Estimation of motor speed by permanent magnet synchronous motor. The precision is higher than that of the traditional one)
- 2021-03-22 15:09:16下载
- 积分:1
-
802.16-System--English-version
Bit-power loading algorithms based on Effective SINR Mapping techniques. Bit-power loading algorithms based on Effective SINR Mapping techniques. Bit-power loading algorithms based on Effective SINR Mapping techniques. (Bit-power loading algorithms based on Effective SINR Mapping techniques. Bit-power loading algorithms based on Effective SINR Mapping techniques. Bit-power loading algorithms based on Effective SINR Mapping techniques. Bit-power loading algorithms based on Effective SINR Mapping techniques. )
- 2013-07-19 14:30:54下载
- 积分:1