f4exb
|
d59d2a2372
|
LimeSDR: use more meaningful names for messages to buddies
|
2017-09-18 00:08:28 +02:00 |
|
f4exb
|
a714e12387
|
HackRF: effective Rx-Tx frequency linking
|
2017-09-18 00:01:29 +02:00 |
|
f4exb
|
512900d98c
|
Finalized the new source/sink GUI messaging scheme
|
2017-09-17 17:35:03 +02:00 |
|
f4exb
|
2b4f8a0f55
|
Implemented GUI input message queue and interface
|
2017-09-16 22:23:31 +02:00 |
|
f4exb
|
9dd99a4530
|
Separate construction/destruction for the sink output plugin core and the GUI
|
2017-09-16 11:34:25 +02:00 |
|
f4exb
|
1d4cb21bb5
|
Separate construction/destruction for the source input plugin core and the GUI
|
2017-09-16 10:45:08 +02:00 |
|
f4exb
|
3cddc772b1
|
Output core creation method implementation in all sink plugins
|
2017-09-14 13:55:57 +02:00 |
|
f4exb
|
25c150c3c5
|
Created an input or output core creation method to the plugin interface. Example of implementation with Airspy
|
2017-09-14 08:49:31 +02:00 |
|
f4exb
|
87016e7485
|
Device sink API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:42:28 +02:00 |
|
f4exb
|
24442c18a3
|
Device source API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:40:06 +02:00 |
|
f4exb
|
11f6b72b8c
|
Windows build: restored mingW32 compilation
|
2017-09-12 13:54:32 +02:00 |
|
f4exb
|
0b4ee5cfcc
|
GUI segregation: Removed FileRecord reference in sample sink plugin GUIs
|
2017-09-04 11:07:59 +02:00 |
|
f4exb
|
4d5fdfc913
|
GUI segregation: renamed methods and attributes
|
2017-09-03 20:24:17 +02:00 |
|
f4exb
|
a6d6a717ae
|
GUI segregation: renamed PluginGUI interface to PluginInstanceUI
|
2017-09-03 19:55:00 +02:00 |
|
f4exb
|
e281d8fd32
|
GUI segregation: de-tangle PluginGUI interface from QWidget
|
2017-09-03 17:26:32 +02:00 |
|
f4exb
|
ec3a99451c
|
HackRF: use DeviceHackRF as a singleton to handle HackRF library init and exit only once
|
2017-09-01 00:46:43 +02:00 |
|
f4exb
|
2c3f7fe690
|
SDRDaemonSink: fixed compile warning in debug mode
|
2017-08-19 00:12:28 +02:00 |
|
f4exb
|
66a588403c
|
SDRDaemonSink: fixed compile error
|
2017-08-18 11:16:18 +02:00 |
|
f4exb
|
16f1f44c64
|
Bumped to version 3.6.0
|
2017-08-14 03:50:35 +02:00 |
|
f4exb
|
798d485342
|
LimeSDR: fixed issue #50 by moving channel acquisition and release at start and stop times. Corrections to buddies thread suspend/resume. Corrected void channel handling
|
2017-08-14 03:32:51 +02:00 |
|
f4exb
|
7182992d05
|
LimeSDR support removed from Windows: updated documentation
|
2017-08-10 02:26:11 +02:00 |
|
f4exb
|
7fba9b778d
|
Resizing of sample FIFO in output plugins: updated documentation
|
2017-08-10 00:52:20 +02:00 |
|
f4exb
|
75079de55d
|
BladeRF output: fixed sammple FIFO size for 32 and 64 (not implemented) interpolation
|
2017-08-09 22:59:46 +02:00 |
|
f4exb
|
e452a0882c
|
Bumped relevant plugins version to 3.5.5. Updated LimeSuite output documentation for LimeSuite 17.06.0
|
2017-08-09 02:00:13 +02:00 |
|
f4exb
|
6522f62326
|
BladeRF output: set FIFO size to 0.25s or 75 kS whichever is larger (300kS/s knee) except when decimating by 32 where a fixed 150 kS FIFO is used
|
2017-08-09 00:31:23 +02:00 |
|
f4exb
|
5829519116
|
BladeRF output: suspend thread when baseband sample rate changes
|
2017-08-08 23:09:51 +02:00 |
|
f4exb
|
3a9eec8463
|
HackRF output: set FIFO size to 0.25s or 150 kS whichever is larger (600kS/s knee)
|
2017-08-08 22:37:53 +02:00 |
|
f4exb
|
7b851e8326
|
HackRF output: suspend thread when baseband sample rate changes
|
2017-08-08 21:30:04 +02:00 |
|
f4exb
|
287bf8120d
|
HackRF output: removed useless method to set samplerate in the thread
|
2017-08-08 13:12:16 +02:00 |
|
f4exb
|
099583916f
|
LimeSDR output: use a stream FIFO size about 10% for a 5 MS/s rate (512k)
|
2017-08-08 01:19:11 +02:00 |
|
f4exb
|
894a4b2e94
|
Bumped to version 3.5.5
|
2017-08-08 00:29:18 +02:00 |
|
f4exb
|
3a84cd8526
|
LimeSDR output: used fixed time length with minimum length for sample FIFO
|
2017-08-08 00:25:13 +02:00 |
|
f4exb
|
ea4cb1bbfd
|
LimeSDR output: apply: defer config settings update after changes are made
|
2017-08-07 23:41:17 +02:00 |
|
f4exb
|
54a6bc6b62
|
LimeSDR output: removed useless update of sample rate
|
2017-08-07 23:22:29 +02:00 |
|
f4exb
|
566450501b
|
LimeSDR: apply settings: more data in debug message
|
2017-08-04 17:19:15 +02:00 |
|
f4exb
|
844628bc48
|
LimeSDR: corrected NCO de-tune when sample rate changes
|
2017-08-04 10:31:54 +02:00 |
|
f4exb
|
50c39b90a1
|
LimeSDR: clamp NCO lower limit to 0
|
2017-08-04 09:33:25 +02:00 |
|
f4exb
|
303cb1f3c3
|
bumped version to 3.5.2
|
2017-07-22 04:50:38 +02:00 |
|
f4exb
|
dd4ab0f0b5
|
HackRF: updated documentation
|
2017-07-21 08:34:54 +02:00 |
|
f4exb
|
361e8b0cd6
|
HackRF: implemented link Tx frequency to Rx frequency option
|
2017-07-21 00:44:30 +02:00 |
|
f4exb
|
258515b5de
|
HackRF: switch over Rx / Tx with the start button
|
2017-07-19 23:24:00 +02:00 |
|
f4exb
|
62b6281370
|
LimeSDR input: added DAC sample rate display
|
2017-07-07 00:01:01 +02:00 |
|
f4exb
|
77e11004b0
|
LimeSDR output: added DAC sample rate display
|
2017-07-06 22:59:29 +02:00 |
|
f4exb
|
4079d84d74
|
LimeSDR: updated GUI documentation
|
2017-07-04 08:39:46 +02:00 |
|
f4exb
|
efe921ffe7
|
LimeSDR output: optimize get device info by checking buddy leadership in the GUI
|
2017-07-03 23:29:06 +02:00 |
|
f4exb
|
034610721b
|
LimeSDR: fixed warnings
|
2017-07-03 22:35:08 +02:00 |
|
f4exb
|
99b100959f
|
LimeSDR output: implemented temperature reading
|
2017-07-03 16:58:46 +02:00 |
|
f4exb
|
3a24158743
|
Bumped to version 3.5.1
|
2017-06-27 05:53:09 +02:00 |
|
f4exb
|
a40a777e11
|
HackRF: extend LO ppm correction range to +/-30 (specs of AVX CX3225GB crystal: http://www.mouser.com/ds/2/40/cx3225gb_e-514151.pdf)
|
2017-06-24 23:42:03 +02:00 |
|
f4exb
|
8e63681185
|
HackRF: extend LO ppm correction range to +/-20
|
2017-06-24 22:29:47 +02:00 |
|