-
hough
matlab利用hough变换检测直线的程序(matlab use hough transform line detection procedures)
- 2012-05-30 18:40:11下载
- 积分: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
-
h263_incoder
This is multimedia file (avi and etc.) incoders using MATLAB
It is implementing H.263 incoders,
but unfortunally it s comments are written by Korean.
- 2010-08-16 20:07:45下载
- 积分:1
-
shuxue_Matlab2
今天上传《数学实验与Matlab》2程序,希望对大家有用!谢谢!!!((today uploaded "Matlab mathematical experiment with the" two procedures in the hope that it may be useful right! Thank you! ! ! ()
- 2007-05-21 15:22:19下载
- 积分:1
-
duanshipingjunguolinglv
只是一个关于短时平均过零率的matlab代码(Just a short-time average zero-crossing rate on the matlab code)
- 2013-07-18 16:11:27下载
- 积分:1
-
MATLAB_programming_for_numerical_computing
MATLAB编程的数值计算MATLAB programming for numerical computing(MATLAB programming numerical MATLAB programming for numerical computing)
- 2010-08-02 11:46:37下载
- 积分:1
-
LS
说明: 数值分析的一个实验,实现用最小二乘法进行多项式的插值(Numerical analysis of an experiment, using the method of least squares polynomial interpolation)
- 2013-03-23 15:55:00下载
- 积分:1
-
lcmv_2d_nowiden
数字波束阵列处理,简单仿真了平面阵的MVDR波束形成。(Digital beam array processing, a simple simulation of a planar array of MVDR beamforming.)
- 2010-05-25 22:05:28下载
- 积分:1
-
Broadband_FWM_products
微环级联四波混频,基于FFT算法,在2013b环境下可运行(cascaded FWM in microring )
- 2020-07-10 16:18:55下载
- 积分:1
-
non-Rayleigh-reverberation
说明: 非瑞利混响和杂波信号的产生及其统计特性的仿真程序(Simulation of non-Rayleigh reverberation and clutter)
- 2011-04-18 15:45:01下载
- 积分:1