-
Matlab_ds
详细的介绍了matlab信号和图像处理的方法和原理(Detailed description of the matlab signal and image processing methods and principles)
- 2010-06-20 12:26:34下载
- 积分:1
-
Kalman-GPS
读取RINEX星历文件,观测文件,存储为数组形式,matlab环境下(Read RINEX ephemeris file, observation file)
- 2011-05-11 17:47:37下载
- 积分:1
-
LQR
精馏过程二次高斯性控制算法,非常非常的重要的程序(Quadratic Gaussian distillation process control algorithms, very, very important program)
- 2011-10-26 20:05:16下载
- 积分:1
-
textureclassification
wavelet decomposition and texture classification(wavelet decomposition and texture classi fication)
- 2007-06-21 11:14:09下载
- 积分: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
-
dynamics_CR3BP
说明: 构造限制三体问题中平动点周围的halo轨道,实现对太空环境定点观察(Restricted three-body problem Zhongping construct fixed points around the halo orbit, the space environment to achieve the fixed observation)
- 2020-12-17 20:59:13下载
- 积分:1
-
Real-time-simulation
关于matlab实时仿真的资料,有助于初学者快速入门。(Information about the Matlab real-time simulation will help beginners Quick Start.)
- 2012-08-11 20:20:55下载
- 积分:1
-
jalase155
nonlinear control jalase 15
- 2014-10-05 05:44:38下载
- 积分:1
-
doc
ineed you very much 123
- 2013-03-16 06:01:03下载
- 积分:1
-
quaternion
四元数乘法、求逆、共轭、求范数函数,并附有求解矢量旋转坐标的程序例子(Quaternion multiplication, inverse, conjugate, seeking norm function, together with procedures for solving the example of vector rotating coordinate)
- 2010-08-12 22:04:01下载
- 积分:1