-
pufenxi_MATLAB
用matlab进行谱分析的源码,适合初学者(Spectral analysis carried out by the matlab source code for beginners)
- 2009-04-18 08:00:29下载
- 积分:1
-
facedetection
简单的人脸识别代码,如果是其他图片的话,放在当前文件下,修改一下文件名即可。(Face Recognition simple code, if it is the other picture, then on the current file, the file name can be changed a bit.)
- 2009-05-05 09:33:30下载
- 积分:1
-
CA
说明: 改程序对C/A码的产生进行了仿真,运行结果显示了第四颗卫星产生的C/A码(Application to the C/A code generation are simulated, operation results show that the fourth satellite produce C/A code)
- 2015-05-23 10:51:30下载
- 积分:1
-
sinorder
为sinudoidal模型的AIC阶估计.AIC信息准则即Akaike information criterion,是衡量统计模型拟合优良性的一种标准,又由于它为日本统计学家赤池弘次创立和发展的,因此又称赤池信息量准则。它建立在熵的概念基础上,可以权衡所估计模型的复杂度和此模型拟合数据的优良性。
在一般的情况下,AIC可以表示为: AIC=2k-2ln(L)
其中:k是参数的数量,L是似然函数。 假设条件是模型的误差服从独立正态分布。 让n为观察数,RSS为剩余平方和,那么AIC变为: AIC=2k+nln(RSS/n)
增加自由参数的数目提高了拟合的优良性,AIC鼓励数据拟合的优良性但是尽量避免出现过度拟合(Overfitting)的情况。所以优先考虑的模型应是AIC值最小的那一个。赤池信息准则的方法是寻找可以最好地解释数据但包含最少自由参数的模型。(AIC order estimation for sinudoidal model)
- 2013-12-05 13:18:54下载
- 积分:1
-
NewFolder
matlab codes for EEG signal processing
- 2010-08-27 16:48:26下载
- 积分:1
-
Matlab--one-hundred-cases
Matlab 实用程序百例,对初学者很有用,推荐下载。(Matlab utility, one hundred cases, very useful for beginners, recommended download.)
- 2011-10-23 16:50:41下载
- 积分:1
-
Sprinkler_test
贝叶斯网络教案中的洒水车源代码,含抽样代码。(Bayesian model case study in the sprinkler)
- 2013-11-10 10:27:52下载
- 积分:1
-
trackbydet
这是用于城市环境下车辆目标跟踪算法,对于公路上录制车辆的视频,能够检测出前方运动的车辆,并进行跟踪。(This is the tracking code that has been used for computing the tracklets
urban scene understanding.
papers: author = {Hongyi Zhang and Andreas Geiger and Raquel Urtasun},
title = {Understanding High-Level Semantics by Modeling Traffic Patterns},
booktitle = {ICCV},
year = {2013})
- 2016-01-20 19:45:30下载
- 积分:1
-
sanxiangduanluchuzhijisuan
三相短路计算程序,计算任意地点三相短路后各支路电流和各节点电压(Three phase short circuit calculation program-After the three-phase short circuit in arbitrary locations, the current of each branch and the voltage
of each node can be abtained.)
- 2020-11-16 10:49:40下载
- 积分:1
-
FDM
%solve u_xx + u_yy = f(x,y)
% over the region D = [x0,xf,y0,yf] = {(x,y) |x0 <= x <= xf, y0 <= y <= yf}
% with the boundary Conditions:
% u(x0,y) = bx0(y), u(xf,y) = bxf(y)
% u(x,y0) = by0(x), u(x,yf) = byf(x)
% Mx = # of subintervals along x axis
% My = # of subintervals along y axis
% tol : error tolerance
% MaxIter: the maximum # of iterations
- 2019-04-26 01:00:10下载
- 积分:1