-
sars
大学生数学建模竞赛2003年A题SARS传播题的Matlab代码(Mathematical Contest in Modeling spread of SARS in 2003 entitled A Question Matlab code)
- 2010-09-11 08:41:36下载
- 积分:1
-
mylma
说明: 一种最简本的基于最小均方误差的自适应算法(One of the most simple minimum mean square error of the adaptive algorithm)
- 2011-03-28 13:58:19下载
- 积分:1
-
turbo_coding_AWGN
this file consists of the turbo code in the AWGN channel. the simulation will nearly take 20 min to simulate but it will produce an excellent output with reaching the Shannon s limit exactly at 0.5db.
- 2011-01-11 21:50:46下载
- 积分:1
-
minimumFrequencySeperation
This source code describes the minimum frequency seperation between two signals to be orthogonal with two cases for phase differences
- 2011-10-01 01:23:29下载
- 积分:1
-
Speech_Codes
说明: 基于MFCC的语音识别,matlab程序(MFCC-based speech recognition, matlab program)
- 2019-01-22 09:11:16下载
- 积分:1
-
Ray_Fading_MED
matlab实现的无线信道仿真,具体方法为正弦波叠加法的MED(matlab realize the wireless channel simulation, the specific method for the sine wave superposition method of MED)
- 2008-04-10 15:17:51下载
- 积分:1
-
regiongrow
region growing: Perform segmentation by region grow1ng.
[G, NR, SI, TI] = REGIONGROW(F, SR, T). Scan be an array (the same size as F) with a 1 at the coord1nates of every seed point and 0s elsewhere. S can also be a single seed value. Similarly, T can be an array (the same size as F) containing a threshold value for each pixel in F. T can also be a scalar, in wh1ch case it becomes a global threshold.
- 2011-05-16 10:33:20下载
- 积分:1
-
minimum-dist-from-parity-check
How to get minimum distance parity check matrix
- 2014-10-14 17:18:02下载
- 积分:1
-
CS
说明: 压缩感知的基于正交化重构算法,该算法用matlab实现,(Orthogonalization compressed sensing reconstruction algorithm, the algorithm using matlab,)
- 2013-11-25 08:59:19下载
- 积分:1
-
Minimum-Risk-Bayes-classifier
这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。
全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。
调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度函数。
调用最小风险贝叶斯分类器决策子函数时,根据先验概率,再根据自行给出的5*5的决策表,通过比较概率大小判断一个体重身高二维向量代表的人是男是女,放入决策数组中。
主函数第一步打开“MAIL.TXT”和“FEMALE.TXT”文件,并调用最大似然估计求取概率密度子函数,对分类器进行训练。第二步打开“test2.txt”,调用最小风险贝叶斯分类器决策子函数,然后再将数组中逐一与已知性别的数据比较,就可以得到在一定先验概率条件下,决策表中不同决策的错误率的统计。
(This is a pattern recognition classifier minimum risk Bayes design .In reference to the case of routine , self- improvement in a certain a priori probability conditions, male , female and total error rate error rate statistics , into which each array .
All programs from the main function , maximum likelihood estimation subroutine strike probability density , the minimum error rate Bayesian classifier composed of decision-making three subfunctions .
Strike called maximum likelihood estimate probability density subroutine , the first step to obtain the sample data , stored as a matrix the second step of the matrix, each row sum , and divided by the total number of samples N, be the average vector The third step is the application of the formula ( 3-43 ) using matrix and loop control statements , obtain the covariance matrix fourth step through the variance-covariance matrix and correlation coefficient obtained , resulting in the probability density function .
Bayesian classifier )
- 2012-02-02 20:37:04下载
- 积分:1