资源列表
7-3
- data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,l
shijianujk
- 一个显示系统时间的程序,用汇编做的,很简单!-a time display system procedures, with a compilation of, a very simple!
juzhen
- 矩阵一些算法,简单,比较好的算法,大家欣赏一下,如有不足,请高手指教一下
DS_EV_Function
- DS-EV证据理论消除了当不同证据冲突过大时,判决的错误型。自己论文里所用的代码,用在认知无线电中。函数文件。-DS-EV evidence theory eliminate the wrong judgement when supplied evidence have strong contradictory This file has been used in my thesis in CR field. hope it can help you.
chaos-and-calculations
- 混沌分岔图,电路实验的模拟图,用于matlab模拟-Chaos bifurcation diagrams, circuit simulation experiment diagram for matlab simulation
pca
- 主成分分析(PCA)的MATLAB源程序,数据降维处理-Principal component analysis (PCA) of MATLAB source, data dimension reduction process.
Runge23
- Runge Kutta 3-order Mauthesian population model
EM
- 对于混合高斯分布的情况,使用最大期望算法,通过不断计算每个样本的均值与方差,使得似然函数达到最大值。可以很好地处理满足一定概率分布的数据。 代码中通过mvnrnd()函数,设定其中的参数,产生符合混合高斯分布的一组数据集。-For the case of a mixed Gaussian distribution, using expectation-maximization algorithm, through continuous calculation of the mean and
recursion
- 最小二乘的递推算法示例程序,可以直接运行,带有注释-Recursive least squares algorithm sample program, can be run directly with comments
covProd
- 这个主要用于高斯过程建模中两个简单的协方差函数的相乘运算,得到一个新的协方差函数-This is mainly used for the multiplication of two simple covariance functions in the Gaussian process modeling to obtain a new covariance function
MUSIC
- 多重信号分类(MUSIC)算法,将信号分为信号子空间和噪声子空间,利用特征值估计频率-Multiple signal classification (MUSIC) algorithm, the signal is divided into signal subspace and noise subspace, the use of eigenvalues to estimate the frequency
Kalman滤波目标跟踪应用
- 在matlab中运用扩展卡尔曼滤波对目标进行追踪