% ------------------------------------------------------------------------- % % GNSS-SDR is a Global Navigation Satellite System software-defined receiver. % This file is part of GNSS-SDR. % % Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors) % SPDX-License-Identifier: GPL-3.0-or-later % % ------------------------------------------------------------------------- % %% Read Hibrid Observables Dump clearvars; close all; addpath('./libs'); samplingFreq = 25000000; %[Hz] channels=10; path='/home/dmiralles/Documents/gnss-sdr/'; observables_log_path=[path 'observables.dat']; GNSS_observables= read_hybrid_observables_dump(channels,observables_log_path); %% Plo data %--- optional: search all channels having good satellite simultaneously min_tow_idx=1; obs_idx=1; for n=1:1:channels idx=find(GNSS_observables.valid(n,:)>0,1,'first'); if min_tow_idx