-
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
-
code
implement PRM to check collision robot and obstacle
- 2012-01-22 05:38:18下载
- 积分:1
-
carboard
基于MATLAB的车牌识别系统,附有源程序代码和一幅图片例子(car board localization)
- 2010-06-06 13:34:49下载
- 积分:1
-
bengui
PLS部分最小二乘工具箱,基于SVPWM的三电平逆变的matlab仿真,遗传算法无功优化。( PLS PLS toolbox, Based on SVPWM three-level inverter matlab simulation, Genetic algorithm based reactive power optimization.)
- 2016-11-13 16:18:36下载
- 积分:1
-
041715201036438
说明: 短波信道watterson模型的建模仿真,已经编译通过。(The simulation of Watterson model of HF channel has been compiled.)
- 2021-04-23 22:28:48下载
- 积分:1
-
FIR
fir滤波器设计 输入设计指标 计算过渡带宽度 按哈明窗数据,计算滤波器长度(fir filter design input design index to calculate the transition zone width by Hamming window of data to calculate the length of filter)
- 2010-08-09 19:34:25下载
- 积分:1
-
lee03a.ps
this is matlab code for ICA
- 2009-10-21 06:09:03下载
- 积分:1
-
Receiver
该程序是整个OFDM接收机的程序,希望对做这方面的朋友用些帮助,也希望朋友们和我一起探讨OFDM收发信机。(The program is the whole OFDM receiver process, hope to do in this area with some friends to help and also hope that friends and I explore OFDM transceiver.)
- 2010-01-03 13:44:38下载
- 积分:1
-
framdifference
this code is for frame difference.
- 2011-01-04 12:52:06下载
- 积分:1
-
ssb
对给定消息信号进行单边带调制解调,绘制已调信号极其频谱(Message signal on a given single-sideband modulation and demodulation, drawing great spectrum modulated signal)
- 2011-01-04 22:34:28下载
- 积分:1