1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-10 07:06:34 -04:00
Commit Graph

6789 Commits

Author SHA1 Message Date
f4exb
1765298c2c Spectrum frequency zoom: update channel markers accordingly 2021-02-16 05:51:23 +01:00
f4exb
4d99533009 Spectrum frequency zoom: implementation for spectrum and waterfall only 2021-02-15 21:29:27 +01:00
f4exb
ab0a7f2e60 Spectrum frequency zoom: UI implementation and messaging to spectrum vis 2021-02-15 13:49:51 +01:00
f4exb
166089a8bd Updated versions and changelogs 2021-02-13 12:26:19 +01:00
f4exb
e04cc10ae6 Spectrum: final adjustments and updated documentation 2021-02-13 10:01:55 +01:00
f4exb
b5d501e6ab Spactrum: allow arbitrary FPS (API) or in a range of FPS (GUI) with possible no limit. Implements #772 2021-02-12 00:53:18 +01:00
f4exb
6a6098ffe9 SSB demod GUI: corrections to spanLog2 processing 2021-02-11 06:33:37 +01:00
f4exb
cc8e4cec57 Adjust spectrum auto range algorithm 2021-02-11 05:13:13 +01:00
f4exb
6641355fbd Spectrum GUI autoscaling. Implements #771 2021-02-10 08:34:42 +01:00
f4exb
7827800d13 FFT overlap: time scale correction. Implements #770 2021-02-09 08:08:59 +01:00
f4exb
b4e4450ce3 FFT overlap: averaging tooltip correction 2021-02-09 07:39:03 +01:00
f4exb
7d33899770 Spectrum overlap: basic implementation 2021-02-09 07:12:32 +01:00
f4exb
59d0ea671b HTTP download manager: fixed warning 2021-02-09 06:55:28 +01:00
f4exb
84c26e9678 Spectrum: set overlap by value not by percentage 2021-02-08 23:40:28 +01:00
f4exb
f541b53454 Set channel message queue to null in channel before destroying its GUI. Fixes #769 2021-02-08 22:29:27 +01:00
f4exb
b62cf26b22 Moved message to GUI to ChannelAPI. Prepares #769 2021-02-08 21:52:47 +01:00
f4exb
19f3c284ba Updated versions and changelogs 2021-02-07 11:09:43 +01:00
f4exb
dfb149d267 Removed FPS limitation in WSSpectrum. Fixes #767 2021-02-07 10:59:19 +01:00
Edouard Griffiths
6d7eb44641
Merge pull request #766 from kasper93/small-fixes
Few small fixes
2021-02-07 01:00:55 +01:00
Kacper Michajłow
e7a70fb3fe NFMDemodGui: Add spacer between CTCSS and volume controls to make it look nice when stretched 2021-02-06 22:40:03 +01:00
Kacper Michajłow
52f4c06fa4 CMake: Adjust compilation options of external projects 2021-02-06 22:40:03 +01:00
Kacper Michajłow
71e40a8d33 Change forward declaration to fix warning about mismatch 2021-02-06 22:40:02 +01:00
Kacper Michajłow
daacc6a15d RTL-SDR: Adjust BW range limits
0 is so automatic mode, so allow to set that
2021-02-06 22:40:02 +01:00
Kacper Michajłow
45ea4ed243 SoapySDR: Support native formats that reports diffrent fullrange values 2021-02-06 22:40:02 +01:00
Kacper Michajłow
21255f8d82 SoapySDR: Process number of elements that actually were returned, not requested 2021-02-06 22:40:02 +01:00
Kacper Michajłow
3388e385b6 CMake: Require all needed Qt modules to fail early when not found. 2021-02-06 22:39:57 +01:00
f4exb
9864c26f11 Merge branch 'feature-cw' 2021-02-06 07:22:32 +01:00
f4exb
5a2c811e51 CW keyer: revised dot length calculation and smoothing slope 2021-02-06 07:17:15 +01:00
f4exb
7704dfb359 SSB demod: use log (dB) to set volume from the GUI 2021-02-06 05:09:47 +01:00
Edouard Griffiths
dc63f85656
Merge pull request #764 from srcejon/airspyhd_extra_decimation
AirspyHF additional decimation factors
2021-02-02 14:07:09 +01:00
Jon Beniston
85f6d600db Fix 256 decimation 2021-02-02 09:28:34 +00:00
Jon Beniston
43d71251bf Add 128 and 256 decimation for AirspyHF 2021-02-01 16:40:23 +00:00
Edouard Griffiths
91f0794822
Merge pull request #762 from srcejon/star_tracker_separate_resources
Star tracker separate resources
2021-02-01 11:32:51 +01:00
Jon Beniston
d1c728b030 Only confirm redownload of solar flux data if less than 1 day old 2021-01-31 15:44:16 +00:00
Jon Beniston
22e711342a Separate Star Tracker resources in to separate files, to reduce RAM required by compiler 2021-01-31 15:31:26 +00:00
f4exb
3a43fd33fa Updated version and changelogs 2021-01-30 18:59:35 +01:00
f4exb
a0ee89243c SigMF file sink: fixed spectrum GUI center frequency setting (baseband to GUI communication) 2021-01-30 18:54:21 +01:00
Edouard Griffiths
02378b132f
Merge pull request #761 from srcejon/star_tracker_temp
Star tracker updates
2021-01-30 05:15:40 +01:00
Jon Beniston
53977b4ad1 Fix unused variable warnings 2021-01-29 17:00:56 +00:00
Jon Beniston
9504f588fb Fix spelling mistakes 2021-01-29 16:47:07 +00:00
Jon Beniston
4af26f3aa1 Support earlier versions of QT and fix type punning 2021-01-29 16:08:32 +00:00
Jon Beniston
930e3d16f9 Fix use of uninitialised variable 2021-01-29 12:58:40 +00:00
Jon Beniston
d80087b974 Star Tracker updates.
Add sky temperature calculation.
Add Solar flux plot.
Add .gitattributes so .fits files are treated as binary.
2021-01-29 12:57:58 +00:00
f4exb
52b51feded Updated versions and changelogs 2021-01-23 11:39:03 +01:00
Edouard Griffiths
de8e2e7f18
Merge pull request #757 from srcejon/star_tracker_updates
Star tracker update
2021-01-23 02:13:23 +01:00
Edouard Griffiths
47c5c6d333
Merge pull request #756 from srcejon/fix_750
Fix for issue #750 - packet demod state not being saved correctly
2021-01-22 23:48:53 +01:00
Edouard Griffiths
590cf2fdf8
Merge pull request #755 from srcejon/map_updates
Map updates
2021-01-22 21:22:09 +01:00
Jon Beniston
91c034398c Fix saving of solarFluxUnits setting 2021-01-22 17:11:12 +00:00
Jon Beniston
7bb848de49 Add Solar flux and LST fields to readme.md 2021-01-22 16:58:55 +00:00
Jon Beniston
f7845dfe05 Add Solar flux measurement to Star Tracker GUI 2021-01-22 16:58:24 +00:00