-
TOAcombination
Active approach - TOA combin(Active approach- TOA combin)
- 2007-04-30 16:48:53下载
- 积分:1
-
if_arcnet
Global definitions for the ARCnet interface.
- 2014-09-18 12:04:56下载
- 积分:1
-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
ball_way
小球的抛物线轨迹。将轨迹分解成x坐标和y坐标,计算出每一个时刻的x和y值,然后对x和y进行成像就可以得到轨迹了(Parabolic trajectory of the ball. The track is decomposed into x and y coordinates, x and y values calculated each time, then x and y can be imaged on a trajectory)
- 2015-07-10 09:49:07下载
- 积分:1
-
脉冲多普勒雷达的matlab仿真
说明: 脉冲多普勒雷达的matlab仿真,包裹下变频、脉冲压缩、MTI和MTD。(Matlab simulation of pulse Doppler radar, including down conversion, pulse compression, MTI and MTD.)
- 2020-03-03 22:34:30下载
- 积分:1
-
susan-matlab
为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。(Matlab in order to facilitate call susan algorithm realize the c function, written by Stephen Smith on susan2.1 c source code for simple cut editing, and provide common susan function matlab mex interface function, the user in a simple matlab compiler will be able to post use.)
- 2007-09-02 13:28:58下载
- 积分:1
-
Matlab6
这是学习matlab的资料,还可以的,希望对大家有帮助。(This is a learning matlab information, but also hope to have everyone help.)
- 2008-05-29 17:00:21下载
- 积分:1
-
fiber-mode-LP01
利用matlab实现光纤的模式分布图的模拟。(Using matlab to achieve mode fiber distribution simulations.)
- 2020-12-07 16:49:22下载
- 积分:1
-
MATLAB-Image-changing
MATLAB图像变换源码,包括CWT、DCT、DFT和DWT。(Matlab image from source code, including cwt, dct, dft and dwt.)
- 2011-06-15 11:18:50下载
- 积分:1
-
IFP_FCM
简介:IFP_FCM,改进型FCM(模糊C均值)聚类算法,由Frank Hoppner与Frank Klawonn于2003年提出,解决了FCM算法对初始值设定较为敏感、训练速度慢、在迭代时容易陷入局部极小的问题。并附带了Box和Jenkins煤气炉数据模型辨识实例。
文件清单:
IFP_FCM算法原始论文:
Improved fuzzy partitions for fuzzy regression models.pdf
程序清单:
IFP_FCM.m - IFP_FCM算法主函数
initifp_fcm.m - initifp_fcm子函数
stepifp_fcm.m - stepifp_fcm子函数
distifp_fcm.m - distifp_fcm子函数
IFP_FCM_T_S_box_test.m - IFP_FCM测试实例:Box和Jenkins煤气炉数据T-S模糊模型辨识
数据文件:
box_data.mat - Box和Jenkins煤气炉数据(IFP_FCM, modified FCM (Fuzzy C-Means) clustering algorithm, in 2003, proposed by Frank Hoppner and Frank Klawonn, FCM algorithm to solve the initial value setting is more sensitive, slow training, while iterating easy to fall into local minimum problem. And comes with Box and Jenkins gas furnace model identification data instance.)
- 2021-04-24 20:18:47下载
- 积分:1