add the script

This commit is contained in:
2025-03-10 23:09:56 +01:00
parent 91bb93dbe8
commit 53a36856ba
12 changed files with 190 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
Pydemod
-------
Pydemod is a set of Python libraries and tools for demodulating radio signals. It does not intend to compete with full-featured packages such as GNU Radio. Instead, it strives to allow radio enthusiasts to gain hands-on experience with modulation schemes.
Pydemod relies on [NumPy](http://numpy.scipy.org/)/[SciPy](http://www.scipy.org/).
Pydemod is licensed under the terms of the [GNU GPL v3](https://www.gnu.org/copyleft/gpl.html).
----
_Pydemod is developed by [Christophe Jacquet](http://www.jacquet80.eu/), [F8FTK](http://f8ftk.tk)._