资源列表
bayesmean
- 一个matlab程序,有关已知方差的高斯分布的均值贝叶斯学习方法。详见程序内说明。-a Matlab procedures, the known variance of the Gaussian distribution of the mean Bayesian learning methods. See Note procedures.
LP_HP_filter.ZIP
- Matlab环境下带控制面板的低通、高通滤波器设计,参数可视化调节。-Matlab environment control panel with a low-pass and high-pass filter design parameters visualization regulation.
bayes_k_nn
- 求Weighted/Non-weighted贝叶斯k近邻模型的matlab程序,内含具体说明。-seeking Weighted / Non-weighted k neighbors Bayesian model matla b procedures, containing details.
wugui
- 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
daubcomp
- 应用小波进行压缩和滤波的matlab程序.程序选用Daubechies的仅4个系数的小波函数,也可选用其他小波函数,详见说明。-wavelet compression and filtering of Matlab procedures. Procedures for the selection of Daubechies only four coefficients of wavelet function can also choose other wavelet function, as d
Calculatetheprobability
- calculatePXTheta---Calculate the probability of each pixel being its color conditioned on all of the clusters that were found at the previous (coarser) iteration. -calculatePXTheta -- Calculate the proba bility of each pixel being its color conditi
falpha
- 一个计算多重分形谱的matlab程序,希望对大家有用。-a calculation of the multi-fractal spectrum of Matlab procedures in the hope that it may be useful right.
fdim
- 计算广义分形维数的matlab源程序。希望对大家有用! 函数形式:function [dq,rq]=fdim(q,x,trace) 不同q值下得到不同定义的分形维,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具体说明见程序。-Generalized fractal dimension of Matlab source. We hope that the right useful! Function for
CORDIC_Algorithm_Simulation_Code
- cordic算法的C平台仿真,适用于三角函数、极坐标、双曲线等超越函数的硬件实现。-cordic algorithm C simulation platform, applicable to the trigonometric functions, polar coordinates, such hyperbolic function beyond the hardware.
totstat21
- 淘特网独自开发的一套访问统计系统,经过一年的测试使用及大访问量下的压力测试,保证可以准确的统计用户的访问信息。系统提供了在线用户统计、页面访问、来路统计、IP、关键词统计等。为减轻服务器负担,本系统 使用了缓存处理.默认缓存时间为50S。你可以根据需要修改。-Amoy the Internet alone development of a visit statistical system After a year of testing and the use of large amount of
bayes_classify
- 用Matlab编写的Bayes 分类器,用以进行两类模式识别-prepared using Matlab Bayesian classifier, used for two types of pattern recognition
gaojingdujiechengsuanfa
- 高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果