-
GUO_Toolbox2.08_source
Programming tool for creating reusable Graphic User Interface (GUI) components.
- 2011-01-04 22:35:06下载
- 积分:1
-
Adaptive-GA-applications
自适应遗传算法的应用举例,包含程序,数据对比图这类(Adaptive Genetic Algorithm Application examples, including programs, data comparison chart such)
- 2014-08-28 09:56:21下载
- 积分:1
-
Frequency-domain-Denoising-of-1D-Signals
Denoising of Signals using customized thresholding
- 2015-04-18 23:52:22下载
- 积分:1
-
signal_generator
一个基于声卡的基本信号发生器,可以产生正弦波、方波、三角波和双频波,本程序有良好的图形界面。(A sound card based signal generator can produce sine, square, triangle wave and dual wave, this program has a good graphical interface.)
- 2010-08-15 10:02:12下载
- 积分:1
-
LF_NR
3 triangular connected buses system, solving the load flow using Newton Raphson.
- 2009-11-02 08:11:48下载
- 积分:1
-
MATLAB1
一些实用的MATLAB源程序,包括滤波、边缘检测等等(These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Hall, 2004, ISBN 0130085197. The functions
supplement and extend the image processing functionality of MATLAB
and the Image Processing Toolbox, both offered by The MathWorks.
)
- 2010-06-01 02:21:39下载
- 积分:1
-
targetdistance
对不同距离的雷达回波进行脉冲压缩处理,观察脉冲压缩后的回波信号,分析个参数对其的影响(Distances for different pulse compression radar echo , the echo pulse compression observed signal parameters and the effects of
)
- 2013-11-12 19:40:05下载
- 积分:1
-
pidtuning
this the matlab tuning of pid with root locus
- 2009-03-09 12:33:18下载
- 积分:1
-
matlab-control-toolsbox
matlab 控制工程 工具箱 说明与介绍(matlab toolbox describe and introduce control engineering)
- 2013-07-23 22:19:19下载
- 积分: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