1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 02:16:33 -04:00
Commit Graph

9647 Commits

Author SHA1 Message Date
f4exb
be6899ebfd Control checkboxes size of spectrum GUI. Corrected reverse gold color mapping and apply it to center frequency of BladeRD GUI 2015-07-19 22:00:38 +02:00
f4exb
aac5d73552 NFM demod plugin GUI display corrections 2015-07-19 19:49:34 +02:00
f4exb
5a13525ea1 Experimental slightly dimmer main frequency dial implmented for BladeRF plugin 2015-07-19 19:39:16 +02:00
f4exb
6ccd8732d5 Experimental reverse video frequency dial implmented for NFM 2015-07-19 18:43:48 +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
ad8be9875e Added trace intensity control to spectrum analyzer 2015-07-18 17:53:57 +02:00
f4exb
15a5afad55 Added trace intensity control to scope 2015-07-18 11:27:09 +02:00
f4exb
14955f6e11 Changed Span by Rate in channel analyzer gui display 2015-07-17 09:21:01 +02:00
f4exb
fe5a61786a Promoted scope QToolButtons to ButtonSwitches that look prettier 2015-07-17 04:08:25 +02:00
f4exb
c1c8c8cb59 Allow no decimation on channel analyzer (span log2 = 0) 2015-07-17 01:08:51 +02:00
f4exb
bda4456267 Corrected spectrum grid horizontal position 2015-07-17 01:00:48 +02:00
f4exb
7ee44dfd27 Corrected channel analyzer decimation and incorrect workarounds 2015-07-16 22:31:12 +02:00
f4exb
93aa852897 Optimization of current spectrum line display by just storing a pointer to the current spectrum. Completed. 2015-07-16 08:53:55 +02:00
f4exb
135170e6db Optimization of current spectrum line display by just storing a pointer to the current spectrum 2015-07-16 08:38:33 +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
528b11ebd1 Refactoring spectrum histogram display #1 2015-07-15 08:48:02 +02:00
f4exb
347360db90 Channel analyzer: in the scope+spectrum combo show the spectrum of the scope captured data possibly triggered and not just the free running spectrum of the channel 2015-07-15 01:19:39 +02:00
f4exb
72e461d17b Corrected scope Y grid display 2015-07-14 12:10:59 +02:00
f4exb
50034678d2 Corrected scope trace with time offset 2015-07-14 11:47:03 +02:00
f4exb
e0699d9711 Align scope grid on ticks 2015-07-14 10:39:41 +02:00
f4exb
461da9142d One shot trigger optimization #2 2015-07-14 02:56:54 +02:00
f4exb
d183599166 One shot trigger optimization 2015-07-14 02:27:54 +02:00
f4exb
9161e867c9 Added one shot trigger option 2015-07-14 02:18:55 +02:00
f4exb
c32f2b72f7 Show trigger line on phase display 2015-07-14 01:45:16 +02:00
f4exb
9d9e419fd4 Adapted GLScope to new trigger model 2015-07-14 01:24:59 +02:00
f4exb
b7a7f898bc Show phase angle in Pi units 2015-07-14 01:09:29 +02:00
f4exb
14d2c87518 Display actual trigger level for log magnitude and phase 2015-07-14 00:53:08 +02:00
f4exb
8a41edf24d Scope falling edge trigger 2015-07-14 00:04:34 +02:00
f4exb
e696e4f8a2 Scope trigger #1 2015-07-13 23:38:10 +02:00
f4exb
d67e4e0b82 Prepare scope trigger #2 2015-07-13 12:58:32 +02:00
f4exb
9fa737ec67 Prepare scope trigger #1 2015-07-13 10:46:51 +02:00
f4exb
5f427454a6 Added persistency (serialize/deserialize) of scope display mode (prime, second, both) 2015-07-12 23:45:17 +02:00
f4exb
fefbf223e7 Corrected time offset display 2015-07-12 23:21:37 +02:00
f4exb
3d75f2f899 Added options to display scope primary or secondary displays exclusively 2015-07-12 22:22:04 +02:00
f4exb
b10cab79ae Display actual units on Y scale amd offset displays 2015-07-12 11:25:55 +02:00
f4exb
1ee68103d2 Display actual time units on time offset display 2015-07-12 10:17:23 +02:00
f4exb
7924ed204a Removed scope from main window entirely as scope is now supported in the channel analyzer 2015-07-12 09:48:17 +02:00
f4exb
c624ad0e13 Set channel analyzer bandwidth before decimation to channelizer input sample rate 2015-07-12 09:32:54 +02:00
f4exb
76c2843a39 implemented Y offset for I/Q and Mag lin + Phi 2015-07-09 02:21:54 +02:00
Hoernchen
5a3dbe4bfc Allow building without sse #2. 2015-07-08 08:04:11 +01:00
f4exb
3d81f1d0b4 Implemented scale display on scope second view. Only Mag(dB) + phase for now 2015-07-08 08:53:27 +02:00
f4exb
5b00aa65f5 Restore amplitude offset from serial 2015-07-08 02:11:13 +02:00
f4exb
83b2f53ee5 Time scale on scope view #1 2015-07-08 02:05:32 +02:00
f4exb
133e072b19 Use font from UI definition in GLScope and GLSpectrum. Use smaller font (8pt). Time offset in cents instead of mills 2015-07-07 02:50:26 +02:00
f4exb
8924be1a31 Fixed time scale display on scope GUI 2015-07-07 01:17:16 +02:00
f4exb
5a8c3d8e5b Print scale on scope part #1 2015-07-06 09:17:51 +02:00
Hoernchen
4968bf1ccd Allow building without SSE. 2015-07-06 07:38:48 +01:00
f4exb
78c944ce69 Added option to decimate around RF center frequency 2015-07-02 02:10:14 +02:00
f4exb
637c6e74f7 Added infradyne or supradyne option when decimating 2015-07-02 01:00:27 +02:00
f4exb
f2af402087 Added set samplerate 2015-06-24 00:01:48 +02:00