TIMESPLITRINEX splits a RINEX GPS file by time.
TIMESPLIT(FILENAME,t) breaks a RINEX file into shorter files of length t in seconds. Useful for breaking a large file into days, or a day file
into hours, etc.
EXAMPLE: If 'myfile.obs' is a day-long rinex file,
TIMESPLIT('myfile.obs',3600) will make 12 files of 1 hour long segments
with names: myfile0.obs,myfile1.obs,myfile2.obs,etc.
Cite As
Ian Howat (2024). TIMESPLITRINEX (https://www.mathworks.com/matlabcentral/fileexchange/15728-timesplitrinex), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2006a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |