-
Matlab_code
Video frame extraction & separating unwanted part of each frame
- 2009-12-18 13:14:14下载
- 积分:1
-
jiegemeiheli
说明: 计算掘进机横摆工况截割头合力,并绘制合力曲线(Calculated yaw conditions TBM cutting head together)
- 2011-03-17 21:19:48下载
- 积分:1
-
nakagami_pdf
This is matlab code for simulation pdf of Nakagami
- 2013-08-18 16:55:02下载
- 积分:1
-
Untitled2
LEACH, you can get the matlab code of LEACH
- 2010-10-20 10:33:09下载
- 积分:1
-
MATLAB6.0
MATLAB6.0数学手册的电子书,很不错,大家可以下载下来参考一下(MATLAB6.0 Mathematics e-book manual, very good, everyone can download it for reference)
- 2008-04-08 15:50:19下载
- 积分:1
-
Propagator-DOA-estimation
传播算子DOA估计算法MATLAB程序,估计到达角、离开角(Propagator DOA estimation algorithm based on MATLAB program)
- 2013-09-11 09:36:05下载
- 积分:1
-
QR-decomposition-based_RLS_Algorithms
QR decomposition based RLS Algorithms using matlab with example
- 2013-12-21 16:38:46下载
- 积分:1
-
LDPC-code-construction
LDPC code construction
- 2014-01-14 04:14:36下载
- 积分:1
-
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
-
cp
说明: svm多种核函数,选择核函数类型,参数需自行设定。(SVM a variety of kernel function, the type of kernel function, parameters need to be set.
)
- 2014-12-09 10:44:52下载
- 积分:1