Parameters of RSN selection for inter-constellation satellite collaboration

Citation Author(s):
Ting
Xiong
Submitted by:
ting xiong
Last updated:
Fri, 05/14/2021 - 22:44
DOI:
10.21227/ssne-5s49
License:
97 Views
Categories:
0
0 ratings - Please login to submit your rating.

Abstract 

The dataset includes parameters of RSN selection for inter-constellation satellite collaboration. It consists of four files. One includes the satellite topologies, from which we choose three topologies for our evaluations. The other three are parameters for each topology, including each satellite's request frequency, latency to other satellites, storage cost, processing capability, storage space, and reliability.

 

Instructions: 

The data are raw data for evaluation in .txt and .xlsx format. You can get the connections among satellites from satellite topologies.txt, where ‘Time’means the time in a satellite period, and numbers denotes satellites. For parameters in each topologies, if you use Matlab, data = xlsread('parameters in Topox.xlsx',1); latency = data(1:67,:)'; request frequency = data(68,:); cost = data(69,:); processing capability = data(70,:); storage space  = data(71,:); reliability = data(72,:);