Solving Pseudorange Positioning Equations with MATLAB Implementation
Develop a MATLAB program to solve pseudorange positioning equations, process actual measurement data, and compute receiver position and clock bias. The provided dataset includes two sets of 8-channel data where X, Y, Z represent satellite coordinates in WGS-84 coordinate system, and Range corresponds to corrected pseudorange measurements. Key implementation involves linearization techniques and iterative least-squares algorithms.