Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taroz committed Jul 9, 2024
1 parent 8fc276e commit 56c92b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MatRTKLIB
**MatRKTLIB** provides a MATLAB wrapper for [RTKLIB](https://github.com/tomojitakasu/RTKLIB), an open source GNSS data processing library, and also provides various processes required for actual GNSS analysis and research in its own MATLAB classes. Originally maintained for my own research, I have made it open source.

# Feautures
# Features
- Incorporates RTKLIB as a submodule and provides MATLAB wrappers for almost all RTKLIB functions
- Calling functions of RTKLIB on MATLAB is `rtklib.****`
- Support for vector inputs/outputs for almost all functions
Expand Down Expand Up @@ -30,7 +30,7 @@ If you do not want to compile **MatRTKLIB** yourself, you can download a pre-com
git clone https://github.com/taroz/MatRTKLIB.git
```

To install **MatRTKLIB**, simply add its folder path to your MATLAB path list in MATLAB comand window:
To install **MatRTKLIB**, simply add its folder path to your MATLAB path list in MATLAB command window:

```matlab
addpath('/path/to/MatRTKLIB');
Expand Down Expand Up @@ -63,4 +63,4 @@ Note: If you are syncing directories via OneDrive or Dropbox, the compilation ma
If this happens, please pause the synchronization.

# Citation
TBD
Under review...
10 changes: 5 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This directory contains MatRTKLIB examples.
| compute_double_difference.m | Compute double-differenced GNSS observation |
| compute_fixrate.m | Compute ambiguity fixed rate from RTK-GNSS solution |
| compute_float_ambiguity.m | Compute double-differenced float carrier phase ambiguity |
| compute_geoid.m | Compute Geoid hight |
| compute_geoid.m | Compute Geoid and orthometric hight |
| compute_mean_position.m | Compute mean position from solution file |
| compute_residuals_doppler.m | Compute Doppler residuals |
| compute_residuals_pseudorange.m | Compute pseudorange residuals |
| convert_coordinate.m | Convert LLH, ECEF and ENU position to each other |
| convert_solution_to_kml.m | Convert positioning solution to Google Earth KML file |
| convert_time.m | Convert GPS time, calender time and UTC time to each other |
| edit_rinex_observation1.m | Read and write RINEX observation |
| edit_rinex_observation1.m | Read and write RINEX observation |
| edit_rinex_observation2.m | Trim RINEX observation using time span |
| edit_rinex_observation3.m | Modify RINEX observation interval |
| edit_rinex_observation4.m | Exclude satellites from RINEX observation |
Expand All @@ -28,10 +28,10 @@ This directory contains MatRTKLIB examples.
| evaluate_position_error.m | Evaluate positioning accuracy and plot error |
| evaluate_velocity_error.m | Evaluate velocity accuracy and plot error |
| generate_configuration_file.m | Generate RTKLIB configuration file |
| generate_solution_file.m | Generate RTKLIB solution file |
| generate_solution_file.m | Generate RTKLIB solution file |
| plot_observation1.m | Show observation status and number of satellite |
| plot_observation2.m | Show raw GNSS measurements |
| plot_position.m | Show positon on map |
| plot_position.m | Show position on map |
| plot_satellite_constellation1.m | Show satellite constellation |
| plot_satellite_constellation2.m | Show satellite elevation and azimuth angles |
| plot_solution.m | Show RTK position solutions |
| plot_solution.m | Show RTK position solutions |

0 comments on commit 56c92b8

Please sign in to comment.