Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
3fce7688
Commit
3fce7688
authored
Jan 09, 2025
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rfsimulator: update earth radius for LEO simulation to match UE position in ue.conf file
parent
be2ed079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
radio/rfsimulator/apply_channelmod.c
radio/rfsimulator/apply_channelmod.c
+1
-1
No files found.
radio/rfsimulator/apply_channelmod.c
View file @
3fce7688
...
...
@@ -56,7 +56,7 @@ void rxAddInput(const c16_t *input_sig,
- The ground station is located at the North Pole (positive Zaxis), and the satellite starts from the initial elevation angle 0° in the second quadrant of the YZplane.
- Satellite moves in the clockwise direction in its circular orbit.
*/
const
double
radius_earth
=
637
1e3
;
// m
const
double
radius_earth
=
637
7900
;
// m
const
double
radius_sat
=
radius_earth
+
channelDesc
->
sat_height
;
const
double
GM_earth
=
3.986e14
;
// m^3/s^2
const
double
w_sat
=
sqrt
(
GM_earth
/
(
radius_sat
*
radius_sat
*
radius_sat
));
// rad/s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment