-
BLDCM
我搜集的一些关于无刷直流电机建模的文章,一共4篇都是写得比较好的。(I have collected some of the brushless DC motor model on the article, a total of four are well-written.)
- 2010-06-22 13:40:46下载
- 积分: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
-
FULLTEXT02
Design and analysis of FIR filters based on Matlab
- 2013-12-14 11:44:16下载
- 积分:1
-
dst_iii
3D DCT function in wavelet
- 2013-04-30 17:33:24下载
- 积分:1
-
win-iotest
并口类别控制类库源码,可以方便的实现对并口的控制操作(type library source, to facilitate the realization of the parallel port control operation)
- 2006-08-10 15:52:00下载
- 积分:1
-
FIR_LP
FIR滤波器设计文件,编写为function,便于修改调用,欢迎下载使用(FIR filter design document, prepared for the function, called facilitate change, welcomed downloading)
- 2007-06-09 12:40:00下载
- 积分:1
-
matlab
Matlab 仿真技术与应用 MATLAB 是一个工程和科学计算软件,融科学计算、数据图形可视化、信息
处理于一体,广泛应用于数理统计、动态系统仿真、自动控制、信号处理、模拟
与数字通信、模式识别、动力工程、电力系统、雷达与声纳工程等学科领域。本
研究生公共实验课程主要面向全校各专业的研究生。通过统计和评估全校各个专
业上课频率的基础上,制定了该实验教材的综合实验内容,主要包括四个部分,
由上课的四位老师进了实验的编制工作。(Matlab simulation using MATLAB is an engineering and scientific computing software, financial scientific computing, data graphical visualization, information
Processing in one widely used in mathematical statistics, dynamic system simulation, automatic control, signal processing, analog
Digital communication, pattern recognition, power engineering, power systems, radar and sonar engineering disciplines. This
Graduate experimental courses primarily for graduate students in the whole school. Each designed by statistics and assess the whole school
Industry on the basis of attendance frequency, the development of a comprehensive experimental content of the experimental teaching materials, consists of four main parts,
By four teachers of the school into the preparation of the experiment.)
- 2012-11-19 19:01:42下载
- 积分:1
-
Communication_Documents
Contains OFDM Documents with all descriptions
- 2010-10-23 00:19:52下载
- 积分:1
-
matlab-genetic-algorithm
matlab用法 主要用于线性规划,非线性规划,解决优化问题,作出最合理的决策等遗传算法程序(matlab usage is mainly used for linear programming, nonlinear programming to solve optimization problems, make the most rational decision-making, genetic algorithm)
- 2011-09-08 10:34:43下载
- 积分:1
-
speech_voice
用matlab实现语音合成,并修改基频、lpc、lsp参数,使合成质量有所提高(Using matlab speech synthesis, and modify the baseband, lpc, lsp parameters, the quality has improved synthesis)
- 2013-09-04 19:09:04下载
- 积分:1