-
wintech_training_4
闻亭公司培训DM642的内部资料一共有五天,里面包含讲解的ppt,文档,开发工具,课堂源码例子等。这是第四天内容.(Wintech DM642 training information, total of five parts, which contains explanations ppt, documentation, development tools, source code examples of class and so on.This is the 4th part.
)
- 2009-11-12 14:47:31下载
- 积分: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
-
image2
帧差法提取背景的matlab程序,可以很好的提取图像的背景(Frame difference method to extract the background matlab program, you can extract image background)
- 2013-05-17 09:28:02下载
- 积分:1
-
Signal_Processing
n多文章全部是IEEE上的关于多速率信号处理的内容,包括均匀和非均匀调制滤波器组的应用。其中cmfb.m为matlab文件,是A Kaiser Window Approach For The Design Of Prototype Filters Of Cosine Modulated Filterbanks的源代码,是老外给的M文件,很有参考价值。(n number of articles on all of the IEEE Signal Processing on the multi-rate content, including uniform and non-uniform application of modulated filter banks. Matlab file for cmfb.m which is A Kaiser Window Approach For The Design Of Prototype Filters Of Cosine Modulated Filterbanks the source code, is a foreigner to the M-file, a good reference.)
- 2009-07-16 17:19:53下载
- 积分:1
-
LBM
说明: 实现圆柱扰流仿真,模拟通道压裂的压裂液流动,分析导流能力及支撑柱的渗透率(Cylinder turbulence simulation is implemented to simulate the flow of fracturing fluid in channel fracturing and analyze the conductivity and permeability of the support column)
- 2021-04-27 19:28:44下载
- 积分:1
-
ylll
prony算法做相关仿真,可自行更改pe,也可调整p。(Prony algorithm is used to do related simulation, and PE can be changed or P can be adjusted.)
- 2018-07-07 11:34:41下载
- 积分:1
-
Svpwm
永磁同步电动机的空间矢量控制simulink源代码(Permanent magnet synchronous motor with space vector control simulink source code)
- 2009-02-15 23:17:55下载
- 积分:1
-
jack_ascend
it is a matlab code (simulink) that simulate two jack that they ascend a load with feedback.that load would not to being sloped.
- 2011-05-11 07:04:34下载
- 积分:1
-
Level-analysis-of-the-code
用matlab描述的层次分析的代码,它是一种先分解后综合的算法(The the analytic hierarchy described using matlab code, it is a first decomposition comprehensive algorithm)
- 2012-09-04 16:01:15下载
- 积分:1
-
moving
Calculates adaptive autoregressive Moving(AARMA) and adaptive autoregressive moving average estimates
- 2012-09-16 01:10:34下载
- 积分:1