Skip to content

A complete model of the Global Positioning System (GPS) consisting of three programs: vehicle, satellite, and receiver. The vehicle generates positional data, the satellite converts those into data of the kind processed by GPS receivers, and the receiver converts these back into positional data.

coleschon/gps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps

A complete model of the Global Positioning System (GPS) consisting of three programs: vehicle, satellite, and receiver. The vehicle generates positional data, the satellite converts those into data of the kind processed by GPS receivers, and the receiver converts these back into positional data.

Running

Run the satellite and reciever programs with

julia --project=. src/satellite.jl

and

julia --project=. src/receiver.jl

respectively.

About

A complete model of the Global Positioning System (GPS) consisting of three programs: vehicle, satellite, and receiver. The vehicle generates positional data, the satellite converts those into data of the kind processed by GPS receivers, and the receiver converts these back into positional data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages