-
FCM_Ju_lei_suan_fa
说明: 该文件包含了一般的FCM聚类算法和改进的FCM聚类算法(The document contains a general FCM clustering algorithm and the improved FCM clustering algorithm)
- 2021-04-24 20:48:47下载
- 积分:1
-
sphere_scattering
基于Mie理论的球形介质monte carlo模拟多次散射,包括:绝缘球的平面波散射和多层覆盖介质球的平面波散射。(This package contains the code that implements the field solutions as
a) a planewave is scattered by a dielectric sphere,
b) a planewave is scattered by a multi-layer concentric sphere.
)
- 2011-05-31 10:10:21下载
- 积分:1
-
GPS-cycle-slip-processing
GPS L1,L2双拼周跳探测与修复,包含几种常用的实时探测算法,附有GUI界面(A MATLAB software package for GPS cycle-slip processing is presented in this paper.
It realizes cycle-slip detection and repair in the measurement domain for GPS L1 and L2 signals.
The software implements several classic approaches oriented to real-time processing.
With the graphic user interface, the user can configure the raw data, set algorithm-related parameters,
add synthetic cycle-slips, and view the detection results in both text and illustrated forms. )
- 2020-07-01 16:20:02下载
- 积分:1
-
MPPT_110422
光伏mppt 可生成pv曲线 m函数(The photovoltaic mppt pv curves m function can be generated)
- 2012-05-20 20:18:18下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
mi
说明: 多变量的互信息的matlab的函数的源码,用于矩阵和其概率已知情况下的互信息的估计()
- 2008-03-29 12:39:09下载
- 积分:1
-
de2bi
with this file, you can change decimal format into binary format.
- 2010-05-08 03:40:30下载
- 积分:1
-
package_emd
emd工具箱,用经验模态分解时一定要安装的工具箱,解压后添加进toolbox里,setpath后,记得更新工具箱,就可以使用了,我是用来分解信号进行信号处理的(emd toolbox with a time of empirical mode decomposition must install kit, unpacked add toolbox, the post setpath, remember to update the toolbox, you can use, and I was used to decompose the signal for signal processing)
- 2014-11-25 11:05:09下载
- 积分:1
-
hosa
High Order Statistics Toolbox
- 2012-11-21 05:46:44下载
- 积分:1
-
ninewton
牛顿迭代法求解线性方程,其收敛阶数为1次(newton iteration for liear equation)
- 2009-11-18 21:22:48下载
- 积分:1