-
3d_capacitor_mom
A program that calculates charge distribution on parallel plate capacitor using MOM(method of moments) method and matlab language
this program uses a 3d model of space between plates.
- 2010-08-01 18:49:49下载
- 积分:1
-
VBDiaoYongMATLAB
VB程序中实现调用MATLAB的方法。本文介绍了在VB应用程序中利用动态数据交换ActiveX自动化(OLE自动化)协议实现的两种调用MATLAB函数的方法。通过这两种方法实现了VB的可视化界面与MATLAB强大的数值分析和图形显示的能力的结合。(VB program called MATLAB to implement the method. This article describes the application in VB using ActiveX Automation Dynamic Data Exchange (OLE Automation) protocol to achieve the two call MATLAB functions. Achieved by these two methods VB' s powerful visual interface and MATLAB numerical analysis and graphical display of the ability of the combination.)
- 2010-05-08 22:12:10下载
- 积分:1
-
FastICA25
The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm. (The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm.)
- 2008-05-01 06:15:37下载
- 积分:1
-
danji
说明: 单极性归零码的源程序
matlab程序示例(Unipolar NRZ source of the examples Matlab)
- 2006-03-06 22:40:08下载
- 积分:1
-
frequency-tuned
Frequency-tuned Salient Region Detection这篇论文的matlab代码,已运行通过。(This is the code of the paper“Frequency-tuned Salient Region Detection”,and it has been run successfully.)
- 2014-10-28 10:44:48下载
- 积分:1
-
MATLAB-GPS-data-processing
利用MATLAB实时处理GPS数据,:利用MATLAB软件环境,现场接收并实时处理海上地球物理调查过程中的GPS定位数据,剔除原始数据中的跳点,处理定位误差.(Real-time GPS data processing, using MATLAB: using the MATLAB software environment, the site receives and real-time processing GPS positioning in the process of Marine geophysical survey data, eliminating hops in the raw data, processing positioning error.)
- 2013-12-06 11:11:04下载
- 积分:1
-
禁忌搜索算法
matlab禁忌搜索算法的源程序,内含
TS_TSP.m
TS_TSP
TSP_DATA.m(Matlab tabu search algorithm source program)
- 2020-08-04 21:38:33下载
- 积分:1
-
matlab-calculation
matlab数值计算,包括解方程,求极值,微分,统计,拟合和插值等函数。(matlab numerical calculation, including the solution of equations, and extreme, differential, statistics, such as function fitting and interpolation.)
- 2009-06-13 01:56:09下载
- 积分:1
-
example_11b
一个IEEE802.11b的实用例子,供正在学习的朋友参考。(5.5 Mbps CCK Simulation using specs from IEEE 802.11b, No guarantees and warantees!)
- 2010-05-31 11:27:58下载
- 积分: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