-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.json
More file actions
66 lines (55 loc) · 1.33 KB
/
variables.json
File metadata and controls
66 lines (55 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"chPosAlgorithm": "random",
"rateAdaptation": "random",
"controller": "simple",
"randomSeed": 7,
"simTime": 30,
"deltaT": 0.1,
"totalFEN": 2,
"totalMinThp": 300e6,
"fenWeightDist": "random",
"minThpDist": "random",
"totalAvailableFrequency": 320e6,
"fading":"yes",
"l_LoS": 1,
"l_NLoS": 20,
"los_function_year": "2008",
"scenario": "high-rise-urban",
"overheadFactors": [1, 0],
"antennaGain": 1,
"transmissionPowerdBm": 20,
"powerSpectralDensity": 4.14e-21,
"frequency": 2.4e9,
"movementType": "random",
"maxVelocity": 10,
"boxDimensions": [1000, 1000, 150],
"minZ": 10,
"bkhPos": [0,0,40],
"safetyDistance": 1,
"manualNodeLocation": [
[0, 0, 0],
[500, 140, 0],
[0, 1000, 0]
],
"manualNodeVelocity": [
[0, 0, 0],
[8, 0, 0],
[0, -5, 0]
],
"maxMCS": 7,
"linRAlearnrate": 1e-3,
"linRAfading": 0.9,
"thompsonType": "single",
"thompsonExpWindow": 1,
"thompsonSWindow": 100,
"chPosOnly": false,
"stepSize": 1,
"tMax": "1e8",
"stepMax": "1e4",
"cooling": "linear",
"posNeighbour": "continuous",
"bwNeighbour": "hbf",
"penalty": "yes",
"manualPosition": [190, 220, 150],
"manualChAssign": [160e6, 80e6, 80e6]
}