Commit Graph

  • 9625070ea9 Pretty-printing of satellites is back again Carles Fernandez 2012-01-30 23:14:57 +0000
  • cdccdac4c6 Bug fixed in channel.cc Luis Esteve 2012-01-30 14:13:34 +0000
  • 9f3fbeb52d Code cleaning and few optimizations in tracking modules. Javier Arribas 2012-01-29 18:03:56 +0000
  • dd01b83bc3 GNSS SDR now uses the unified Gnss_Synchro class to exchange signal synchronization data between Acquisition, Tracking and Telemetry decoder blocks. Javier Arribas 2012-01-27 18:01:17 +0000
  • ec57e48f4e Major changes in flowgraph, configuration file and channel. Added gnss_signal class. Luis Esteve 2012-01-27 11:58:55 +0000
  • 22925909fd Added new classes Gnss_Synchro and Gnss_Signal Javier Arribas 2012-01-25 16:23:54 +0000
  • 5170a9bc24 Cleaning compilation warnings Carles Fernandez 2012-01-25 03:25:39 +0000
  • 3b5189075b Cleaning tests Carles Fernandez 2012-01-25 03:16:08 +0000
  • 0d598a7188 Added implementation of plain cordic class in tracking/libs. Added a corresponding test. The implementation is slower than standard sin and cos implementations, so it is not used in the receiver. The test will fail otherwise, indicating that this should be used instead of standard functions. Carles Fernandez 2012-01-25 01:57:28 +0000
  • e37f6cd072 Added documentation for Google Test in Mac OS X Carles Fernandez 2012-01-25 01:52:38 +0000
  • c4f426c39b README updated with instructions about Google Test Carles Fernandez 2012-01-23 15:06:10 +0000
  • 059b05fcf2 Fixing compilation and linking of googletest Carles Fernandez 2012-01-23 14:47:06 +0000
  • 3bff16b5d1 Code cleaning. Carles Fernandez 2012-01-23 00:52:05 +0000
  • 88aab41407 Restoring trunk from an accident Carles Fernandez 2012-01-21 03:13:41 +0000
  • 80af09f91f Acquisition, Tracking and TelemetryDecoder blocks now use Gnss_Satellite class and have access to know what parameters have to use. Algorithms are not system-related anymore. Carles Fernandez 2012-01-20 23:28:11 +0000
  • b72802a51f Added experimental SIMD-accelerated correlator for tracking, using GNURadio volk libraries. Javier Arribas 2012-01-20 16:37:16 +0000
  • 305d9f14c1 Class Gnss_Satellite extended to tracking Carles Fernandez 2012-01-19 19:30:05 +0000
  • 0704e664e5 Fixes problem that broke compilation in Mac OS Carles Fernandez 2012-01-19 19:28:41 +0000
  • c03042059c Extending the Gnss_Satellite class to the acquisition interfaces Carles Fernandez 2012-01-19 17:42:33 +0000
  • d9aff36247 Introducing Gnss_Satellite into the receiver Carles Fernandez 2012-01-19 07:35:49 +0000
  • 115b36c722 add a new class called gnss_satellite. Carles Fernandez 2012-01-16 22:01:29 +0000
  • 60da2f4336 Code cleaning Carles Fernandez 2012-01-16 18:27:31 +0000
  • 276f7dd2dc cleaning code Carles Fernandez 2012-01-13 01:28:42 +0000
  • 82c17438b5 code cleaning Carles Fernandez 2012-01-13 01:06:28 +0000
  • 32690a7d59 Tracking Classes are now upper case. Carles Fernandez 2012-01-13 00:49:24 +0000
  • 69f9d8f902 Class kml_printer is now Kml_Printer, following the coding style. Carles Fernandez 2012-01-13 00:22:47 +0000
  • a9415b8630 Rinex_Printer now prints observable data in 2.11 format. Still experimental. Carles Fernandez 2012-01-12 05:47:50 +0000
  • 63377a4ece The class gps_navigation_message is now Gps_Navigation_Message, following the coding style. Carles Fernandez 2012-01-12 00:47:32 +0000
  • 76b33f232e Now the Rinex_Printer prints all the satellites' nav data available in the channels. Carles Fernandez 2012-01-12 00:21:29 +0000
  • bc62d8d5be Some code cleaning Carles Fernandez 2012-01-11 09:01:24 +0000
  • dab517aff0 Advances with the rinex printer. Carles Fernandez 2012-01-11 07:05:09 +0000
  • 31faaa7722 Minor documentation fixes Carles Fernandez 2012-01-10 09:49:09 +0000
  • ca960b96e9 Now the software recognizes the satellite block to which the SV belongs. Carles Fernandez 2012-01-10 08:43:58 +0000
  • a555102566 The navigation message class now computes satellite velocity, which can be useful for some synchronization algorithms (e.g. Vector Tracking Loops) Carles Fernandez 2012-01-10 01:34:58 +0000
  • 9a2d4c8a09 Improvements in RINEX headers Carles Fernandez 2012-01-09 09:58:54 +0000
  • b1d1d53e9e deactivates SetVersionString Carles Fernandez 2012-01-07 05:28:55 +0000
  • db1880f23d fix compitation in Ubuntu Carles Fernandez 2012-01-07 05:26:47 +0000
  • 8738498691 Added a method in gps_navigation message that computes UTC time. Carles Fernandez 2012-01-07 05:21:11 +0000
  • 03d6999225 - Removed d_TGD from clock correction computation (bug fix) Carles Fernandez 2012-01-04 07:52:56 +0000
  • d61d86900b Added more decodification of the NAV data message Carles Fernandez 2012-01-03 19:35:56 +0000
  • b49fb745c5 Reference to official KML standard Carles Fernandez 2012-01-03 19:33:14 +0000
  • b96f882e25 Remove legacy code Carles Fernandez 2012-01-03 19:32:13 +0000
  • ce4ddd03e8 Deleting gps_telemetry.cc and gps_telemetry.h. Most of the functions were not used anywhere, the others have been moved to places in which make sense. Carles Fernandez 2012-01-03 09:27:24 +0000
  • 3ceef64d27 Minor documentation fixes, changes of #defines by const Carles Fernandez 2012-01-03 07:31:32 +0000
  • ca5463e2d8 Improvements in the decodification of NAV message; Some advances in the implementation of a RINEX printer (remains deactivated) Carles Fernandez 2012-01-03 05:38:45 +0000
  • fc4d8cc7bf Recovering compatibility with the Boost version that comes with Ubuntu 10.10. Carles Fernandez 2011-12-28 21:55:11 +0000
  • 2ce62706af Adding documentation and improving code formatting. Carles Fernandez 2011-12-28 21:36:45 +0000
  • 48719c3075 Improving documentation Carles Fernandez 2011-12-28 03:05:37 +0000
  • 0cee2be18f Now you can change the default /tmp directory with the flag --log_dir Carles Fernandez 2011-12-27 21:21:12 +0000
  • 27b5074152 gnss-sdr now accepts a --config_file flag for specifying the configuration file: Carles Fernandez 2011-12-26 05:04:27 +0000
  • 87aa9baf17 Now GNSS-SDR builds in Mac OS X 1.6 Carles Fernandez 2011-12-25 23:32:11 +0000
  • 67da579ae1 Fixing typo in variable name Carles Fernandez 2011-12-24 22:59:08 +0000
  • 2724e20e6e Fixing typo in variable name Carles Fernandez 2011-12-24 22:52:33 +0000
  • 7aa58ef590 Fixing the round problem Carles Fernandez 2011-12-24 22:45:14 +0000
  • 181596a55e Fixing some problems with Boost round (works in darwin) and std::round (works in linux gcc). Also fixing building problems Carles Fernandez 2011-12-24 22:15:37 +0000
  • baebfd96be Adding compatibility with Mac OS X 10.6.8 (Snow Leopard) Carles Fernandez 2011-12-24 20:54:25 +0000
  • b4eae8c37a updating perftools version Carles Fernandez 2011-12-24 01:48:31 +0000
  • b2e91bd75b updating perftools version Carles Fernandez 2011-12-24 00:07:22 +0000
  • 47ec224ad1 Adding header and some corrections Carles Fernandez 2011-12-22 03:44:19 +0000
  • a527ebe0ac Updating build instructions and fixing typos Carles Fernandez 2011-12-22 02:48:56 +0000
  • b03a22ad8b Updating build instructions Carles Fernandez 2011-12-22 02:26:28 +0000
  • 4e6d8f869c Enabling multithreading by default Carles Fernandez 2011-12-22 02:17:55 +0000
  • fb6151c8b3 USRP1 source, that was build upon gnuradio-usrp, has been deactivated. Now GNSS-SDR is compatible with GNU Radio 3.5.0 Carles Fernandez 2011-12-21 00:21:20 +0000
  • 268d463836 Added Google-Perftools linker flags to jamroot.jam Javier Arribas 2011-12-20 11:04:51 +0000
  • 8fd6b662b7 Added GNURadio 3.4.2 and Ubuntu 11.10 compatibility. Environment variable GNURADIO_330_ROOT is now generic GNURADIO_ROOT Javier Arribas 2011-12-14 16:50:36 +0000
  • 69b8ac00dc - Major changes: - The executable file and the default configuration file is now changed from "./install/mercurio" and "./conf/mercurio.conf" to "./install/gnss-sdr" and "./conf/gnss-sdr.conf", respectively. - Configuration file structure changed to define in a single entry the internal sampling frequency (after the signal conditioner). NOTICE that this change affects the all the adapters (acquisition, tracking, telemetry_decoder, observables, and PVT). All the adapters are now modified to work with this feature. - Moved several in-line GPS L1 CA parameters (a.k.a magic numbers..) to ./src/core/system_parameters/GPS_L1_CA.h definition file. - Tracking blocks now uses DOUBLE values in their outputs. - Observables and PVT now are separated. PVT and their associated libraries are moved to ./src/algorithms/PVT - Temporarily disabled the RINEX output (I am working on that!) - GNSS-SDR screen output now gives extended debug information of the receiver status and events. In the future, this output will be redirected to a log file. Javier Arribas 2011-12-07 17:59:34 +0000
  • 57f7a128a5 Removed namespace arma in PVT. Now Armadillo is called using arma::xxxx Javier Arribas 2011-11-28 10:52:52 +0000
  • 40754e6256 Linear Algebra Library replacement: ITPP is now replaced by Armadillo Javier Arribas 2011-11-28 10:19:41 +0000
  • 994e2dddfe Bug fixed in gps_l1_ca_pcps_acquisition_cc. Re-acquisition is ok now. Luis Esteve 2011-11-26 14:20:47 +0000
  • 34d1c5110b GNSS-SDR Major changes: Javier Arribas 2011-11-22 17:21:54 +0000
  • 004cd776d9 BUG FIX: Now the file_signal_source obeys the SignalSource.samples configuration parameter in the conf file. This fix allows limiting the number of samples to be processed by the receiver. Javier Arribas 2011-11-21 10:04:37 +0000
  • 93bb040a1e Changes in gps_l1_ca_pcps_acquisition_cc.cc. New test statistic of CFAR algorithm, according to decision theory. Luis Esteve 2011-11-12 17:39:32 +0000
  • dcc3e4d858 Change of the set_doppler_freq_shift(float phase) to set_doppler_freq_shift(float doppler_freq_hz), and set_prn_code_phase(signed int phase) to set_prn_code_phase(signed int phase_samples), which are more appropiate, in tracking_interface. Minor changes in tracking adapters to be coherent with the new variable names Javier Arribas 2011-11-07 11:47:49 +0000
  • bd51c2ab7c IT++ dependency and build instructions added to README Javier Arribas 2011-10-31 09:51:09 +0000
  • 1040e6865d Added J.Arribas contributions: PVT with basic least squares and rinex 2.1 output is now enabled, tracking channels now estimate the CN0 and performs a basic carrier lock detector and returns to acquisition if the tracking loss the lock. Javier Arribas 2011-10-28 15:01:46 +0000
  • 0069bef236 git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@74 64b25241-fba3-4117-9849-534c7e92360d Carles Fernandez 2011-10-01 19:23:34 +0000
  • a934521336 testing eclipse Carles Fernandez 2011-10-01 19:05:21 +0000
  • 228fa3b797 moving things to trunk Carles Fernandez 2011-10-01 18:45:20 +0000
  • 0d9423d5ed git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@70 64b25241-fba3-4117-9849-534c7e92360d Carles Fernandez 2011-10-01 18:39:50 +0000