1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-16 18:06:35 -04:00
Commit Graph

1606 Commits

Author SHA1 Message Date
f4exb
611171234a Updated versions and changelogs 2021-09-05 22:40:56 +02:00
f4exb
e034a18de1 Updated versions and changelogs 2021-08-08 06:36:18 +02:00
Jon Beniston
8e888ac9ae Pager: Add extra Hebrew charaters. Use reverse option, instead of right-to-left, as Hebrew appears to be transmitted last first 2021-07-28 15:00:43 +01:00
Jon Beniston
0acb9e4668 Fix gcc warnings 2021-07-22 16:22:13 +01:00
Jon Beniston
ff508df7eb Radio Clock: Add support for WWVB 2021-07-22 16:08:55 +01:00
Jon Beniston
9535ecb547 Radio Clock: Add support for WWVB and display daylight savings 2021-07-22 16:05:46 +01:00
Jon Beniston
480f41ab50 Add support for character set mapping in Pager demod 2021-07-19 17:57:13 +01:00
f4exb
1bd384fd6c Updated versions and changelogs 2021-07-17 10:28:23 +02:00
f4exb
8e924a3dba AIS mod and demod, IEEE 802.15.4 mod: scope and spectrum feed optimization 2021-07-16 02:40:44 +02:00
Jon Beniston
99c0236cb6 Remove obsolete variable 2021-07-15 12:01:23 +01:00
Jon Beniston
dfd9f59216 Remove obsolete macro 2021-07-15 12:01:13 +01:00
Jon Beniston
6f2952137e Increase widget minimum width when scope is visible so that it is wide enough for all its controls 2021-07-15 12:00:45 +01:00
f4exb
a151cdfe12 Updated versions and changelogs 2021-07-13 22:28:03 +02:00
f4exb
e5bb3cb699 SSB demod: set bandwidth and low cut to maximum before adjusting limits. Fixes #957 2021-07-13 22:07:23 +02:00
f4exb
8750ca9160 Pager demod: optimize feed samples to scope and set sample rate in scope GUI 2021-07-13 18:03:12 +02:00
f4exb
4bd7c5dac8 RadioClock: ScopeVis feed optimization 2021-07-13 17:46:01 +02:00
f4exb
d98046f615 Revert "RadioClock: moved ScopeVis to plugin core"
This reverts commit 4ac6c54f95.
2021-07-13 17:42:14 +02:00
f4exb
86ceb245cd RadioClock: simplify sampleToScope 2021-07-13 17:28:35 +02:00
f4exb
fc9ade2573 RadioClock: set Scope GUI sample rate 2021-07-13 17:28:35 +02:00
f4exb
8e1491f9c2 RadioClock: put sample rate as static constant in settings 2021-07-13 17:28:35 +02:00
f4exb
4ac6c54f95 RadioClock: moved ScopeVis to plugin core 2021-07-13 17:28:35 +02:00
f4exb
3a3dc0d8c0 Channel Analyzer / Scope: fixed sample rate handling. Fixes #956 2021-07-10 22:41:24 +02:00
Jon Beniston
600e071421 Fix gcc warning 2021-07-09 13:40:31 +01:00
Jon Beniston
feecd02631 Fix gcc warnings 2021-07-09 13:23:57 +01:00
Jon Beniston
72602a28e4 Add demodpager 2021-07-09 12:48:02 +01:00
Jon Beniston
ade4246ac2 Add Pager demodulator plugin that supports POCSAG as per #738 2021-07-09 12:06:23 +01:00
f4exb
103f6f6181 Updated versions and changelogs 2021-07-04 05:28:53 +02:00
f4exb
af1dc38647 Compile Noise Figure plugin only if Boost version is greater or equal to 1.70.0. Fixes #943 2021-07-01 08:55:30 +02:00
f4exb
3c50274d1a Demod Analyzer: allow complex input. Fixes #932 2021-06-30 19:40:04 +02:00
f4exb
0d4da317b3 Demod Analyzer: fixed sample rate handling. Fixes #931 2021-06-29 21:47:27 +02:00
f4exb
a57c856a26 Updated versions and changelogs 2021-06-27 19:17:28 +02:00
f4exb
2eb8abeb00 Scope GUI: amplitude and offset reset buttons. Fixes and updated documentation 2021-06-27 11:42:27 +02:00
f4exb
f886f7d400 Scope GUI: refactor amp offset 2021-06-27 10:10:28 +02:00
f4exb
70167c0ed8 Scope GUI: refactor amp scale 2021-06-27 01:52:42 +02:00
Jon Beniston
2043e57b41 Update APT readme 2021-06-25 16:51:13 +01:00
Jon Beniston
de2654aeb4 Add support for zooming in to image 2021-06-25 16:38:52 +01:00
Jon Beniston
3fea5fb414 Send multiple streams to scope 2021-06-25 13:46:03 +01:00
Jon Beniston
681b679c38 Remove magsq check which was far too high for testcase reported in #750 2021-06-23 13:14:27 +01:00
Jon Beniston
e989d40f78 Fix spelling of time zone 2021-06-22 17:51:29 +01:00
Jon Beniston
362c34db03 Fix image path in docs 2021-06-22 17:43:02 +01:00
Jon Beniston
0faaa8397d Add radio clock plugin 2021-06-22 17:38:56 +01:00
f4exb
28214de978 Issue #925. Issue was in GLScopeGUI::setBuddies not the plugin(s) 2021-06-16 06:47:44 +02:00
f4exb
07a81679d8 AIS demod GUI: adapt to new scope. Add first trace and first trigger. Fixes #925 2021-06-16 00:06:27 +02:00
f4exb
82f1004f28 ChirpChat demod: updated readme. Updated versions and changelogs 2021-06-12 19:48:24 +02:00
f4exb
d08844a34c GLScope redesign: using GLScopeSettings (1) 2021-06-12 10:18:18 +02:00
Jon Beniston
e987deb8e0 Add support for linear interpolation, which can be more accurate if
there's a sharp knee in the curve.
Add support for displaying noise floor in results table.
2021-06-10 20:10:19 +01:00
Jon Beniston
ae88a7e584 Report to GUI if failed to open VISA device 2021-06-09 17:23:37 +01:00
Jon Beniston
5d24bf9086 Fix gcc warnings 2021-06-09 17:14:56 +01:00
Jon Beniston
88f2170676 Fix typos in docs 2021-06-09 17:03:26 +01:00
Jon Beniston
97669585ad Add noise figure plugin 2021-06-09 16:17:59 +01:00