-
Toolbox---Complex-Analysis
Matlab工具箱 - 《复分析基础及工程应用 第3版》,这是书中所带工具箱,与Matlab本身的复分析工具箱相背相比,更适用于教学。(Matlab Toolbox- Fundamentals of Complex Analysis with Applications to Engineering and Science the 3rd version,compared with the similar toolbox of matlab,this toolbox is good at teaching.)
- 2013-11-30 12:46:52下载
- 积分:1
-
Huffmancode_r
霍夫曼编码n元编码,可以计算出平均码长,编码效率(Huffman coding n-ary coding, can calculate the average code length, coding efficiency)
- 2015-04-04 10:57:31下载
- 积分:1
-
mmvn_toolkit
mmvn_toolkit
matlab下多元高斯混合模型工具-具有产生、测试、查看功能(complete toolkit for generating, training, testing and viewing multidimensional gaussian mixtures)
- 2010-11-30 12:32:47下载
- 积分:1
-
3level_inverter
说明: 三电平SVPWM算法逆变器,基于MATLAB例子,自己做了修改(Three-level inverter SVPWM algorithm, based on MATLAB examples, make changes )
- 2011-03-10 12:45:52下载
- 积分:1
-
ofdm
in this i have impemented the transmitter used in OFDM,made the GUI and plotted pdf ,papr ,cdf aur ccdf..
- 2010-05-10 03:41:38下载
- 积分:1
-
fastICA
FAST ICA算法的例子,适合初学者了解FAST ica(an example for fast ICA)
- 2012-04-06 22:03:38下载
- 积分:1
-
sankron
simulink of RL load in synchronous frame
- 2012-07-29 14:45:39下载
- 积分:1
-
HumanData1
脉搏波的数据以及特征提取,提取到最高点最低点,周期。可以看下。(Pulse wave data, and feature extraction, extract the lowest point to the highest point, cycle. You can have a look.)
- 2020-06-29 16:20:02下载
- 积分:1
-
HHO老鹰算法
说明: 该算法具有较好的全局搜索能力,在优化参数方面效果很好。(The algorithm has a good global search ability, and has a good effect in optimizing parameters.)
- 2020-08-29 21:08:28下载
- 积分:1
-
fit_ML_maxwell
fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!.
Given the samples of a log-normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2))
with parameters: m,s
format: result = fit_ML_log_normal( x,hAx )
input: x - vector, samples with log-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
m,s - fitted parameters
CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:08:34下载
- 积分:1