-
BLDC2
UN PROGRAMM DE BRUSHLESS DC MOTOR IN M FILE PART 2
- 2012-09-03 00:50:28下载
- 积分:1
-
wind_100_parell
6台100kw风力机组并网运行MATLAB模型,可移植性强,适用于我国微网系统模型研究。(6 sets of 100kW wind power generator MATLAB model, strong portability, is suitable for our country on micro network system model.)
- 2021-02-26 10:49:37下载
- 积分:1
-
fengji1
基于SIMULINK,风电仿真所用到的模型,希望有帮助(SIMULINK, wind power simulation model used, it is helpful)
- 2012-10-11 16:15:14下载
- 积分:1
-
模糊自适应PID控制建模
关于模糊PID的仿真以及与普通PID的结果比较(Simulation comparison of fuzzy PID)
- 2020-09-07 15:58:10下载
- 积分:1
-
rcwa
关于严格耦合波发分析光栅等的相关matlab仿真(About rigorous coupled-wave analysis of hair and other related grating matlab simulation)
- 2021-04-01 20:59:07下载
- 积分:1
-
mp3write
mp3 write and read using matlab
- 2011-07-09 11:40:45下载
- 积分: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
-
Entropy
此程序实现的是四幅不同曝光图像的图像融合,它使用分块的方法,比较各个块的熵值,然后,由熵值最大的块组成图像。(To achieve the function of this program is four different exposure image fusion image first four image block is to compare their entropy values, select the entropy of a larger block composite image .)
- 2013-05-07 19:14:48下载
- 积分:1
-
Substation-panel-electrical-parameters-computatio
Substation panel electrical parameters comptation
- 2014-02-04 20:28:33下载
- 积分:1
-
QPSO
matlab编程的量子粒子群算法!!!!!!!!(QPSO by MATLAB!!!!!!)
- 2017-06-26 09:31:20下载
- 积分:1