eos21 / gr-apcma_sdr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APCMA modulation/demodulation block for GNU Radio and USRP

how to build

OS : ubutnu20.04

git clone https://github.com/Atsushi0803/gr-apcma_sdr.git
cd ./gr-apcma_sdr
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash ./Miniconda3-latest-Linux-x86_64.sh
conda env create -f ./environment.xml
mkdir build
cd build
cmake ../
sudo make install

About


Languages

Language:C++ 88.3%Language:CMake 8.4%Language:Python 2.1%Language:C 0.7%Language:Batchfile 0.3%Language:Shell 0.2%