Skip to content

Added more details in readme #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# CalibrateSDR
what is my SDR frequency?
## what’s my frequency?

### How to build project?
1. Clone the repository
2. Run cali.py
3. Make sure you have all the required libs (check requirements.txt)

### Basic commands
python.exe cali.py -m dab -f YOURFILENAME -rs 2048000 -gr <br>

<b>-m</b> choose from dab / dvbt / gsm <br>
<b>-rs</b> set samplerate default is 2048000 <br>
<b>-gr</b> to enable display of graphs <br>

### Troubleshoot

ImportError: Error loading librtlsdr <br>
Possible Solution : Add the following .dll/.so files to PATH
<ol>
<li>librtlsdr </li>
<li>libusb-1.0</li>
<li>rtlsdr</li>
</ol>


For more details visit [aerospaceresearch.net](https://aerospaceresearch.net/?page_id=2111)