1
0
mirror of https://github.com/jopohl/urh.git synced 2021-05-12 19:42:18 +03:00

2876 Commits

Author SHA1 Message Date
Dr. Johannes Pohl
a9cb440011 requirements: restrict pyqt5 version due to PyInstaller issue (#862) 2021-04-22 00:42:23 +02:00
Johannes Pohl
115b35739b version2.9.2 v2.9.2 2021-04-17 13:47:33 +02:00
Prof. Dr. Andreas Noack
6ee87e4a26 Add external tutorial 2021-04-11 17:00:48 +02:00
Johannes Pohl
71153babe4 allow incomplete complex files to load fix #848 2021-03-13 22:24:28 +01:00
Johannes Pohl
ca39660038 add desktop entry to snap 2021-03-06 15:49:48 +01:00
Alexei Chetroi
fdc612c1d0 Use list for checksum data_ranges 2021-02-16 08:59:58 +01:00
jopohl
77950b373c version2.9.1 v2.9.1 2020-12-30 19:20:10 +01:00
jopohl
0c8f383103 use *.wav format for demodulated signal export 2020-12-29 19:24:34 +01:00
jopohl
8af7da372b change separation colors to green and magenta 2020-12-29 18:28:44 +01:00
jopohl
a3eceba448 fix disappearing separation area in demod view
When using Y Scale in Demodulation view the lower
separation area disappeared before this fix.
2020-12-29 18:28:44 +01:00
jopohl
6a7048cb49 fix #829 2020-12-29 15:33:06 +01:00
jopohl
7d2e41b147 fix overflow in AutoInterpretation for certain signals 2020-12-24 00:39:24 +01:00
boss
6f50d09268 update snapcraft.yaml 2020-11-24 19:26:47 +01:00
jopohl
4dc94a42d7 version2.9.0 v2.9.0 2020-11-24 18:36:32 +01:00
Dr. Johannes Pohl
e9bb586e3d update requirements (#821) 2020-11-24 18:34:47 +01:00
Dr. Johannes Pohl
3a92538015 update azure-pipelines.yml (#820) 2020-11-24 16:16:51 +01:00
Dr. Johannes Pohl
5aa7c18483 avoid graph overlapping legend in spectrum analyzer (#816) 2020-11-05 12:30:54 +01:00
Dr. Johannes Pohl
8506d2064c CI: build on windows without -j (#815) 2020-11-04 17:07:52 +01:00
Dr. Johannes Pohl
d300ba5c33 Improve Auto Interpretation Performance (#814)
* cythonize merge_plateaus

* add a threshold for plateau count to prevent running forever
2020-11-04 12:12:42 +01:00
Dr. Johannes Pohl
217a814622 improve sdr check fix #811 (#812) 2020-11-02 16:31:03 +01:00
Dr. Johannes Pohl
611ef151cb Refactor (#810) 2020-10-28 17:54:11 +01:00
Dr. Johannes Pohl
cfae883bd9 use costas loop for PSK demod (#807) 2020-10-21 12:43:08 +02:00
Dr. Johannes Pohl
1fcf4ae2bb consider checksum label in copy operation (#803) 2020-09-20 11:09:11 +02:00
jopohl
162dda871b update Dockerfile: remove rfcat, as it not installs anymore 2020-09-08 14:07:24 +02:00
jopohl
39b60ddfab version2.8.9 v2.8.9 2020-09-08 13:15:47 +02:00
Dr. Johannes Pohl
3cbcbf9bb3 add bladerf fpga images to snap (#799)
fix #798
2020-09-08 13:16:49 +02:00
Dr.-Ing. Johannes Pohl
88fa644ead make HackRF bias tee configurable (#794) 2020-07-29 15:35:11 +02:00
Johannes Pohl
ddff7078cb Merge pull request #791 from tirkarthi/fix-warnings
Fix deprecation warnings due to invalid escape sequences.
2020-07-16 10:14:24 +02:00
Johannes Pohl
33b92c7e79 Merge pull request #789 from tirkarthi/fix-xml
Use ElementTree instead of deprecated cElementTree.
2020-07-15 16:57:26 +02:00
Karthikeyan Singaravelan
0d2d0142e1 Fix deprecation warnings due to invalid escape sequences. 2020-07-15 12:32:12 +00:00
Karthikeyan Singaravelan
d62aef690d Use ElementTree instead of deprecated cElementTree. 2020-07-15 12:26:54 +00:00
Johannes Pohl
716384df32 Refactor FileOperator (#787) 2020-07-08 13:35:34 +02:00
jopohl
22f3cf6891 cleanup code 2020-07-07 21:03:39 +02:00
jopohl
7cdea4603d properly remember size and position of dialogs fix #784 2020-06-26 10:50:15 +02:00
Johannes Pohl
849f7f579f add De Bruijn fuzzing (#782) 2020-06-04 14:29:49 +02:00
Johannes Pohl
280212a2ba Update README.md and CI 2020-06-02 20:04:58 +02:00
Johannes Pohl
c1ed0eff01 add support for already demodulated signals (#780)
Treat single channel wav files as already demodulated data.
2020-05-28 19:49:20 +02:00
Prof. Dr. Andreas Noack
1d3981ca37 Remove NRZ-I to prevent mixing with NRZ + Invert, clarify names. (#776)
* Change NRZ-I decoding from invert to differential encoding (see e.g. https://en.wikipedia.org/wiki/Non-return-to-zero). Fix #775

* skip bugged cython version

* Remove "Non Return To Zero Inverted (NRZ-I)" due to contradictory definitions in literature.

Co-authored-by: jopohl <Johannes.Pohl90@gmail.com>
2020-05-19 13:00:00 +02:00
andynoack
749cf3d0bb Change NRZ-I decoding from invert to differential encoding (see e.g. https://en.wikipedia.org/wiki/Non-return-to-zero). Fix #775 2020-05-19 11:35:42 +02:00
jopohl
bbc12c9ae4 version2.8.8 v2.8.8 2020-05-17 14:02:07 +02:00
jopohl
d2f2422977 update README.md 2020-05-05 19:14:54 +02:00
Johannes Pohl
889dd05f25 proper support for complex16u (2xuint8) signals (#772)
* proper support for complex16 (2xint8) signals
  * fix Modulator: give correct iq type
  * fix View: Use general min/max and not from signal
  * Remove Padding

* fix requirements.txt (skip PyQt5.14.2 on Windows)

* fix noise area drawing

* fix demod view range for FSK and PSK

* Autofit signal in ModulatorDialog.py

* optimize Unittests
2020-05-01 13:49:32 +02:00
jopohl
733371f8cf version2.8.7 v2.8.7 2020-04-27 11:50:29 +02:00
jopohl
8413ecea11 update snapcraft 2020-04-27 11:19:39 +02:00
Johannes Pohl
e396ddc347 add retina support on macOS (#767) 2020-04-22 21:35:19 +02:00
jopohl
09087233bf improve pyinstaller_helper.py 2020-04-22 15:13:46 +02:00
jopohl
caa527a584 nicer output for device log in dialogs 2020-04-22 13:36:14 +02:00
jopohl
e9657b657f enforce smaller headers -> more data visible in table views 2020-04-22 12:54:51 +02:00
jopohl
dd141b63e7 add snapcraft.yaml and build_snap.sh 2020-04-19 14:30:14 +02:00
jopohl
84e32cb1ae update README.md 2020-04-19 14:14:40 +02:00