diff options
author | manojgudi | 2014-03-16 02:28:55 +0530 |
---|---|---|
committer | manojgudi | 2014-03-16 02:28:55 +0530 |
commit | 2d52282e0db65ed181dd6d6a09ca90ee7dd1a6db (patch) | |
tree | f477a9a98358fa7798aef336e136feb923e4f76f | |
parent | acbc05d7bd0f5ced09efa810d398097de91872c1 (diff) | |
download | sandhi-docs-2d52282e0db65ed181dd6d6a09ca90ee7dd1a6db.tar.gz sandhi-docs-2d52282e0db65ed181dd6d6a09ca90ee7dd1a6db.tar.bz2 sandhi-docs-2d52282e0db65ed181dd6d6a09ca90ee7dd1a6db.zip |
Trivial fixes
-rw-r--r-- | getting_it.md | 2 | ||||
-rw-r--r-- | scope.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/getting_it.md b/getting_it.md index 4b2d8a8..bc7d068 100644 --- a/getting_it.md +++ b/getting_it.md @@ -3,7 +3,7 @@ Sandhi, as mentioned earlier, is a free and open-source software, it can be down ### Pre-requisites -Sandhi is conglomeration of lot of libraries and softwares. It uses GNU Radio at its core. For computational purposes, Scilab and Octave can be interfaced with Sandhi. Sandhi uses a special wrapper called Sciscipy which allows one to call scilab functions from python without having to worry about datatype conversion. +Sandhi is conglomeration of libraries and softwares. It uses GNU Radio at its core. For computational purposes, Scilab and Octave can be interfaced with Sandhi. Sandhi uses a special wrapper called Sciscipy which allows one to call scilab functions from python without having to worry about datatype conversion. --------------------------- #### <a href='http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Install-the-Pre-Requisites'>Installing GNU Radio dependencies</a> @@ -4,8 +4,8 @@ * Include block for Multiple Input Multiple Output(MIMO) system. * Include Kalman Filter Block. -### Areas to be explored -* Making it easier and more intuitive to implement loops and conditional loops from [GNU Radio](http://sumitgnuradio.blogspot.in/2012/10/either-you-can-use-tb.html) +### Areas to be explore +* Making it easier and more intuitive to implement loops and conditional loops; Ref: [GNU Radio loops in top_block](http://sumitgnuradio.blogspot.in/2012/10/either-you-can-use-tb.html) * Deploying Sandhi as a web-service * Using GPU cores through OpenGL to increase operation speed |