Skip to content

jmakous/gr-radio_astro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-radio_astro

Modules and blocks here to help create a grc flowchart for use in radio astronomy.

Installation

1.) Clone the repository into an appropriate folder/repository:

git clone https://github.com/WVURAIL/gr-radio_astro.git

2.) Go to the gr-radio_astro folder/repository, create a build directory inside the repository:

cd gr-radio_astro

mkdir build

3.) run cmake inside the build directory:

cd build; cmake ..

4.) run make inside build directory

make

5.) If no errors, install

make install

Blocks should now be available in gnuradio-companion.

Additionally install h5py

On Ubuntu can run:

sudo apt install python-h5py

Generic linux can try:

sudo pip install h5py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • CMake 24.4%
  • C++ 3.2%
  • Other 0.9%