gnuradio 打包脚本

Posted 木心的木偶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gnuradio 打包脚本相关的知识,希望对你有一定的参考价值。

#!/bin/sh

echo "cd build"
cd build
echo "rm -rf **"
rm -rf **
echo "cmake ../"
cmake ../
echo "make"
make 
echo "sudo make intall"
sudo make install
echo "ldconfig"
sudo ldconfig
echo "cd .."
cd ..
echo "ls"
ls
echo "build finish ! ***^_^***"

echo "if input char [Y/others] ,start gnuradio ,others no deal!"
read -p "input is [Y/others] :" var
echo "your input is : [${var}]"
if [ "$var" = Y ];then
    gnuradio-companion
    echo "---->satrt gnuradio"
else
    echo "---->no command!"
fi
echo "**^_^**"

 

以上是关于gnuradio 打包脚本的主要内容,如果未能解决你的问题,请参考以下文章

修改 UHD 代码以使用 GNU Radio

盼图示:ubuntu下gnuradio显示正弦波 包含细节:gnuradio启动,block间连线等,越细越好! 本人初学,诚答加分!

GNURADIO 安装时报错

常用python日期日志获取内容循环的代码片段

gnuradio 使用eclipse 编辑器记录

使用GnuRadio解码蓝牙信号和数据包