1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 18:36:34 -04:00
Commit Graph

82 Commits

Author SHA1 Message Date
f4exb
91cab6c623 Use cmake options to specify build type and debug output so that CMakeList.txt needs not be modified to control this 2015-10-22 02:19:07 +02:00
Edouard Griffiths
c16017f085 Updated Readme with branches information 2015-10-19 23:51:47 +02:00
f4exb
9c9776e569 Create own class for logical device DSP engine. Use this class in main DSP engine 2015-10-15 04:05:19 +02:00
f4exb
c4be82a40b Updated Readme and main config file to remove debug messages 2015-10-08 02:45:28 +02:00
f4exb
21180b18fb Removed Tx tabs 2015-10-07 03:20:17 +02:00
f4exb
f1cd4bf992 Channel analyzer: added display of channel power in dB. Changed minus radio button for a iconified toggle button 2015-10-04 05:28:11 +02:00
f4exb
e9127d1b92 Merged include-gpl into include and removed GPL dribble in About dialog 2015-10-03 04:08:48 +02:00
f4exb
3540efc696 FCD Pro+: normalized plugin device Id definition 2015-10-01 04:23:22 +02:00
f4exb
3ced80e198 Fixed source plugins virtual methods 2015-09-30 08:55:58 +02:00
f4exb
23b37c784b Presets by source: updated readme 2015-09-29 03:51:28 +02:00
f4exb
aa66d26059 Changed HackRF sample rate list 2015-09-27 22:44:47 +02:00
f4exb
2b092bf660 Added support for HackRF. Interim state #3 2015-09-27 07:37:15 +02:00
f4exb
2932cbfdc3 Added support for HackRF. Interim state #1 2015-09-24 02:50:24 +02:00
f4exb
34942340a3 NFM demod: back to the basics 2015-09-12 16:34:57 +02:00
f4exb
efa1a0c58a Support for Airspy: first working version 2015-09-11 03:02:02 +02:00
f4exb
61e6e3e2cc Support for Airspy: compiles 2015-09-10 05:53:37 +02:00
f4exb
178704be1c Fixed FCD Pro LNA gain setting 2015-09-08 08:28:43 +02:00
f4exb
e784cf7f7f Deep redesign: Better support for FCD dongles #10: Proper support of FCD Pro+ 2015-09-06 01:34:20 +02:00
f4exb
bf330c00fc Moved FCD HID commands in their respective includes for Pro and Pro+ 2015-09-05 06:24:02 +02:00
f4exb
f56a3d9385 Deep redesign: Better support for FCD dongles #7: reflect removal of old FCD plugin in readme 2015-09-04 05:18:02 +02:00
f4exb
a2a9c45210 Deep redesign: Better support for FCD dongles #7: Activate original Pro plugin with proper enumeration of Pro or Pro+ matching devices 2015-09-04 05:02:45 +02:00
f4exb
ba4b2bd83b Deep redesign: Better support for FCD dongles #6: have two distinct plugins for Pro and Pro+. Only Pro+ is active at the moment 2015-09-04 04:16:05 +02:00
f4exb
a909c4c40c Deep redesign: Better support for FCD dongles #1 2015-09-03 03:57:54 +02:00
f4exb
234fb61955 Deep redesign: replaced smelly Spinlock mutex by standard QMutex in message queue 2015-09-02 01:51:49 +02:00
f4exb
4fba8144dc Deep redesign: move to SDRangel #8. Updated plugin about text 2015-09-02 01:16:40 +02:00
f4exb
b3fd6bad15 Deep redesign: more optimizations 2015-09-01 08:36:10 +02:00
f4exb
952a2b39ed Removed title in readme 2015-08-31 02:12:37 +02:00
f4exb
56c0f923a7 Updated banner image link in readme 2015-08-31 02:09:10 +02:00
f4exb
031b4cb1bd Deep redesign: move to SDRangel #7. Updated readme 2015-08-31 01:24:04 +02:00
f4exb
3aa4dc710b Deep redesign: move to SDRangel #6. New readme and cleanup 2015-08-30 21:46:27 +02:00
f4exb
a6a7145f3d Deep redesign: phase #4. Compiles 2015-08-17 08:29:34 +02:00
f4exb
f5c5e19571 Deep redesign: phase #2 2015-08-14 05:00:28 +02:00
f4exb
7433cdd91e Fixed startup initialization sequence: interim state #2 2015-08-13 01:14:21 +02:00
f4exb
a7da0b76e2 Fixed startup initialization sequence: interim state #1 2015-08-12 09:03:02 +02:00
f4exb
1168135bd4 add libboost-all-dev in the list of dependencies for building 2015-08-11 03:02:32 +02:00
f4exb
110956ba9c File sample source plugin now functional 2015-08-06 01:43:35 +02:00
f4exb
f9029e8572 Implemented a minimalist file source plugin (recording reader) compilable but untested 2015-08-03 01:04:20 +02:00
f4exb
3dba9a0ea9 Implemented minimalist recording 2015-07-28 23:54:17 +02:00
f4exb
5c0330e00a Fixed BladeRF plugin LNA gain setting. Appended dB unit for gain
displays.
2015-07-26 20:44:05 +02:00
f4exb
f06c8e1e58 Changed scope trigger level scale and display 2015-07-26 10:35:57 +02:00
f4exb
620f857eeb Update Readme.md 2015-07-24 08:46:26 +02:00
f4exb
a5bf0c2720 Added spectrum histogram clear button 2015-07-24 01:09:03 +02:00
f4exb
bec9d90bd3 Scope trigger on both edges 2015-07-23 06:52:12 +02:00
f4exb
837ef9f0db Implemented trigger delay 2015-07-23 04:58:27 +02:00
f4exb
833b8c30c7 Rename trigger delay to pre-trigger delay and variables based on trigPre 2015-07-21 22:18:17 +02:00
f4exb
e0860a0d40 Implemented scope trigger delay 2015-07-21 01:33:58 +02:00
f4exb
6d27dc5e0b Sort channel plugins by delta frequency and type before saving to preset 2015-07-19 02:07:40 +02:00
f4exb
69101c0629 Enhanced spectrum display: Histogram: define NO_AVX, wider decay range, make stroke and late holdoff adjustable. Added option to show live spectrum (had only max hold before) 2015-07-16 04:55:14 +02:00
f4exb
c9f9990764 Added a scope widget in the channel analyzer plugin 2015-06-22 04:16:27 +02:00
f4exb
d6154eb0eb Fixed Channel Analyzer LSB display and save its SSB checkbox state 2015-06-21 13:03:12 +02:00