资源列表
xw_SFLA_forwater
- 基本蛙跳算法计算water函数的最大值,其中water函数可以根据需求自己建立,运行这个程序,就能求出water函数的最大值(This is a matlab code for shuffed frog leading algorithm which can get a max for function named water. The water function you can build based on the need of yourself.)
bin
- matlab文件的创建读写以及指针定位简单中文使用教程(Creating, reading, writing and pointer positioning of MATLAB)
lagrange
- 拉格朗日插值算法函数程序以及使用的主程序,适合新人的新手教程(Lagrange interpolation algorithm function program and the use of the main program)
电动汽车有序充电的蒙特卡洛模拟
- 可以用此程序进行电动汽车接入配电网的蒙特卡洛模拟(Monte Carlo simulation for electric vehicle to distribution network)
LMSNLMS
- 自适应干扰对消MATLAB仿真,其中也包括NLMS算法。(Adaptive interference cancellation MATLAB simulation, including NLMS algorithm.)
fft16
- The following Matlab project contains the source code and Matlab examples used for 16 point radix 2 dif fft . Contain the computation of 16 point DIF FFT in each stages and reordering process.
entropy
- 计算香浓熵,用于信号处理,表征信号混乱度。试过了,可以正常使用(Shannon entropy is calculated for signal processing and signal confusion is calculated. Tried, can be used normally)
FuzzyClustering
- 模糊聚类识别算法,可以用于机械故障诊断中的故障分类(Fuzzy clustering recognition algorithm can be used in fault classification of mechanical fault diagnosis)
fcmC
- FCM模糊聚类识别算法,可用于信号处理中的模式识别(FCM fuzzy clustering recognition algorithm can be used for pattern recognition in signal processing)
新建文件夹
- ICA(独立成分分解),可实现采集信号中源信号的分离,便于提取特征量,实现模式识别。同时由于可以将源信号分离开来,可实现信号的降噪,去掉基波、三次谐波、五次谐波等(ICA (independent component decomposition) can realize the separation of the source signals in the acquisition signal, and facilitate the extraction of the feature quant
新建文件夹
- 一个很经典的粒子滤波小程序,非常适合初学者的使用和学习。(A very classic small program of particle filter which is suitable for learning and using of new students.)
Simpson
- 运用辛普森法则运算某个函数的积分,此为其程序(To get the integration of a function by Simpson's method.)