-
多材料热接触的传热分析
基于ANSYS的多材料热接触的传热分析的命令流(Command Flow for Heat Transfer Analysis of Multi-material Thermal Contact Based on ANSYS)
- 2020-06-16 19:40:01下载
- 积分:1
-
clear
无源腔的 Fox-Li迭代方法matlab实现(Passive cavity Fox-Li iteration matlab implementation)
- 2011-05-27 18:02:03下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
Gravitational_Search_algorithm
Gravitational Search algorithm
- 2011-10-28 02:56:03下载
- 积分:1
-
Wavelet-tutorial
这是我见过的最好的小波教程,对于小波学习很有帮助,通俗易懂。(This is the best I' ve ever seen wavelet tutorial, for wavelet study helpful, easy to understand.)
- 2012-11-14 22:17:11下载
- 积分:1
-
mathematical modeling
文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some matlab related implementation of mathematical modeling.)
- 2017-08-16 12:50:31下载
- 积分:1
-
windPMSG_beizhu
说明: 模型以永磁直驱同步发电机组为研究对象,对包括风力机、发电机及其控制系统等各部分进行控制建模与仿真,接着通过坐标变换,分析并网逆变器在d/q坐标系下的模型,采用基于d轴电网电压定向矢量控制,并通过前馈补偿,实现有功、无功的解藕独立控制.(The model takes the permanent magnet direct drive synchronous generator set as the research object, and carries on the control modeling and simulation to each part, including wind turbine, generator and its control system, and then analyzes the model of grid-connected inverter in d coordinate system through coordinate transformation. The voltage oriented vector control based on d-axis power network and feedforward compensation are adopted to realize the decoupling independent control of active and reactive power.)
- 2021-01-04 19:38:55下载
- 积分:1
-
guangyizuixiaofangcha
说明: 这是黑龙江大学自动控制专业杨易鹏同学用matlab编写的广义最小二乘算法!(Heilongjiang University automation Yang Yi Peng students using Matlab prepared by the generalized least squares algorithm!)
- 2006-03-29 15:01:11下载
- 积分:1
-
simulation
ekf滤波、pda关联滤波、卡尔曼滤波、最小二乘参数估计的仿真建模,以及matlab多项式的学习资料(ekf filtering, pda association filtering, Kalman filtering, least squares parameter estimation modeling and simulation, as well as learning materials matlab polynomial)
- 2014-02-20 22:18:23下载
- 积分:1
-
qam
16QAM功能调制解调过程,有图,有需要的可以下载,绝对原创。(Modulation and demodulation of 16QAM source code)
- 2014-09-26 21:18:46下载
- 积分:1