Skip to content

This repository contains the fundamental out-of-tree GRC modules used for my master thesis.

Notifications You must be signed in to change notification settings

fquitin/GRC-blocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GRC-blocks

This repository contains the fundamental out-of-tree GRC modules used for my master thesis.

gr-custom

This folder contains the Arg_to_Complex block which converts an argument a to exp(j*a)

gr-music

This folder contains the following blocks:

  • musicMain: main music algorithm that just computes the AoA
  • musicSpec: computes AoA and saves the MUSIC spectrum to one file and the AoA to another file. For every computed angle, both files are appended with the new information.
  • musicToFile: this block saves only the current AoA to a file
  • musicToFile2: this blocks saves the current AoA to a file together with the timestamp of when it was computed.

Installation

From the gr-music folder or the gr-custom folder:

$ mkdir build

$ cd build

$ cmake ..

$ make

$ sudo make install

About

This repository contains the fundamental out-of-tree GRC modules used for my master thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.9%
  • CMake 16.2%
  • C++ 4.7%
  • C 0.2%