-
mnr
speech enhance matlab
- 2011-02-10 02:08:16下载
- 积分:1
-
Exp2
MATLAB simulation of group velocity dispersion in an optical fiber
- 2011-02-10 22:25:34下载
- 积分:1
-
Reconocimiento
Artificial Neural Network for classification of letter
- 2014-10-07 11:46:31下载
- 积分: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
-
SPCKLE-SPEED
激光散斑测量微流速,如果有散斑图,输入,给出相应的相对速度(find out the speed of laser speckle)
- 2013-12-02 18:41:40下载
- 积分:1
-
PSOFitness
matlab编写的蚁群算法程序,供大家使用参考。(ant colony algorithm matlab preparation procedures for the use of U.S. reference.)
- 2007-07-12 20:59:41下载
- 积分:1
-
FIR
一个简单的FIR滤波器实现编程,已经过调试,完全正确可用(A simple FIR filter programming, has been debugging, can be used entirely correct)
- 2009-01-08 15:19:13下载
- 积分:1
-
turboinleaver
cdma2000的编码器关于
turbo码编码器2个子程序(cdma2000 encoder on turbo coding for two sub-procedures)
- 2007-06-06 15:35:16下载
- 积分:1
-
SVM1alloptimization
SVM 1 to all optimization process matlab code
- 2015-01-20 05:58:39下载
- 积分:1
-
ICOtoolbox
人工免疫算法的工具箱,有需要就拿去用吧!希望能采纳,(Artificial immune algorithm toolbox, there is a need to take with you! Hoping to adopt)
- 2008-05-30 10:12:40下载
- 积分:1