osqzss / gps-sdr-sim

Software-Defined GPS Signal Simulator
MIT License
2.75k stars 773 forks source link

How many satellites are simulated? #376

Closed HaXlezi closed 1 year ago

HaXlezi commented 1 year ago

Hi, can someone please explain, how many satellites are simulated by this SW? Is it simulating just those which could be seen from fictive location or is it just some static number of satellites? Thank you!

osqzss commented 1 year ago

MAX_CHAN defines the number of channels. The default value is 16.

HaXlezi commented 1 year ago

Sooo... if i don´t change this thing, it will always generate singal from 16 satellites independently on selected location?

Imtiaz08 commented 1 year ago

That's true you will have 16 channels but the number of satellites will depend on the location because the simulator picks them based on their elevation angles

HaXlezi commented 1 year ago

Great guys! Thank you so much