-
dogandman
一个用Mathmatica编写的动画演示程序(with an animation prepared by the Mathmatica Demonstration Program)
- 2006-10-29 13:38:33下载
- 积分:1
-
plane
提取目标图像,根据物体特点,嵌入背景图片中适当的位置处(put objects into the background picture)
- 2010-05-30 11:38:45下载
- 积分:1
-
print
Matlab classic program about Print
- 2013-12-28 03:57:30下载
- 积分:1
-
利用Matlab 的Simulink工具箱设计一个控制系统框图dc motor
利用Matlab 的Simulink工具箱设计一个控制系统框图,本设计的主要内容是双闭环直流电机调速系统的动态结构框图,本设计基于大学本科“电机拖动与运动控制”课程中双闭环直流电机调速系统的模型设计,建模仿真结果与教材理论分析结果相同。(Use of Matlab Simulink toolbox to design a control system block diagram of this design is the dynamic structure of the dual closed loop DC motor speed control system block diagram, the design is based on the curriculum of undergraduate motor drive and exercise control "dual closed loop DC machine tunespeed system model design, modeling and simulation results and textbook theory analysis results are the same.)
- 2012-03-14 16:36:35下载
- 积分:1
-
yuzhi
波阈值去噪,比较了软阈值,硬阈值及当今各种阈值计算方法和阈值函数处理方法的性能,通过信噪比及均方差的比较,得出各种的算法的优劣(Wave threshold denoising compared soft threshold and hard threshold and the current calculation method and the various thresholds threshold function processing performance of the method by SNR and mean square deviation of the comparison, the pros and cons of various algorithms)
- 2013-11-19 12:36:37下载
- 积分:1
-
nlms
Normalized Least mean square algorithm in matlab
- 2009-04-02 02:42:00下载
- 积分:1
-
Kalman_Filter_ex6.11
用Matlab实现的简单的kalman滤波实例,了解其递推方程(Matlab simple kalman filtering instance, to understand the recursive equations)
- 2012-05-29 10:00:33下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
DTL
二元三节点拉格朗日插值函数源代码,用于二位数据插值和科学计算,适合学习matlab者参考。(Two yuan three-node Lagrange interpolation function source code for the two data interpolation and scientific computing for learning matlab reference.)
- 2014-01-04 22:04:42下载
- 积分:1
-
tongjituiduan
统计推断 很不错的小程序,希望对大家有帮助,分享之(Statistical inference very nice little program, we want to help, sharing of)
- 2011-10-24 20:53:30下载
- 积分:1