-
MATLAB_chinese
A MATLAB textbook. A good eBook for MATLAB user
- 2010-12-21 15:15:35下载
- 积分:1
-
fisheye
说明: 基于鱼眼效果的产生图像,里面是比较简单的原理代码,方格图成像(Fish eye effect on the production images, which is a relatively simple principle of the code, grid map imaging)
- 2010-04-22 16:45:28下载
- 积分: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
-
pardifferPID
基于matlab语言的含有延时环节的不完全微分PID算法程序(Incomplete differential PID program)
- 2013-10-15 15:43:45下载
- 积分:1
-
WirelessOFDMSystemsHowToMakeThemWork
Wireless OFDM Systems How to make them work
- 2011-01-12 08:49:32下载
- 积分:1
-
pls1
利用matlab来编程的计算机程序,以用来计算最小偏二乘回归用。(Using matlab to program the computer program, to be used to calculate the minimum use of partial least squares regression.)
- 2011-07-22 11:37:14下载
- 积分:1
-
sor
sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。(sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.)
- 2009-02-12 00:09:58下载
- 积分:1
-
wjzzrd_1
MATLAB小程序,实现模糊仿人只能的仿真,和PID进行了对比(MATLAB applet, fuzzy imitation only simulation, and PID were compared)
- 2012-03-25 10:42:07下载
- 积分:1
-
CBM
根据切比雪夫近似得到的计算简正波的程序,能够较精确获得本地简正波(A Matlab code for computing normal modes based on Chebyshev approximations
)
- 2013-12-09 16:00:19下载
- 积分:1
-
Wind-Turbine-Blockset
风力发电 matlab 模块详细介绍 风机模型 (Wind Turbine Blockset in Matlab Simulink)
- 2021-04-01 12:49:08下载
- 积分:1