-
frequeceestimation
基于均匀线阵,用music对信号进行多频率估计(frequece of estimaton )
- 2009-06-27 11:02:08下载
- 积分:1
-
hilibert
希尔伯特变换matlab程序在异步电动机故障诊断中的应用例子程序(Hilbert transform matlab program in asynchronous motor fault diagnosis example program)
- 2013-10-23 12:31:37下载
- 积分:1
-
Paper2
Design of an Adaptive Nonlinear PID Controller for
Nonholonomic Mobile Robot Based on Posture
Identifier
- 2015-01-06 04:54:21下载
- 积分:1
-
m_program
用matlab编写的压缩解压缩程序,基于小波变换的是零树算法。(prepared using Matlab compression decompression procedures, based on wavelet transform is zero tree algorithm.)
- 2005-06-09 09:25:00下载
- 积分:1
-
getPicturePoints
获取图像上的曲线数据,读入一幅图片并选取所需的数据点加以保存处理。用法:使用鼠标左键取点,右键结束取点并保存数据(Get the curve on the image data, read and select a picture to save the data points needed to deal with. Usage: Use the left mouse button to take point, right end of the access point and save the data)
- 2011-04-21 13:50:23下载
- 积分:1
-
Z_Converter
control simple Z converter in matlab simulink
- 2012-04-18 20:26:59下载
- 积分:1
-
topsis_1.0
A topsis-fuzzy aligorithm to solve multi criteria decision making in an organisation
- 2013-11-26 07:07:15下载
- 积分:1
-
how-to-seek-a-extremum-sequence
Matlab中如何求一个序列的极值?在Matlab中有专门求序列最大值和最小值的函数,分别是Max 和 Min,但是有时候我们不满足于求整个序列的最值,而是对序列的极值,也就是局部的最值感兴趣。对于解析函 数,这个比较简单,只要令一阶倒数为零求出对应的自变量就行了。(Matlab how to seek a extremum sequence? In the Matlab there is a special function for sequence of maximum and minimum values, respectively is Max and Min the value, but sometimes we do not meet for the whole series, but the extremum sequence, also is the value of local interest. For analytic functions, this is relatively simple, as long as the countdown to zero order and related variables on the line.)
- 2015-04-02 10:12:42下载
- 积分:1
-
FLUENT_MATLAB
基于FLUENT_MATLAB接口的分布参数系统闭环控制仿真(FLUENT_MATLAB interface based on the distribution of closed-loop control system simulation parameters)
- 2009-04-14 09:57:19下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1