Thanks for your response.
Could you please guide me with the following situation?
I have collected the GNSS log using the GPSTest and GnssLogger android applications. What I want to do is to calculate the latitude and longitude of my device's position from these logs one constellation at a time. So I want to end up with four different latitude and longitudes which are from GPS, Glonass, Galileo and BeiDuo separately. My goal is to find out if GPS is being jammed in a given location by comparing these latitudes and longitudes.
1. Is this feasible using an android device as GNSS data collector?
2. How should I process the raw data to get the latitude and longitude? What tools should I use? What steps should I take?