-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6805aa6
commit f2493e8
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
This repo is an PyTorch implementation of CNN for RTL SDR signal classification. | ||
It is inspired by Randaller's CNN-RTLSDR repo -> https://github.com/randaller/cnn-rtlsdr | ||
It is inspired by Randaller's CNN-RTLSDR repo -> https://github.com/randaller/cnn-rtlsdr (which uses Tenserflow and Keras). | ||
I rewrote the code and added some new features to it. | ||
The code is buggy and is constantly being improved, it will be finished soon. |