diff --git a/README.md b/README.md index fc086d8..8e563a3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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'); @@ -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 \ No newline at end of file +Under review... \ No newline at end of file diff --git a/examples/README.md b/examples/README.md index ba5a70d..55f352a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 | @@ -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 | \ No newline at end of file +| plot_solution.m | Show RTK position solutions | \ No newline at end of file