summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getting_it.md2
-rw-r--r--scope.md4
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>
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