-
4
说明: 数据统计描述
第一节 数据分析中常用的统计量及其分布
第二节 频数变量数据特征描述
第三节 综述变量数据特征的描述
第四节 数据分析过程的记录与重现(Data described in section I of data analysis commonly used in statistics and their distribution in section II, the frequency characteristics of variable data variables described in Section III Summary data on the characteristics of the process of data analysis described in section IV of the record and reproduce)
- 2007-09-08 09:33:36下载
- 积分:1
-
algrithem_database
一个波束形成的平台,给出了所有自适应波束形成器,并且所有有关参数都可以自行修改。(A platform for beamforming, give all the adaptive beamformer, and all relevant parameters can be modified on its own.)
- 2009-03-17 09:50:34下载
- 积分:1
-
code
MATLAB code to recognise characters
- 2013-11-15 18:53:02下载
- 积分:1
-
poleo-de-datos
an a dedicated hyperterminal
- 2014-02-04 00:25:11下载
- 积分:1
-
videopatternmatching
说明: 本程序展示了二维归一化互相关用于
  模式匹配和目标跟踪。该程序提示用户选择感兴趣的(ROI)的区域和对同类目标进行跟踪的数目。归一化交叉相关图表明,当值已超过设定的阈值时目标就已经确定。(This demo illustrates the use of 2-D normalized cross-correlation for
pattern matching and target tracking. The demo prompts the user to select the Region of Interest (ROI) and the number of similar targets to be tracked. The normalized cross correlation plot shows that when the value has exceeded the set threshold, the target has been identified.)
- 2010-04-12 23:59:04下载
- 积分:1
-
S
说明: matlab的S函数例程,是关于滑模变结构的(S function matlab routines, is about Sliding Mode Variable Structure)
- 2013-08-18 10:58:53下载
- 积分:1
-
A-novel-serial-crime-prediction-model-based-on-Ba
How to build affective mathematical models to understand
the behaviors of serial crimes is an interesting
research field in public security.
- 2013-11-24 20:15:01下载
- 积分:1
-
power_hvdc12pulse
单极12脉冲的HDVC仿真模型系统,基于Matlab的。(The HDVC of the monopole 12 pulse)
- 2020-10-26 21:49:59下载
- 积分:1
-
matlab-example
matlab例题程序,功能比较齐全,涵盖面广,适用于初学者使用(these are some example for matlab,it introduce the function in detail including extensive context, it is fit for basic study)
- 2014-10-04 00:05:11下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1