Skip to content
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

Updated Readme and Manifest with GR 3.10 compatability #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions MANIFEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ author:
copyright_owner:
- Stefan Wunsch
- Communications Engineering Lab (CEL) at Karlsruhe Institute of Technology (KIT)
dependencies (most of them are needed by GNU Radio 3.8 and are included transitively):
- gnuradio maint-3.8
dependencies (most of them are needed by GNU Radio 3.10 and are included transitively):
- gnuradio maint-3.10
- UHD = 3.15
- QT 5.10.1
- Qwt = 6.1.0
- python-matplotlib
repo: https://github.com/kit-cel/gr-radar
website: https://grradar.wordpress.com
gr_supported_version: v3.7, v3.8
gr_supported_version: v3.7, v3.8, v3.10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all versions supported at the same time? I'd think that 3.7 & 3.8 won't work after the update to 3.10?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well... Only 3.10 will work on this branch, but the repo has branches for maint-3.7 and maint-3.8. Currently CGRAN only displays the info from the default branch. Including all the available supported versions in the manifest is the current "standard practice". Improving/changing this is a CGRAN level discussion. The Readme, more relevant to people viewing the repo and source code only mentions 3.10 support.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

---

The *gr-radar* project provides a toolbox of commonly used radar algorithms. An important part is the *UHD Echotimer*, which enables a synchronized TX and RX stream from USRPs to ensure a constant phase relation in measurements. Example flowgraphs for CW, Dual CW, FSK, FMCW and OFDM radar are given and partly tested on hardware. GUI elements for target representation and further signal processing algorithms such as target tracking are implemented. Check out the project website for example videos and further information.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ For full documentation build the toolbox and open `build/docs/doxygen/html/index


**Development platform**
GNU Radio maint-3.8
GNU Radio maint-3.10
UHD 3.15
Ubuntu 18.04
Ubuntu 22.04

**Dependencies**
Qt 5.10.1
Expand Down