-
UPMLfdtd3D
说明: 经典的UPML边界程序,用于电磁仿真,使用的是高斯脉冲(The classic UPML border procedures for the electromagnetic simulation, using a Gaussian pulse)
- 2009-08-28 17:48:05下载
- 积分:1
-
ACS_Assignment_1
sliding mode control files for advanced control system
- 2011-05-16 19:49:23下载
- 积分:1
-
ILC_closedloop_hip
闭环迭代学习控制的matlab仿真程序,(Closed loop iterative learning control matlab simulation program,)
- 2012-11-27 10:09:24下载
- 积分:1
-
PMSM-Drive-Simulation-Files
drive of pmsm with vector control
- 2014-11-21 18:37:52下载
- 积分:1
-
MATLABgui
说明: matlab例程,图形修饰界面,有数据和m文件。
(Matlab routines, graphics interface modification, data and m documents.)
- 2006-03-15 16:53:40下载
- 积分:1
-
rsgeng
matlab 产生高斯随机粗糙面的函数 输入变量为点数 长度 相关长度 均方根高度(Matlab generated Gaussian random rough surface function of the input variables for the length of the relevant length of the length of rms height)
- 2016-10-01 20:39:34下载
- 积分:1
-
Varbl
for Generating Random Number
- 2010-12-16 19:14:09下载
- 积分:1
-
circular_array
均匀圆阵的常规波束形成,没有使用自适应波束形成。uniform circle array beamform(uniform circle array beamform)
- 2014-01-21 21:41:01下载
- 积分: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
-
LP_pdi_feasible_eqined
应用内点法中原-对偶路径跟踪法,求解线性规划问题,也可以用于求解最优潮流问题,不过KKT方程较复杂。(using the original- dual path following method is used to solve linear programming problems)
- 2016-05-08 09:07:33下载
- 积分:1