搜索资源列表
chap08
- ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
em
- 混合高斯概率密度模型,其参数估计可以通过期望最大化( EM) 迭代算法获得。-EM estimation parameters Gaussian mixture processes
ParameterEstimation
- 用matlab解决数理统计中的对参数的区间估计的问题-Using matlab to solve mathematical statistics in interval estimation of the parameters of the problem
ofdm.m
- 在OFDMA的网路下对频道进行的估计,简单有效的实现了OFDMA网络的优化以及对于参数的选择-OFDMA channel estimation
Untitled
- 针对一个匀速直线运动目标的跟踪设计最小二乘滤波器,了解跟踪滤波的基本方法以及参数估计方法的应用。-For a uniform linear least squares moving target tracking filter designed to learn the basic methods of tracking filter and parameter estimation method applied.
MATLAB
- 很好的程序哦!可以用于混沌系统的同步研究,对于系统参数未知的网络进行估计,很好!-very good!it is very helpful for our study!
bfxtxy_first
- 信号分析与识别,基于循环谱的参数估计, 信号分析与识别,基于循环谱的参数估计。-Signal analysis and identification, parameter estimation based on cyclic spectrum, signal analysis and identification, parameter estimation based on cyclic spectrum, signal analysis and identification, paramete
wfg
- MATLAB实现最大似然估计,本程序可以实现概率密度函数已知的情况下5个参数的估计~-MATLAB to achieve maximum likelihood estimation, the program can be achieved under the circumstances known to the probability density function estimation parameters 5 ~
wucha
- 利用参数估计求得水准测量中的点的平面坐标和高程-Using the parameter estimates obtained Leveling the Plane coordinates and elevation
evacuation
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网-very goog
weibul3
- 参数估计,根据一组数据获得三参数威布尔分布的三个参数-Parameter estimation, according to a set of data obtained three parameters of the three parameter Weibull distribution
lab6
- 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。