From 2d52282e0db65ed181dd6d6a09ca90ee7dd1a6db Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 16 Mar 2014 02:28:55 +0530 Subject: Trivial fixes --- getting_it.md | 2 +- 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. --------------------------- #### Installing GNU Radio dependencies diff --git a/scope.md b/scope.md index 85ea81c..9b703e6 100644 --- a/scope.md +++ b/scope.md @@ -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 -- cgit