Commit Graph

  • 625ba9d698 Refactoring master Michal Krenek (Mikos) 2017-04-27 23:22:29 +02:00
  • 6800f5bd8e Allow subtracting baseline Michal Krenek (Mikos) 2017-04-27 23:01:15 +02:00
  • 4571075bd9 Use np.linspace() instead of np.arange() in soapy_power, rtl_power and rx_power backends Michal Krenek (Mikos) 2017-04-27 16:46:18 +02:00
  • 5505f0dfd7 Write whole backend command with params to console Michal Krenek (Mikos) 2017-04-21 17:20:29 +02:00
  • 2544b9a164 Fix human readable time formatting Michal Krenek (Mikos) 2017-04-12 17:49:26 +02:00
  • 8aa6d50bb8 Show scan progress if interval is >= 1 s Michal Krenek (Mikos) 2017-04-12 17:44:22 +02:00
  • 31471b3386 Allow setting hackrf_sweep backend to -1 in GUI Michal Krenek (Mikos) 2017-04-03 17:56:08 +02:00
  • 1c9e7681b8 Allow manual setting of specific gains in hackrf_sweep backend Michal Krenek (Mikos) 2017-04-03 17:50:38 +02:00
  • edf8ae17e2 Update setup.py to be compatible with latest version of subzero v2.2.0 Michal Krenek (Mikos) 2017-03-31 16:43:49 +02:00
  • c6e305343c Unhide console on Windows right before exit (we don't want to leave zombies behind) Michal Krenek (Mikos) 2017-03-30 16:17:03 +02:00
  • c140e9313e Code cleanup Michal Krenek (Mikos) 2017-03-30 16:08:47 +02:00
  • c93bbf3de5 Fix link in README.rst Michal Krenek (Mikos) 2017-03-30 15:51:23 +02:00
  • 36be8e8371 Update README.rst with informations about Windows installer Michal Krenek (Mikos) 2017-03-30 15:47:37 +02:00
  • 06956c4c1f Move classifiers down in setup.py Michal Krenek (Mikos) 2017-03-30 14:55:15 +02:00
  • 9b04a924f2 Update .desktop file Michal Krenek (Mikos) 2017-03-30 14:51:14 +02:00
  • 415687685a Update version to 2.2.0 Michal Krenek (Mikos) 2017-03-30 14:49:07 +02:00
  • 9d21d49157 Always open console on Windows (but hide it) Michal Krenek (Mikos) 2017-03-30 14:27:33 +02:00
  • e9391aedc0 Split help command executable in settings Michal Krenek (Mikos) 2017-03-28 15:52:49 +02:00
  • 05f4a59b66 Hide console window for subprocesses on Windows Michal Krenek (Mikos) 2017-03-28 12:26:45 +02:00
  • fa462f885d Make help commands in settings compatible with Python 3.4 Michal Krenek (Mikos) 2017-03-28 10:44:03 +02:00
  • 9ee6f631dc Fix shortcut in MSI installer Michal Krenek (Mikos) 2017-03-28 00:36:32 +02:00
  • 9271e42766 Switch from cx_Freeze to PyInstaller / subzero for building frozen Windows executables Michal Krenek (Mikos) 2017-03-28 00:32:11 +02:00
  • e75f9a98d9 Merge pull request #28 from michaellass/hackrf_ratelimit Michal Krenek (Mikos) 2017-03-24 22:58:56 +01:00
  • 5985cb4bfe hackrf_sweep: fix race condition when stopping Michael Lass 2017-03-24 21:52:53 +01:00
  • bc3319ba82 hackrf_sweep: Reduce bin_size_min to 3 kHz Michael Lass 2017-03-24 21:28:48 +01:00
  • a49f1a3187 hackrf_sweep: Implement rate limiting by ignoring sweeps Michael Lass 2017-03-24 21:17:07 +01:00
  • 12da1d6626 Merge pull request #22 from michaellass/check_bincount Michal Krenek (Mikos) 2017-03-24 21:02:10 +01:00
  • 9dc1433bdf Check bincount in data coming from backend Michael Lass 2017-03-21 22:05:56 +01:00
  • 8109c537f6 Allow setting gain with more precision; tune default parameters of backends Michal Krenek (Mikos) 2017-03-24 16:51:32 +01:00
  • 87585c106b Fix numbering in README.rst Michal Krenek (Mikos) 2017-03-24 02:50:03 +01:00
  • 02859deccf Add Windows installation instructions to README.rst Michal Krenek (Mikos) 2017-03-24 02:48:21 +01:00
  • 2385c228c6 Fix README.rst Michal Krenek (Mikos) 2017-03-24 01:33:05 +01:00
  • 11979ba641 Update README.rst, clarify backends section Michal Krenek (Mikos) 2017-03-24 01:22:03 +01:00
  • 9135dc58e4 Make soapy_power dependency optional (but don't remove it from setup.py and PKGBUILD, because it is default backend) Michal Krenek (Mikos) 2017-03-24 00:15:56 +01:00
  • 92e1771db5 Add support for creating frozen executables with cx_Freeze; use new setup_qt module for building Qt UI files Michal Krenek (Mikos) 2017-03-23 18:11:05 +01:00
  • 8ac3346c1e Fix some GUI issues on Windows Michal Krenek (Mikos) 2017-03-22 02:16:26 +01:00
  • 7e84cd7a1c Fix another Windows peculiarity. How can anyone sane use that fscking OS?!? Michal Krenek (Mikos) 2017-03-21 23:39:30 +01:00
  • 5d41c6c4a8 Update version to 2.1.0 v2.1.0 Michal Krenek (Mikos) 2017-03-21 17:43:39 +01:00
  • 07d504ab30 Don't show number of hops in status bar if it isn't available Michal Krenek (Mikos) 2017-03-21 16:59:48 +01:00
  • d8d158c100 Make QSpectrumAnalyzer compatible with latest soapy_power 1.5.0 Michal Krenek (Mikos) 2017-03-21 16:39:26 +01:00
  • c574761a8c Allow setting bandwidth and LNB LO (for upconverters or downconverters); show info about device in settings Michal Krenek (Mikos) 2017-03-21 10:36:08 +01:00
  • ea969b89e2 Add missing Qt.py dependency to PKGBUILD Michal Krenek (Mikos) 2017-03-17 20:23:45 +01:00
  • b8666417b0 Update version to 2.0.0 v2.0.0 Michal Krenek (Mikos) 2017-03-17 15:03:07 +01:00
  • e0f7202ff9 Update soapy_power_bin format to include both acquisition start time and stop time Michal Krenek (Mikos) 2017-03-16 16:43:12 +01:00
  • 9de4c25269 Fix pipe for communication with soapy_power on Windows Michal Krenek (Mikos) 2017-03-15 00:58:10 +01:00
  • 50ff8d517d Allow backend executable to be multiple words (e.g. python /path/to/soapy_power.py) Michal Krenek (Mikos) 2017-03-15 00:38:10 +01:00
  • 58ea054d70 Merge pull request #20 from xmikos/pyqt5 Michal Krenek (Mikos) 2017-03-13 22:53:30 +01:00
  • 228255b7e1 Switch from PyQt4 to Qt.py wrapper (supports PyQt4 / PyQt5 / PySide / PySide2) pyqt5 Michal Krenek (Mikos) 2017-03-13 22:50:54 +01:00
  • d1c6ca4d14 Use pipe for communication with soapy_power process, to avoid reading garbage from stdout (some SoapySDR drivers like LimeSDR always outputs something to stdout) v1.6.0 Michal Krenek (Mikos) 2017-03-13 17:41:22 +01:00
  • 47ea0b99b5 New version 1.5.0 (soapy_sdr backend now fully functioning) v1.5.0 Michal Krenek (Mikos) 2017-03-10 17:39:04 +01:00
  • dc27e90653 Update README.rst Michal Krenek (Mikos) 2017-02-19 11:37:30 +01:00
  • e7b998f69d Fix typo in last commit (need some sleep) Michal Krenek (Mikos) 2017-02-19 00:52:05 +01:00
  • 98a8b6bd1d Fix setup.py (missing qspectrumanalyzer.backends package) Michal Krenek (Mikos) 2017-02-19 00:38:47 +01:00
  • e9264886e8 Separate backends into independent files Michal Krenek (Mikos) 2017-02-14 23:01:15 +01:00
  • d351a858da Merge pull request #11 from miek/hackrf_sweep_fix Michal Krenek (Mikos) 2017-02-14 15:57:02 +01:00
  • e73e921440 Fix old references to device_index from hackrf_sweep merge Mike Walters 2017-02-14 13:40:23 +00:00
  • 7fa0985133 Merge pull request #10 from xmikos/hackrf_sweep Michal Krenek (Mikos) 2017-02-14 13:54:21 +01:00
  • b38c3b3e76 Merge branch 'miek-master' into hackrf_sweep hackrf_sweep Michal Krenek (Mikos) 2017-02-14 12:17:10 +01:00
  • b49c772961 Merge hackrf_sweep fork and fix conflicts Michal Krenek (Mikos) 2017-02-14 12:14:52 +01:00
  • 2ffa466b58 Add preliminary support for soapy_power and rx_power Michal Krenek (Mikos) 2017-02-13 22:00:10 +01:00
  • 71b3d6a4ca Merge pull request #4 from mossmann/master Mike Walters 2017-02-12 22:38:01 +00:00
  • 70b9219927 Changed labels from dBm to dB. hackrf_sweep outputs dBFS, but rtl_power outputs dB with some weird offset. In no case would dBm be correct without a calibration option. The relative "dB" label should be acceptable for all cases. Michael Ossmann 2017-02-12 15:03:05 -07:00
  • aba4f40bff Merge pull request #3 from mossmann/master Mike Walters 2017-02-12 11:51:19 +00:00
  • ba3e113e29 set sample rate when backend is selected Michael Ossmann 2017-02-11 23:05:08 -07:00
  • 3cc202de89 set backend-specific min/max/default values when backend is selected Michael Ossmann 2017-02-11 22:24:44 -07:00
  • dc39b44c67 hackrf_sweep gain configuration support Michael Ossmann 2017-02-11 21:45:40 -07:00
  • abc9dd2676 Merge pull request #2 from mossmann/master Mike Walters 2017-02-11 13:34:09 +00:00
  • c060f82c25 fixed bug that can happen when frequency ranges are interleaved around the stop frequency Michael Ossmann 2017-02-10 22:18:46 -07:00
  • 76c3ad2b55 increased default and maximum bin size settings Michael Ossmann 2017-02-10 17:04:54 -07:00
  • ab431554aa limit bin size configuration to acceptable bounds Michael Ossmann 2017-02-10 16:57:12 -07:00
  • bb6412be69 removed bin width from hackrf_sweep output format Michael Ossmann 2017-02-10 16:38:01 -07:00
  • eef73719f0 compute bin width from number of input bins Michael Ossmann 2017-02-10 16:29:47 -07:00
  • cfe1b4578b Merge pull request #1 from mossmann/master Mike Walters 2017-02-10 13:11:02 +00:00
  • 71ff6cd950 cleanup Michael Ossmann 2017-02-09 19:17:24 -07:00
  • adb3b53058 updated for recent changes in hackrf_sweep -B output format Michael Ossmann 2017-02-09 19:05:46 -07:00
  • 4e9ecdb64d updated for compatibility with new hackrf_sweep -B option Michael Ossmann 2017-02-09 08:27:53 -07:00
  • 713434d029 Let the processing thread stop the process Mike Walters 2016-07-31 16:05:56 +01:00
  • 461e674f82 Ignore band-edge and DC bins Mike Walters 2016-07-30 14:55:28 +01:00
  • 2c76c5cbe3 Pass sweep freq argument Mike Walters 2016-07-30 14:51:34 +01:00
  • 1538f37132 Make it work Mike Walters 2016-07-30 10:51:29 +01:00
  • a3ce184f5e Initial hackrf_sweep skeleton Mike Walters 2016-07-30 06:23:25 +01:00
  • 6cf2694708 Add support for multiple RTL-SDR devices (select device index in settings) Michal Krenek (Mikos) 2016-05-19 22:28:44 +02:00
  • 4e7818536c Update screenshots in README.rst v1.4.0 Michal Krenek (Mikos) 2016-05-17 02:51:19 +02:00
  • 1f6a322b80 Update original screenshot; add second screenshot gh-pages Michal Krenek (Mikos) 2016-05-17 02:49:16 +02:00
  • 18a033260c Updated version to 1.4.0 Michal Krenek (Mikos) 2016-05-17 02:39:58 +02:00
  • 7112ce7888 Min. / Max. peak hold; recalculate curves from history; separate data backend; refactoring Michal Krenek (Mikos) 2016-05-17 02:37:06 +02:00
  • 53f5775ae4 Update README.md Michal Krenek (Mikos) 2015-12-18 21:54:39 +01:00
  • acbca50eed Add average and spectrum persistence (RTSA fosphor-like effect); some refactoring and GUI changes Michal Krenek (Mikos) 2015-12-18 21:43:40 +01:00
  • be2d3f6b62 Another refactoring Michal Krenek (Mikos) 2015-12-15 02:37:47 +01:00
  • f046ba568a Code refactoring Michal Krenek (Mikos) 2015-12-14 19:29:14 +01:00
  • 712cb72157 Update version to 1.3.0 v1.3.0 Michal Krenek (Mikos) 2015-12-14 02:24:42 +01:00
  • ea548bcaa0 Fix .desktop file to be valid Michal Krenek (Mikos) 2015-12-14 02:21:32 +01:00
  • 6832b9ddee Update README.md Michal Krenek (Mikos) 2015-12-14 02:16:30 +01:00
  • 8096c6e3c3 Add peak hold and smoothing; fix window maximization at startup; split dock widgets Michal Krenek (Mikos) 2015-12-14 02:01:23 +01:00
  • 0af92b3d16 Fix typo v1.2.0 Michal Krenek (Mikos) 2015-12-10 01:42:04 +01:00
  • 4870df2d4a Installation instructions and todo Michal Krenek (Mikos) 2015-12-10 01:38:17 +01:00
  • a0f6ca2432 Update README.rst Michal Krenek (Mikos) 2015-12-10 00:08:26 +01:00
  • 314118a7ff Add support for rtl_power_fftw backend rtl_power_fftw Michal Krenek (Mikos) 2015-12-07 03:36:43 +01:00
  • 1f48ebf351 Updated version to 1.1.1 v1.1.1 Michal Krenek (Mikos) 2015-04-26 22:18:04 +02:00
  • f5d97fab80 Switch from distutils to setuptools Michal Krenek (Mikos) 2015-04-26 22:16:21 +02:00