Charles J. Cliffe
13139c7dbf
Add configuration name at command line via -c or --config
...
sets up framework for more command line options as well.
2015-07-20 18:39:45 -04:00
Charles J. Cliffe
5c0aee5ecb
Merge pull request #113 from cjcliffe/master
...
Update ui_controls
2015-07-20 00:03:32 -04:00
Charles J. Cliffe
6b61943fba
Merge work from @Dantali0n to digital_lab branch, thanks\!
2015-07-20 00:00:50 -04:00
Charles J. Cliffe
d3dee2b184
Merge pull request #112 from cjcliffe/raw_demod
...
I/Q raw demodulator
2015-07-19 23:40:37 -04:00
Charles J. Cliffe
57e988572f
type updates
2015-07-19 23:19:10 -04:00
Charles J. Cliffe
6beeb70549
Disable I/Q AGC when gain < 0.25
2015-07-19 15:34:06 -04:00
Charles J. Cliffe
927de58e4e
reduce excessive re-saving of config
2015-07-19 12:56:54 -04:00
Charles J. Cliffe
db434348a4
save frequency snap value
2015-07-18 21:49:53 -04:00
Charles J. Cliffe
8827ff9e26
add some missing init vars causing problems with new demod 0/false value checks
2015-07-18 17:03:29 -04:00
Charles J. Cliffe
9bd7ebf07a
Set raw demod type before bandwidth to prevent crash from previous bw setting
2015-07-17 22:27:38 -04:00
Charles J. Cliffe
be1055a2c7
reduce demod I/Q AGC bandwidth for better raw output
2015-07-17 19:14:39 -04:00
Charles J. Cliffe
78ed507849
Update README.md
2015-07-17 18:10:02 -04:00
Charles J. Cliffe
364e1333f5
Merge pull request #111 from cjcliffe/master
...
update
2015-07-17 01:04:02 -04:00
Charles J. Cliffe
d46e1b5b47
Merge pull request #110 from cjcliffe/save_window_pref
...
Save window prefs
2015-07-17 01:01:25 -04:00
Charles J. Cliffe
9c9e82cffc
Save window maximized state
2015-07-16 18:57:03 -04:00
Charles J. Cliffe
291ec7038a
Save window position and theme on exit
2015-07-15 00:32:36 -04:00
Charles J. Cliffe
1d20fd16bb
Merge pull request #109 from cjcliffe/save_device_prefs
...
Save device prefs
2015-07-14 20:35:28 -04:00
Charles J. Cliffe
425927fb9e
visual studio fixes
2015-07-14 20:27:32 -04:00
Charles J. Cliffe
f41c14f56c
linux gcc error related fixes
2015-07-14 19:44:19 -04:00
Charles J. Cliffe
1fdaa112ea
basic startup tweaks...
...
;)
2015-07-08 23:32:30 -04:00
Charles J. Cliffe
6e20f11680
Deprecate offset setting in session to avoid device conflict
...
Possible fix for session loading memory leak; may sometimes buffer IQ
data to demodulators loaded outside of the current center and bandwidth
that should be inactive.
2015-07-08 19:25:22 -04:00
Charles J. Cliffe
f86950b334
Fix startup config access issues, init race
2015-07-08 18:54:52 -04:00
Charles J. Cliffe
b762d4d118
Save offset, direct sampling mode and i/q swap per device
2015-07-08 01:07:39 -04:00
Charles J. Cliffe
dbc85d4f29
Merge pull request #106 from cjcliffe/freq_entry_tweak
...
Assume Mhz if direct input value <= 3000 with no suffix
2015-07-06 23:17:55 -04:00
Charles J. Cliffe
c728ddc45b
Assume Mhz if input <= 3000 with no suffix, require suffix of 'hz' below 3001hz
2015-07-06 23:15:18 -04:00
Charles J. Cliffe
59b8c41906
border fix
2015-07-06 23:05:49 -04:00
Charles J. Cliffe
27aacb001e
basic automatic font size
2015-07-05 21:09:00 -04:00
Charles J. Cliffe
237a7ad06f
Separate transform calc and render
2015-07-05 19:10:48 -04:00
Charles J. Cliffe
5ac0dc8c41
simplify alt. coordinate sys on panel contents only, y-up otherwise
2015-07-05 18:54:46 -04:00
Dantali0n
fe37d50bd9
Finished digital data buffer with vectors
2015-07-03 11:29:52 +02:00
Charles J. Cliffe
48308145b7
add GLTextPanel, initial work on nested coordinate systems
2015-07-01 00:34:32 -04:00
Charles J. Cliffe
b28c8dbc3e
Move static fonts to GLFont
2015-06-30 23:07:39 -04:00
Dantali0n
74255606df
Implementing digital data buffer with vectors
2015-06-29 21:55:21 +02:00
Charles J. Cliffe
26ca557349
Experimental raw I/Q output mode
2015-06-27 23:23:43 -04:00
Charles J. Cliffe
8ccb060237
margin tweaks
2015-06-27 01:55:39 -04:00
Charles J. Cliffe
c770a0e20e
Margin now specified in pixels
2015-06-27 01:26:07 -04:00
Charles J. Cliffe
df978cef89
unify min/max/mid, use vmin/vmax for border
2015-06-26 22:18:49 -04:00
Charles J. Cliffe
8753be05e7
Import cubicvr2 math; implement for GLPanel
2015-06-26 22:04:16 -04:00
Charles J. Cliffe
f2601edaa1
Borders, mixed coordinate preparations
2015-06-22 22:07:46 -04:00
Charles J. Cliffe
adbb853c6d
GLPanel gradient background fills
2015-06-21 11:58:14 -04:00
Charles J. Cliffe
ab438738aa
Fix conflict with wx RGBColor struct
2015-06-21 10:51:13 -04:00
Charles J. Cliffe
4ee791ac0c
Initial GLPanel prototype, testing nested layouts
2015-06-20 20:19:52 -04:00
Dantali0n
cac5d0b9ea
digital output 'buffer' and fix ifdef
2015-06-18 22:07:53 +02:00
Charles J. Cliffe
6fe145425c
Merge pull request #94 from cjcliffe/input_rates
...
More input rates, offset loading fix
2015-06-11 20:19:29 -04:00
Charles J. Cliffe
20f537b37b
Fix for loading offset frequency properly from session..
2015-06-11 19:59:08 -04:00
Charles J. Cliffe
6c016a7199
More sample rates, unify defaults
...
- also fix possible crash related to unlocking before queueing visual
data.
2015-06-11 17:18:36 -04:00
Charles J. Cliffe
721f775bdd
Update README.md
2015-06-11 15:35:20 -04:00
Dantali0n
96c05cd532
Console window and output for windows
2015-06-10 20:48:05 +02:00
Dantali0n
951a1ee9c6
Requested Constellations & actual Constellations are now separated.
2015-06-10 19:39:08 +02:00
Dantali0n
f71d04eb75
Propagate Constelattion setting to demodulator, not working properly yet.
2015-06-10 10:50:14 +02:00