-
MATLAB-command2
本文件包含大量的matlab命令,并附有简单的举例,方便查阅和学习…………(This document contains a lot of matlab command, together with a simple example, for easy access and learning ... ... ... ...)
- 2011-05-11 20:16:55下载
- 积分:1
-
bylisswinline
线泰勒权的权值产生程序,可作为子函数调用。用于产生低旁瓣的差波束。用于阵列信号处理(line taylor vector, can be applied as sub function. difference beamforming.)
- 2014-11-05 21:06:14下载
- 积分:1
-
示波器图像处理软件
示波器图像处理软件,可以完成图像简单的处理步骤,基本满足初学者的要求。(Oscilloscope image processing software, can complete the simple image processing steps, basic meet the requirements of beginners.)
- 2015-08-21 21:44:06下载
- 积分:1
-
EZWsuanfa-Matlab
说明: EZW算法的过程详解和Matlab代码,关于小波树的变换,在图像处理中的应用(Detailed process of EZW algorithm and Matlab code, the tree on the wavelet transform, applications in image processing)
- 2011-04-08 09:37:45下载
- 积分:1
-
pundulum1
说明: 单级倒立摆的稳定控制,实际上是一单输入多输出系统的稳定控制。此时系统输入是电机控制电压u,输出是倒立摆竖直方向角度 和旋臂位置 。对方程(2.5)进行变形即得 与u 之间的输入输出方程,很明显,它是一个不稳定的二阶系统(Single inverted pendulum stability control, is actually a single-input multiple-output system stability control. At this point the system is a motor control input voltage u, the output is inverted pendulum angle and vertical position of spiral arms. Of the equation (2.5) for deformation of the gain and input-output equation between u, obviously, it is an unstable second-order system)
- 2010-04-27 17:57:47下载
- 积分:1
-
Filtering-Data
filter data in Matlab
- 2011-11-25 00:31:06下载
- 积分:1
-
mom2
矩量法计算导体圆环的电容计算matlab程序(Moment Method Calculation of the capacitance calculation of conductor ring matlab program)
- 2007-12-09 13:37:36下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
guihua
用matlab编写的经典算法程序——规划问题,供大家参考(Classical algorithm using matlab program- planning issues, for your reference)
- 2013-01-24 22:28:36下载
- 积分:1
-
network-of-matlab-toolbox
matlab神经网络工具箱中的函数用法的介绍(the introduction of the Matlab neural network toolbox function usage)
- 2012-08-11 17:21:17下载
- 积分:1