WSN-Clustering-master

所属分类:matlab编程
开发工具:matlab
文件大小:13KB
下载次数:8
上传日期:2021-01-16 00:23:01
上 传 者tatoufa
说明:  WSN clustering: Leach and Fuzzy

文件列表:
Leach and Fuzzy\Cluster\fuzzyeval.m (3790, 2019-10-14)
Leach and Fuzzy\Cluster\leach.m (2538, 2019-10-14)
Leach and Fuzzy\Cluster\prob.m (346, 2019-10-14)
Leach and Fuzzy\clusterOptimum.m (748, 2019-10-14)
Leach and Fuzzy\createfigure.m (1758, 2019-10-14)
Leach and Fuzzy\dissEnergyCH.m (1768, 2019-10-14)
Leach and Fuzzy\dissEnergyNonCH.m (2263, 2019-10-14)
Leach and Fuzzy\fig.m (183, 2019-10-14)
Leach and Fuzzy\leach.m (2538, 2019-10-14)
Leach and Fuzzy\newCluster.m (3092, 2020-10-27)
Leach and Fuzzy\newNetwork.m (2620, 2019-10-14)
Leach and Fuzzy\newNodes.m (1478, 2019-10-14)
Leach and Fuzzy\newRound.m (940, 2019-10-14)
Leach and Fuzzy\plot1.m (178, 2019-10-14)
Leach and Fuzzy\plotnodes.m (1018, 2019-10-14)
Leach and Fuzzy\plotResults.m (1073, 2019-10-14)
Leach and Fuzzy\prob.m (346, 2019-10-14)
Leach and Fuzzy\startmobile.m (2920, 2020-06-02)
Leach and Fuzzy\startstationary.m (660, 2019-10-14)
wsn_kmean.m (1448, 2019-10-14)
Leach and Fuzzy\Cluster (0, 2020-10-27)
Leach and Fuzzy (0, 2020-10-27)

I have implemented 3 types of clustering algorithm. The codes for all the 3 are types run forever. Since I have used while loops, it is required to stop the execution by pausing. A. Mobile WSN using kmean clustering (i). Run the file wsn_kmean.m. It just gives a basic simulation without any power calculations. B.Mobile/Stationary WSN clustering based on LEACH algorithm (i). For Stationary WSN run the file startstationary.m after setting the variable algr to 'leach' (ii). For Mobile WSN run the file startmobile.m after setting the variable algr to 'leach' These include energy calculations as well. C.Mobile/Stationary WSN clustering based on Fuzzy logic (i). For Stationary WSN run the file startstationary.m after setting the variable algr to 'fuzzyeval' (ii). For Mobile WSN run the file startmobile.m after setting the variable algr to 'fuzzyeval' These include energy calculations as well. Note: For the implementation of the LEACH algorithm I have used the code from mathworks.com website(https://www.mathworks.com/matlabcentral/fileexchange/48162-leach-low-energy-adaptive-clustering-hierarchy-protocol). It works only for stationary WSN (for B (i)). I have modified the code to work for mobile WSN. Further created several files for the implementation of Fuzzy Logic algorithm accordingly, extending the support to current code.

近期下载者

相关文件


收藏者