-
dsp
数字图像处理的一个作业,包含理想高通 巴特沃斯高通 高斯高通的频域增强的作业(A digital image processing operations, including the ideal high-pass Butterworth high-pass Gaussian high-pass frequency domain enhancement operation)
- 2010-12-01 12:06:33下载
- 积分:1
-
cavity
cavity flow Matlab code.
- 2013-03-07 15:06:17下载
- 积分:1
-
celp
celp code used for speech coding using the matlab software which is used to form speech analysis
- 2009-09-05 02:04:23下载
- 积分:1
-
3DFDTD
利用matlab计算三维光子晶体带隙的fdtd算法(calculated using Matlab 3D photonic bandgap of the algorithm fdtd)
- 2006-08-16 16:31:27下载
- 积分: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
-
Test_lload_1
This ClassVisitor removes InnerClasses and EnclosingMethod attributes in classes that are retargeted or that refer to classes that are retargeted.
- 2014-02-18 12:42:36下载
- 积分:1
-
matlabfzfx
Matlab 6.X辅助小波分析与应用的源码,有许多matlab小波的代码(Matlab 6.X auxiliary source and application of wavelet analysis, there are many wavelet matlab code)
- 2010-06-05 14:54:15下载
- 积分:1
-
MMCrotorcourct
Modélisation Machine a courant continu courcircuité
- 2014-12-23 08:58:38下载
- 积分:1
-
KimAnd10_TWC
Spectrum sensing SCS method
- 2013-10-03 04:00:46下载
- 积分:1
-
fdct_wrapping_matlab_Demo
wrapping curvelet demos in matlab
- 2011-12-01 14:00:43下载
- 积分:1