-
simulation-for-invened-pendulum
对倒立摆系统采用非线性控制方法进行研究的仿真实验结果,取得了预期的效果,程序运行正确。(right inverted pendulum system uses nonlinear control methods to conduct studies on the experimental results, and achieved the desired results, procedures correctly.)
- 2007-05-23 13:45:34下载
- 积分:1
-
mannual-mosaicing
this program consists of mosaicing image mannually by allowing the user enter the desired points
- 2014-02-19 09:54:03下载
- 积分:1
-
blind_watermarking
this code implemente a blind watermarking
- 2010-09-25 15:50:47下载
- 积分:1
-
MST705
MSTAR703DEMO源码,解码芯片
(mstar 703)
- 2014-11-29 11:38:41下载
- 积分:1
-
Dictionary-learning-master
说明: 字典学习通过优化某个目标泛函, 由样本训 练出更适应于当前图像或者信号表示的自适应字典.(In dictionary learning, an adaptive dictionary which is more suitable for current image or signal representation is trained by optimizing a target function)
- 2019-11-06 21:32:34下载
- 积分:1
-
wmvread
一个用matlab实现的wmv解码源程序,对进行wmv开发的初学者非常有用(an achievable with Matlab source decoder wmv, wmv right for the development of very useful beginners)
- 2006-12-01 00:48:54下载
- 积分:1
-
abcds
WAP to check whether a given system H1(z)and H2(z)in cascade is stable
- 2014-08-16 21:58:38下载
- 积分:1
-
SimulationaSoftware
利用matlab实现通信系统的仿真,内含各种数字通信信号调制及解调代码,以及完整的系统仿真代码。(Using matlab realize the communication system simulation, containing a variety of digital communication signal modulation and demodulation code, as well as a complete system simulation code.)
- 2013-05-13 10:12:11下载
- 积分:1
-
01
说明: 基于MATLAB的语音信号处理之滤波器设计(MATLAB-based speech signal processing of the filter design)
- 2010-01-16 14:46:27下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1