-
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
-
GNSS_SDR
gnss跟踪算法仿真,使用matlab编译,文件类型为.m(Tracking algorithm simulation)
- 2013-12-20 00:01:22下载
- 积分:1
-
FEIKONG
飞机控制系统设计包含飞控模型以及控制策略 合适运用(Design Control System aircraft flight control models, and includes the appropriate use of control strategies)
- 2014-02-24 21:40:05下载
- 积分:1
-
MATSLISE2006
MATSLISE is a Matlab application for the numerical study of Schringer
and Sturm-Liouville problems. MATSLISE allows one to compute the eigen-
values and eigenfunctions and to display them graphically.
The numerical methods used are the CP methods (abbreviation for
Constant reference potential Pertubation Method).
(MATSLISE is a Matlab application for the numerical study of Schr鰀inger
and Sturm-Liouville problems. MATSLISE allows one to compute the eigen-
values and eigenfunctions and to display them graphically.
The numerical methods used are the CP methods (abbreviation for
Constant reference potential Pertubation Method).
)
- 2010-10-17 15:56:48下载
- 积分:1
-
Fischer-algorithm
误比特算法(Fischer algorithm for min BER)(Fischer algorithm for min BER)
- 2012-03-27 15:07:51下载
- 积分:1
-
well_1
this is a well data number 1 for RPH sample, stored in las format
- 2013-09-01 00:45:58下载
- 积分:1
-
UG586-7SeriesDMIUserGuide
UG586 - Zynq-7000 All Programmable SoC and 7 Series Devices Memory Interface Solutions v2.3 User Guide ( ver2.3, 18511 KB )(UG586- Zynq-7000 All Programmable SoC and 7 Series Devices Memory Interface Solutions v2.3 User Guide ( ver2.3, 18511 KB ))
- 2015-02-05 20:02:21下载
- 积分:1
-
finitedif
地震波有限差分matlab模拟程序,输出可以为SGY格式,模拟地震波在地下介质中的传播(Seismic wave finite difference simulation program matlab, the output can be SGY format, simulate the propagation of seismic wave in underground medium
)
- 2014-01-07 09:15:58下载
- 积分:1
-
1191286762Tx-2Rx-STBC-MIMO
说明: 两发两收编码,实现信道估计的算法,最小二乘法的信道估计(STBC)
- 2010-04-21 12:32:43下载
- 积分:1
-
5572992RLS_LMS
lms adaptive algorithms
- 2012-03-22 14:53:14下载
- 积分:1