1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-30 02:52:25 -04:00
Commit Graph

232 Commits

Author SHA1 Message Date
f4exb
9641895e68 Channel Analyzer: overlays on scope trace to show maximum, average and peak to average powers when in magnitude log (dB) display 2015-10-29 02:35:20 +01:00
f4exb
70700ee4dc Channel Analyzer: display trace max and average power. Interim state #2 2015-10-28 09:27:51 +01:00
f4exb
ed6e078cff Channel Analyzer: display trace max and average power. Interim state #1 2015-10-27 04:56:52 +01:00
f4exb
6a59ac7e10 Fixed data race condition in spectrum vis when the FFT size is changed 2015-10-22 02:27:56 +02:00
f4exb
35440d60f6 Attempt at fixing some race conditions #1 2015-10-21 02:32:21 +02:00
Edouard Griffiths
2f9dd5a7ab Removed trigger time line now that the zero time reference is always aligned with the trigger 2015-10-20 02:16:38 +02:00
Edouard Griffiths
427945649c Paint scope trigger lines with the same intensity as the trace 2015-10-19 23:44:11 +02:00
Edouard Griffiths
941b1a807a Removed anti-aliasing on spectrum and scope traces 2015-10-19 23:40:17 +02:00
f4exb
637adb6e9b Added icons for recording button 2015-10-16 08:15:48 +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
23f773c111 GLScope: set time 0 to pre-trigger point 2015-10-11 05:11:38 +02:00
f4exb
17c81fac0d Make connection with the device selection combo and proper handler in the main UI 2015-10-10 05:13:41 +02:00
f4exb
76a60a8cb2 Use vertical tab for channel tabs 2015-10-09 08:45:29 +02:00
f4exb
7742c0de2d Optimization: avoid cvtsd2ss instructions by using explicit floating point litterals. Spectrum histogram calculation optimization 2015-10-09 03:59:28 +02:00
f4exb
7a798f7dbf Fixed presets not loading correctly 2015-10-09 01:50:09 +02:00
f4exb
ea5f322cf6 Fixed dynamic channel tab allocation so that no tab is created statically in the UI 2015-10-08 02:40:31 +02:00
f4exb
43be074004 Dynamic input tab allocation 2015-10-07 23:39:40 +02:00
f4exb
6e3e273b68 Dynamic input tab allocation. Interim state #1 2015-10-07 23:27:56 +02:00
f4exb
ce8dd29c0a Dynamic channel tab allocation 2015-10-07 22:15:55 +02:00
f4exb
ae39dca580 Dynamic channel tab allocation: interim state #1 2015-10-07 09:27:44 +02:00
f4exb
162d5705dc Fixed tabs for sample sources 2015-10-07 05:37:28 +02:00
f4exb
6577bab4e9 Tabs for sample sources 2015-10-07 04:32:16 +02:00
f4exb
dbffb16348 Allocate spectrum tabs dynamically 2015-10-07 03:53:25 +02:00
f4exb
21180b18fb Removed Tx tabs 2015-10-07 03:20:17 +02:00
f4exb
d8827985e2 Removed some SDRAngelove references 2015-10-05 04:47:23 +02:00
f4exb
438df2975e NFM demod: added display of channel power in dB. Changed minus radio button for a iconified toggle button 2015-10-04 06:26:06 +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
1ac49ce8ce Fixed setting of source of same kind with different sequence number 2015-10-03 23:59:02 +02:00
f4exb
3e74c45622 Fised segfault in find best source match method debug printout 2015-10-03 10:21:48 +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
c46741bd72 Implemented Tx spectrum display in main window for future use 2015-10-03 03:56:03 +02:00
f4exb
cf9263f1ff Added a save settings button to the main window 2015-10-03 02:14:26 +02:00
Edouard Griffiths
662b575fa1 Simplify and clarify Plugin Manager source selection by index. Fix #2 2015-10-02 14:21:56 +02:00
Edouard Griffiths
0a92354682 Simplify and clarify Plugin Manager source selection by index. Fix #1 2015-10-02 14:21:02 +02:00
Edouard Griffiths
3869d515cd Simplify and clarify Plugin Manager source selection by index 2015-10-02 14:19:28 +02:00
f4exb
83d6d9d190 Multiple sources for the same preset. Working more or less 2015-10-02 04:04:38 +02:00
f4exb
51914b4767 Multiple sources in preset. Interim state #1 2015-10-02 02:22:56 +02:00
Edouard Griffiths
fa79c55f41 Implemented multiple sample sources for one preset 2015-10-01 16:57:33 +02:00
f4exb
c85813b577 Implemented a list of source configuration in the Preset object with add or update and find best match methods 2015-10-01 08:54:56 +02:00
f4exb
3ced80e198 Fixed source plugins virtual methods 2015-09-30 08:55:58 +02:00
f4exb
a1efdcc8dc New preset design: changed device registration 2015-09-30 06:57:40 +02:00
f4exb
ded446c43a New preset design (single). Applied to HackRF 2015-09-30 04:39:09 +02:00
f4exb
2d9c0bcfd2 Review presets #1. Apply to HackRF 2015-09-30 03:46:46 +02:00
f4exb
66987e5b19 Presets by source: plugin GUI interface cleanup 2015-09-29 03:45:35 +02:00
f4exb
921b511f96 Presets by source: set center frequency from preset center frequency 2015-09-29 03:35:14 +02:00
f4exb
1450289e0f Fixed glitches in channel analyzer decimation 2015-09-28 02:39:48 +02:00
f4exb
fd78dda566 Fixed stop acquisition not working when sample rate is too high 2015-09-27 15:47:51 +02:00
f4exb
525a3f0024 post sample rate changes directly on DSP input message queue. Removed sample source output queue entirely as it was not reliable under stress 2015-09-27 12:50:38 +02:00
f4exb
6b29864484 NFM demod: adjustments to AF squelh parameters 2015-09-13 18:17:15 +02:00
f4exb
4246fb6381 NFM demod: revised AF squelch completely 2015-09-13 11:56:14 +02:00