-
FFT
fft 也是matlab编程中用到的编程语句 用于小波分析和相关分析中,适用于matlab新手对matlab的了解(fft is used by lots of people,it is very popular)
- 2012-05-12 08:32:18下载
- 积分:1
-
gatbx
遗传算法matlab编程源代码遗传算法matlab编程源代码遗传算法matlab编程源代码遗传算法matlab编程源代码(Genetic Algorithms)
- 2013-04-21 16:28:29下载
- 积分:1
-
EM算法(讲解+程序)
说明: EM 算法是Dempster,Laind,Rubin于1977年提出的求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行 MLE估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据、截尾数据以及带有噪声等所谓的不完全数据,可以具体来说,我们可以利用EM算法来填充样本中的缺失数据、发现隐藏变量的值、估计HMM中的参数、估计有限混合分布中的参数以及可以进行无监督聚类等等。(EM algorithm is a method for maximum likelihood estimation of parameters proposed by Dempster, Laind and Rubin in 1977. It can estimate parameters from incomplete data sets by MLE. It is a very simple and practical learning algorithm. This method can be widely used in dealing with the so-called incomplete data such as defective data, censored data and noisy data. Specifically, we can use EM algorithm to fill missing data in samples, find hidden variable values, estimate parameters in HMM, estimate parameters in finite mixed distribution, and so on. Unsupervised clustering and so on.)
- 2020-07-04 06:00:01下载
- 积分:1
-
DB
说明: 多步预测自校正控制仿真程序,多步预测自校正控制仿真程序(Multi-step predictive self-tuning control simulation program)
- 2012-06-24 20:47:44下载
- 积分:1
-
FIR---matlab
说明: 实现数字滤波(刚开始接触不知道分类对不对)请见谅(Digital filter (do not know the beginning of exposure classification is correct or not), please forgive me)
- 2009-07-29 14:14:34下载
- 积分:1
-
GPS_ca_Test
实现卫星信号的捕获,并提供CA码的生成程序(gps aquisition,meanwhile include CA code production)
- 2010-05-30 20:44:19下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1
-
MATLAB7.0-based-tutorial
matlab7.0基础教程,清华出版社出版的,很好的学习材料(matlab7.0 based tutorials, Tsinghua University Publishing House, good learning materials)
- 2011-08-25 17:13:48下载
- 积分:1
-
MATLABCodeToCcode
介绍了如何利用Mathh的Realtime Workshop代码生成工具将Simulink模型自动转换成C代码的方法(This paper proposes a method of using the RTW (Real-Time Workshop)code generation tool to convert Matlab to the C code.)
- 2009-09-12 16:51:13下载
- 积分:1
-
indepent-cm
独立分量分析的原理与应用 内涵fastica程序 简单明了 推荐哈(Independent Component Analysis Principles and Applications of the connotation fastica program is simple and straightforward recommendation Ha)
- 2012-07-29 11:30:02下载
- 积分:1