mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Fix meaning of beam elevation angle
This commit is contained in:
parent
333abfcdd4
commit
fb9950c8cc
3 changed files with 23 additions and 12 deletions
|
@ -34,9 +34,9 @@ int main(int argc, char *argv[])
|
|||
std::vector<Orbit> orbits = {
|
||||
Orbit (1150, 53.0, 32, 50),
|
||||
Orbit (1110, 53.8, 32, 50),
|
||||
Orbit (1130, 74.0, 8, 50),
|
||||
Orbit (1275, 81, 5, 75),
|
||||
Orbit (1325, 70, 6, 75),
|
||||
// Orbit (1130, 74.0, 8, 50),
|
||||
// Orbit (1275, 81, 5, 75),
|
||||
// Orbit (1325, 70, 6, 75),
|
||||
};
|
||||
NodeContainer satellites;
|
||||
for (Orbit orb: orbits)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue