1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-04-28 02:14:03 -04:00
Jon Beniston 9171a205d4 Spectrum Changes:
Added optional scrollbar to be able to scroll back through waterfall.
When scrolling is enabled:
        Can adjust power scale for complete waterfall, not just future spectra.
        Waterfall time axis can use local time or UTC.
        Waterfall not lost when resizing window.
Can now zoom when device is stopped.
Added Min averaging type.
Added button to load spectrum from .csv file.
Add button to save spectrum/waterfall to .png or jpg.
Changed show all controls button to a combobox with choices of Min/Std/All (Minimum/Standard/All).
Changed some buttons in spectrum GUI from QPushButton to QToolButton so their size matches the others.
Fix spectrum from displaying a mixture of old and new spectrums (m_currentSpectrum was a pointer to SpectrumVis buffer).
Added M1 and M2 memories to allow display of reference spectra.
Added math operations to allow spectrum to be difference of current spectrum and either memory or a moving average.
Fixed measurement counts, so they are performed once per spectrum, not on displayed spectra.
Added spectrum mask measurement, to check when a spectrum exceeds mask held in M1 or M2.
Optionally display power/frequency under cursor in status line.
Optionally display peak power/frequency in status line.
Fix incorrect nyquist sample replication, when zoom used.
Fix cursor not changing from resize to pointer when moving over spectrum measurements window.
Add spectrum colour setting.
2026-03-25 16:30:13 +00:00
2026-02-22 10:44:39 +01:00
2026-02-13 21:48:27 +01:00
2026-01-12 18:36:49 +00:00
2026-02-21 08:02:26 +03:00
2026-03-25 16:30:13 +00:00
2024-06-16 19:14:31 +02:00
2026-01-26 23:19:26 -06:00
2024-07-10 23:06:38 +02:00
2026-02-07 18:00:42 +01:00
2026-03-15 00:18:52 +01:00
2025-07-31 16:35:44 +01:00
2026-03-25 16:30:13 +00:00
2026-03-25 16:30:13 +00:00
2026-03-15 00:18:52 +01:00
2026-03-25 16:30:13 +00:00
2026-01-26 23:19:26 -06:00
2021-01-29 12:57:58 +00:00
2024-08-03 11:05:12 +02:00
2026-02-14 10:58:43 +01:00
2026-02-14 10:58:43 +01:00
2023-05-02 19:43:59 +02:00
2019-04-11 07:06:30 +02:00
2022-10-29 13:37:09 +02:00

SDR Angel banner

SDRangel is an open-source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.

Wiki: Most of the information and documentation related to SDRangel can be found in the Wiki. Please make sure to check it in case of questions or trouble and before you post issues on GitHub. You may also seek help from other users using the discussion group below. Before running the program, make sure you read at least the Home and Quick Start pages.

Discussion group: You can ask other users for help or discuss subjects related to SDRangel and its ancillary projects here.

Ancillary projects

  • SDRangelcli is a web application that can be used to control a headless (server flavor) instance of SDRangel. It can also be used as a remote control for the GUI flavor.
  • SDRangel-Docker is a collection of Docker files and scripts to facilitate building and running SDRangel in a Docker container. Works for either the GUI (only on a Linux host) or the server.
Languages
C++ 69.4%
JavaScript 28.1%
CMake 0.8%
C 0.6%
Python 0.4%
Other 0.6%