-
essai-mm1
seems to be so fuddle If you do not want to upload source code, you can join the
- 2013-12-11 01:57:14下载
- 积分: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
-
BLDC
说明: 分别建立pid控制与模糊PID控制的BLDC仿真模型,对比效果良好(BLDC simulation models of PID control and fuzzy PID control are established respectively, and the comparison results are good.)
- 2019-04-20 11:56:57下载
- 积分:1
-
1
说明: 编程计算图形的面积。程序可以计算圆形,长方形,正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长得值,计算出面积的值后将其显示出来。(Calculate the area of graphics programming. Program can calculate the round, rectangular, square area, run-time prompts the user to first select the type of graph, and then the radius of the circle requires the user to input the value of the rectangle requires the user to input the length and width values, requires the user to input side of the square grow the value to calculate the value of the area after the show.)
- 2009-11-14 21:38:32下载
- 积分:1
-
DFT
用DFT近似计算连续时间周期信号的频谱,对matlab新手适用。(Approximate calculation using DFT spectrum of continuous-time periodic signal of matlab novice apply.)
- 2011-04-29 09:23:58下载
- 积分:1
-
afd
Matlab Function to add a frequency
- 2013-04-10 23:53:51下载
- 积分:1
-
node33
基于IEEE33节点的一份利用yalmip建模求优化的一份程序,很难得(A program based on IEEE33 nodes that uses yalmip modeling for optimization is very difficult to obtain)
- 2018-05-18 08:59:39下载
- 积分:1
-
matlabshuzituxiangchuli
介绍了MATLAB编程对图像处理的应用,对图像进行滤波卷积,分块计算,图像复原等(Introduction of the MATLAB programming for image processing applications, image convolution filtering, sub-block basis, such as image restoration)
- 2009-03-23 14:50:43下载
- 积分:1
-
Circuit-Parameters-Influenc
基于MATLAB的电路参数影响的分析
(MATLAB-based analysis of the impact of circuit parameters)
- 2011-08-07 14:56:19下载
- 积分:1
-
MATLAB-practical-tutorial
MATLAB实用教程教案及所有源程序,非常实用的教程,并有大量详细的源程序!(MATLAB practical tutorial lesson plans and all the source code, very useful tutorial, and a large number of detailed source!)
- 2012-08-30 22:41:11下载
- 积分:1