Charles J. Cliffe
7d6a387a77
Updates and improvements for low-bandwidth input usage
2015-12-29 20:52:49 -05:00
Charles J. Cliffe
68f0a986ee
Missing support module detection / info popup
2015-12-07 22:05:31 -05:00
Charles J. Cliffe
7d0c667f3e
MSVC temporary fix-up
2015-12-01 22:06:50 -05:00
Charles J. Cliffe
76d69ffd78
Add GMSK, fix modem bandwidth logic, cleanup.
2015-11-30 21:58:54 -05:00
Charles J. Cliffe
7e4d173996
Basic console window for digital output
...
- Probably end up making this a single tabbed dialog but this works for
the moment
2015-11-28 23:03:07 -05:00
Charles J. Cliffe
c0eca0b2f3
Allow modems to limit/control input rate
...
- Modems can now over-ride user rate input and lock/step as needed
- Separate digital code defs a bit more so it’s not required when
disabled
- Testing FSK based on @andresv ’s example at
https://github.com/jgaeddert/liquid-dsp/issues/9
2015-11-22 19:56:25 -05:00
Charles J. Cliffe
dfd7496175
digital modem wrap-up and re-connect
...
- Compiles but untested
2015-11-18 23:40:30 -05:00
Charles J. Cliffe
001f4ee23b
Add digital modem factories
2015-11-18 23:06:21 -05:00
Charles J. Cliffe
bb62fd1999
Fix/add FMS as temporary FM-Stereo mode
2015-11-18 00:23:04 -05:00
Charles J. Cliffe
e33b8952d4
Modem factory init
2015-11-17 00:21:17 -05:00
Charles J. Cliffe
6b3467e5c8
Add ENABLE_DIGITAL_LAB def
2015-11-15 13:52:54 -05:00
Charles J. Cliffe
a96a3b2234
Merge branch 'master' into digital_lab
2015-11-15 12:23:59 -05:00
Charles J. Cliffe
df4270a760
Allow user-specified SoapySDR module path
2015-11-12 18:38:38 -05:00
Charles J. Cliffe
80e0d7019f
Update digital_lab
2015-11-10 20:53:55 -05:00
Charles J. Cliffe
6cd82ea44f
Optional title suffix, prefer local to bundled modules default
2015-11-10 19:25:41 -05:00
Charles J. Cliffe
f39a96022a
Add OSX SoapySDR module bundling support.
2015-11-08 16:45:06 -05:00
Charles J. Cliffe
5346bdd50d
SDR Device dialog property settings now functional
2015-11-04 02:04:52 -05:00
Charles J. Cliffe
97cf6c4b23
SDRThread read/write setting support
2015-11-03 21:06:22 -05:00
Charles J. Cliffe
bcc5f8560f
Device dialog /w editable SoapySDR config -- not actually applied yet :)
2015-11-03 00:53:39 -05:00
Charles J. Cliffe
e04ec9ef37
Remove built-in RTLSDR settings to prepare for replacements, Device form propgrid test
2015-11-02 19:02:45 -05:00
Charles J. Cliffe
ac93aa369b
Manual Gain Control :-)
...
- Disable AGC from settings menu
- Requires latest SoapySDRPlay gain commits for SDRPlay
2015-10-27 01:56:49 -04:00
Charles J. Cliffe
b89d606af3
SoapySDR 0.4.0 updates
...
- Requires up-to-date SoapySDR 0.4.x and re-built modules
2015-10-23 02:53:51 -04:00
Charles J. Cliffe
cd82ecb15b
Put the default sample rates back, might be causing bad init..
2015-10-21 16:56:32 -04:00
Charles J. Cliffe
d85c94ead0
Attempt best-match sample rate near "default"
...
- Fix hard-coded usage of DEFAULT_SAMPLE_RATE, now “suggested” rate
2015-10-20 23:57:54 -04:00
Charles J. Cliffe
091ce26ed6
Dynamic input rate menu values from SoapySDR
2015-10-20 23:00:10 -04:00
Charles J. Cliffe
6087588b3d
MSVC simplification, easier to use alternate libs
2015-10-19 23:02:50 -04:00
Charles J. Cliffe
67c184262a
Minor tweaks and cleanup
...
- add functions to access SDRPostThread
2015-10-18 12:26:07 -04:00
Charles J. Cliffe
f1475fb9be
Move DC correction to channel 0, reduce demod vis CPU usage
...
- Demod vis now uses channelizer output instead of decimation
- DC correction now only applied to channel 0
2015-10-17 16:17:12 -04:00
Charles J. Cliffe
2b08c5d248
Fixed and working with MSVC 32-bit
2015-10-10 01:13:48 -04:00
Charles J. Cliffe
b8cb4f9c9f
Fix for linux (and possibly windows) startup error
2015-10-09 19:42:52 -04:00
Charles J. Cliffe
dff879f233
Move deviceSelector init startup -> appframe
...
- Plus some minor static analysis fixes and missing atomic store() for
MSVC
2015-10-05 19:59:17 -04:00
Charles J. Cliffe
0df2439658
Make init asynchronous, support for SoapyRemote servers
...
- tested with 2xRTLSDR, SDRPlay + RTLSDR on Raspberry Pi
- parameters/info dialog portion currently hidden until it works
- remotes aren’t saved on exit yet
- can now start CubicSDR without devices (remote only mode)
- can’t currently refresh local or remote devices through UI
- can’t currently remove remotes through UI
2015-10-05 02:21:08 -04:00
Charles J. Cliffe
3bf0439c56
Integrate more soapy device params
...
- Check current sample/frequency ranges when switching devices to keep
them in bounds.
2015-10-04 19:55:52 -04:00
Charles J. Cliffe
bf9695ecd3
Separate SDR data thread and enumeration, device dialog
2015-10-04 16:07:14 -04:00
Charles J. Cliffe
4ce8bc1781
SDR Thread rework, async device init.
...
- Preparing for new device selection/configuration dialog.
2015-10-03 21:35:11 -04:00
Charles J. Cliffe
1918707304
Initial experimental support for SoapySDR device input
2015-09-13 22:18:29 -04:00
Charles J. Cliffe
eaaf6cd02e
Merge pull request #143 from cjcliffe/master
...
update lab
2015-09-12 14:11:55 -04:00
Charles J. Cliffe
aa5a162888
Cleanup
2015-09-10 23:42:22 -04:00
Charles J. Cliffe
0a6d409065
tex update lock, VisualData"Re"Distributor
2015-09-10 21:48:18 -04:00
Charles J. Cliffe
11121d8a0e
waterfall jitter and general refresh improvements
2015-09-08 21:32:15 -04:00
Charles J. Cliffe
867174edf3
update digital lab
2015-08-16 20:33:51 -04:00
Charles J. Cliffe
d1ed603ff0
Move demodulator and main spectrum visual processors to threads
2015-08-16 18:12:12 -04:00
Charles J. Cliffe
8c7d2576ad
Update frequency dialog to support bandwidth entry
2015-08-14 20:19:37 -04:00
Charles J. Cliffe
8dc2e6cacc
Move waterfall FFT processing to it's own thread.
2015-08-14 19:17:43 -04:00
Charles J. Cliffe
88ebb7a83a
Merge pull request #130 from cjcliffe/master
...
update lab
2015-08-13 22:17:34 -04:00
Charles J. Cliffe
1d5a2f1ac7
Fix for an initial priming overload and visuals memory leak
2015-08-12 21:45:02 -04:00
Charles J. Cliffe
706a113459
Functional waterfall speed control from 1->1024 lines per second
2015-08-11 23:52:03 -04:00
Charles J. Cliffe
0c1f3149ac
Whoops.. I can has memory leak?
2015-08-11 22:11:54 -04:00
Charles J. Cliffe
f4640094b8
Crank up the waterfall zoom limits for more detail :)
2015-08-11 20:37:46 -04:00
Charles J. Cliffe
0802f7b756
Experimenting with max speed waterfall (no dropped FFTs :)
...
- FFT Detail from zoomed-in views is greatly improved with the
additional data
2015-08-11 00:50:43 -04:00
Charles J. Cliffe
5f96f4c839
Merge pull request #124 from cjcliffe/ui_visuals_to_panels
...
Ui visuals to panels
2015-08-04 17:09:07 -04:00
Charles J. Cliffe
2cff389d6b
SpectrumVisualProcessor now working, cleanup, refactoring
2015-08-03 01:38:38 -04:00
Charles J. Cliffe
560eec1336
ScopeVisualProcessor now working
2015-08-01 11:03:00 -04:00
Charles J. Cliffe
5033d6f5d8
Merge ui panel code and refactoring
2015-07-30 21:53:29 -04:00
Charles J. Cliffe
c1774ee96a
Cleanup / refactor "pipe" names for clarity
2015-07-30 20:36:06 -04:00
Charles J. Cliffe
10e35002f1
AudioThread & demod worker IOThread queues, cleanup
2015-07-30 19:30:46 -04:00
Charles J. Cliffe
1f6276d090
SDRThread convert to IOThread named queue handler
2015-07-29 22:01:13 -04:00
Charles J. Cliffe
090062191c
Visual processor basic framework
2015-07-27 21:45:24 -04:00
Charles J. Cliffe
88c1bb5d51
Merge pull request #115 from cjcliffe/master
...
update lab
2015-07-21 01:11:16 -04:00
Charles J. Cliffe
2b86176625
fix for center freq. save/load
2015-07-21 00:04:04 -04:00
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
6b61943fba
Merge work from @Dantali0n to digital_lab branch, thanks\!
2015-07-20 00:00:50 -04:00
Charles J. Cliffe
927de58e4e
reduce excessive re-saving of config
2015-07-19 12:56:54 -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
Dantali0n
cac5d0b9ea
digital output 'buffer' and fix ifdef
2015-06-18 22:07:53 +02:00
Dantali0n
96c05cd532
Console window and output for windows
2015-06-10 20:48:05 +02:00
Charles J. Cliffe
8496287455
Adds feature to Swap I/Q
2015-05-31 22:13:14 -04:00
Charles J. Cliffe
3efb036099
Unsafe vector demod queues replaced /w mutex lock
2015-05-31 12:05:45 -04:00
Charles J. Cliffe
a984ce296d
Adds RTL-SDR direct sampling mode option
2015-05-30 23:14:16 -04:00
corne lukken
e5bdcb1fc9
Finished messaging pop-up started implementing advanced modulations
2015-05-29 13:45:15 +02:00
corne lukken
c8f76addc3
Updated gitignore
2015-05-27 11:08:47 +02:00
corne lukken
06da0a913c
made OnMessage a bit cleaner, problably shoudl move to /visual
2015-05-26 16:37:15 +02:00
corne lukken
daeb2d5a18
Crated messagebox for no devices
2015-05-26 15:23:13 +02:00
Charles J. Cliffe
ecd648ac32
Snap freq drag/place by freq digit right click
2015-05-10 21:43:03 -04:00
Charles J. Cliffe
010481d74f
Cleanup and fixes
2015-05-10 20:00:48 -04:00
Charles J. Cliffe
4f9c623fec
demod frequency input
2015-05-10 01:39:10 -04:00
Charles J. Cliffe
04ee1534ad
Prototype frequency input dialog
2015-05-04 19:44:03 -04:00
Charles J. Cliffe
a3a33eb3fe
Set PPM via Tuning bar by holding ALT
2015-04-22 22:54:48 -04:00
Charles J. Cliffe
ca851add76
Improved config code / xml format
2015-04-21 23:19:45 -04:00
Charles J. Cliffe
adc1500091
missing colon?
2015-04-13 21:22:51 -04:00
Charles J. Cliffe
55fd0c986f
PPM correction now editable + saved and loaded/applied per-device by serial and name
2015-04-13 21:18:45 -04:00
Charles J. Cliffe
68d4627e99
Basic configuration file init and ppm value save/load test
2015-04-13 19:58:34 -04:00
Charles J. Cliffe
0c66d19f92
Merge branch 'master' into osx-app-build
2015-02-21 23:33:05 -05:00
Charles J. Cliffe
2c33773189
FFT resolution/zoom tweak
2015-02-21 23:25:40 -05:00
Charles J. Cliffe
9d9bb8f103
OSX .app compiles but with runtime dylib errors
...
Regular binary compilation works, manual wxWidgets compile required for
app (port version doesn’t work for me).
Fixed-up app has runtime errors with dylib files but otherwise verifies…
2015-02-17 21:26:14 -05:00
Charles J. Cliffe
27b890c882
Experimental zoomed FFT resolution improvements
2015-01-31 22:27:11 -05:00
Charles J. Cliffe
b2e8cf0482
Demod worker lock-on-remove fix
2015-01-22 23:41:33 -05:00
Charles J. Cliffe
4dad30e9bd
GL context init fixes and warning cleanup
2015-01-20 19:13:49 -05:00
Charles J. Cliffe
9217ea6e19
Indicate device selection
2015-01-12 00:52:00 -05:00
Charles J. Cliffe
2d0485c8ea
RTL Device Selection
2015-01-12 00:40:43 -05:00
Charles J. Cliffe
ea2627ace6
Can now change input device bandwidth
2015-01-11 17:08:16 -05:00
Charles J. Cliffe
234f0783a0
OSX crash-on-exit fix
2015-01-10 21:49:58 -05:00
Charles J. Cliffe
1671e625e4
Menu option for frequency offset (up/down converters)
2015-01-06 00:57:57 -05:00
Charles J. Cliffe
9f945026b8
Fix frequency related data types for >2Ghz
2015-01-04 17:11:20 -05:00
Charles J. Cliffe
44bee1f553
Cleanup, demod limits, prevent negative freq, move iq resampler process back to demodulator pre thread
2015-01-04 13:20:31 -05:00
Charles J. Cliffe
1e970f4373
Zoomed-in demodulator waterfall somewhat working
...
- update demod WF from demodulator is jittery
- adjustments with immediate update is awkward
2014-12-28 05:13:46 -05:00
Charles J. Cliffe
45b223aed9
eliminate fp/int IQ data conversions
2014-12-26 16:15:35 -05:00