Skip to content

Passive Radar Processing implementation for the Raspberry Pi 3B in C++

Notifications You must be signed in to change notification settings

itssnehin/EEE4022S_FYP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassiveRadarProcSBC

Packages Required

First install OpenBLAS, LAPACK and Cmake before installing armadillo Installation requires root privileges OpenBLAS: $ apt install libopenblas-dev

LAPACK: $ apt install liblapack-dev

Cmake: $ apt install cmake

Installing Armadillo

http://arma.sourceforge.net/download.html

Follow this guide on how to install the library: https://github.com/masumhabib/quest/wiki/How-to-Install-Armadillo

Installing OpenMP

$ apt-get install libomp-dev

How to compile and run:

Make sure you have the required data .bin files and cpp files

$ make

$ make run

About

Passive Radar Processing implementation for the Raspberry Pi 3B in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published