Damian Miralles
c9fba22307
bugreport: Time managment with boost posix time
...
Need to fix bug in time duration with posix time and deal with day
offsets in the code. Something seems off with day duration for long
periods of time.
2017-10-24 08:51:38 -06:00
Carles Fernandez
498dc22940
Merge remote-tracking branch 'cf/plot-corr' into next
...
Add 2 new plots: correlators output and constellation diagram
2017-10-24 14:54:38 +02:00
Carles Fernandez
218c23000b
Small fixes
2017-10-24 14:47:05 +02:00
Carles Fernandez
2c3ada26f2
Add constellation diagram plot
2017-10-24 14:23:59 +02:00
Carles Fernandez
ac99ba5b75
Fix exception catching
2017-10-24 11:38:37 +02:00
Carles Fernandez
8509b7254a
Add opaque legend
2017-10-24 08:45:13 +02:00
Carles Fernandez
d1ed8a963c
Add plot of correlators\' output
2017-10-23 19:25:41 +02:00
Carles Fernandez
967e418fcd
Merge branch 'savepdf' into next
...
Save Gnuplot figures in pdf files
2017-10-23 00:01:42 +02:00
Carles Fernandez
d86158a94a
Adjust font size in pdf files
2017-10-22 23:04:39 +02:00
Carles Fernandez
32dde63348
Save figures in pdf format
2017-10-22 22:33:27 +02:00
Carles Fernandez
0eb864a498
Merge remote-tracking branch 'cf/add-gnuplot' into next
...
This merge adds the capability for some tests to output figures with
plots of the results, using gnuplot if it is available in the system.
The user needs to activate the corresponding flag in the tests in
which it is allowed (those flags start with --plot_...).
See doc at http://gnss-sdr.org/docs/tutorials/testing-software-receiver/
This will display figures in new windows and will save PostScript
files (.ps) in the folder where the test was called.
2017-10-22 20:37:54 +02:00
Carles Fernandez
d73825ebef
Add 3d plot to position test
2017-10-22 19:39:16 +02:00
Carles Fernandez
4d7f93fd43
Add plot of precision results
2017-10-22 18:05:02 +02:00
Carles Fernandez
0164d6725d
Simplify gnuplot interface usage in tests
2017-10-22 09:14:25 +02:00
Carles Fernandez
785d6185c3
Print both plots
2017-10-22 08:29:35 +02:00
Carles Fernandez
b6573b00e6
Fix persist for Mac
2017-10-22 08:28:59 +02:00
Carles Fernandez
5b23e29beb
Fix error
2017-10-22 08:23:19 +02:00
Carles Fernandez
19b280e089
Add persist to gnuplot terminal
2017-10-22 08:20:51 +02:00
Carles Fernandez
e006b66f51
Fix postscript generation
2017-10-21 16:33:26 +02:00
Carles Fernandez
c4ba566c42
Keep windows open in Linux
2017-10-21 13:39:41 +02:00
Carles Fernandez
d0bd3987e1
Fix warnings
2017-10-21 13:38:25 +02:00
Carles Fernandez
ff4938702e
Add Gnuplot-based plot results for FFT MeasureExecutionTime test
2017-10-21 13:05:51 +02:00
Carles Fernandez
1ac986e207
Test FFT with random numbers instead of all zeros
2017-10-20 12:58:44 +02:00
Damian Miralles
a1b9b092f5
Debugging GLONASS code to obtain position solution
2017-10-19 13:22:55 -06:00
Carles Fernandez
6f5f8e8948
Catch exception
2017-10-19 20:52:32 +02:00
Carles Fernandez
21fbe61243
Remove more unrequired includes and reorder them
2017-10-19 20:51:30 +02:00
Carles Fernandez
e944aad824
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2017-10-19 19:26:40 +02:00
Carles Fernandez
54a0070a33
Remove unrequired and repeated includes
2017-10-19 19:26:08 +02:00
Gastd
d88c0cf3b0
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-10-19 12:51:53 -02:00
Carles Fernandez
797a012a09
Merge branch 'antonioramosdet-next' into next
2017-10-18 13:24:01 +02:00
Unknown
c114d38975
Notch filters FFT improved
...
FFT migrated from Armadillo to GNU Radio
2017-10-18 12:36:12 +02:00
Unknown
f6397c9c39
Merge remote-tracking branch 'origin/next' into next
2017-10-18 11:21:51 +02:00
Unknown
52a072b2fe
Merge branch 'testing' into next
...
New unit tests for arithmetic (FFT) and input filters
2017-10-18 11:21:22 +02:00
Unknown
d5590eefe4
Added FFT speed test
...
Unit test comparing GNU Radio and Armadillo FFT implementations
2017-10-18 11:04:17 +02:00
Carles Fernandez
511675a97e
Apply project's coding style
2017-10-18 09:08:13 +02:00
unknown
5ad7d7a800
Merge remote-tracking branch 'origin/next' into next
2017-10-17 14:17:34 +02:00
Unknown
2c739a26bf
Added Armadillo VS GNU Radio FFT speed test
...
Unit test comparing the two FFT implementations
2017-10-17 14:17:11 +02:00
Unknown
9a74120e7c
Added Notch Filter Lite tests
...
Unit tests for Notch Lite input filter
2017-10-17 11:44:41 +02:00
Unknown
117329c1fc
Avoiding copying input buffers
...
Improving performances of Notch and Notch Lite input filters
2017-10-17 11:29:30 +02:00
Unknown
0aa178b3ab
Merge branch 'next' into testing
2017-10-17 11:10:00 +02:00
Unknown
93cd6a1713
Avoiding copying input buffers
...
Improving performances of Notch and Notch Lite input filters
2017-10-17 10:40:45 +02:00
Unknown
a1d432f9e8
Added Notch Filter tests
...
Unit test fot Notch input filter
2017-10-17 09:38:16 +02:00
Carles Fernandez
66a585bfeb
Replace C-style casts by C++-style casts
2017-10-16 20:35:06 +02:00
Carles Fernandez
8ef49734db
Avoid writing in the input buffer
...
This was uncovered when replacing C-style casts to C++-style casts.
Apply project's indentation style
2017-10-16 20:17:32 +02:00
Unknown
d8481d927b
Added Pulse Blanking unit tests
...
New unit tests for the pulse blanking input filter
2017-10-16 16:36:51 +02:00
Carles Fernandez
44edbb3946
Merge branch 'antonioramosdet-next' into next
2017-10-16 11:39:43 +02:00
Carles Fernandez
732597860f
Fix building
2017-10-16 11:39:22 +02:00
Carles Fernandez
b42ddeb524
Merge branch 'next' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-next
2017-10-16 10:14:58 +02:00
Carles Fernandez
acfd4cc0c9
Replace C-style casts by C++ casts
...
Apply code styling
Fix a GCC warning (unused variable)
2017-10-14 12:30:03 +02:00
Unknown
0f45e7d211
Block Factory filter instantiation tests
...
Added test cases for Pulse_Blanking, Notch and Notch_Lite filters
2017-10-13 16:21:26 +02:00