From cb0bc2512a930e1a09633d6e373c0d5c43f30c79 Mon Sep 17 00:00:00 2001
From: manojgudi
Date: Thu, 26 Dec 2013 21:07:40 +0530
Subject: Added incomplete documentation gr-scigen
---
gr-scigen/doc/README.scigen | 7 +++++--
gr-scigen/grc/scigen.xml | 5 +----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gr-scigen/doc/README.scigen b/gr-scigen/doc/README.scigen
index 61e8f6bf8..dbdee63bf 100644
--- a/gr-scigen/doc/README.scigen
+++ b/gr-scigen/doc/README.scigen
@@ -1,5 +1,8 @@
-This is the gr-scigen package. It contains signal processing blocks to
-perform FFTs and FFT-related functionality.
+This is the gr-scigen package. Any function which has one to one mapping can be used in this block.
+To use this package python-sciscipy library must be installed.
+
+This block provides an easy way to use scilab's function which are not available in gnuradio.
+
The Python namespace is in gnuradio.scigen, which would be normally
imported as:
diff --git a/gr-scigen/grc/scigen.xml b/gr-scigen/grc/scigen.xml
index ce28f28b1..8731e9382 100644
--- a/gr-scigen/grc/scigen.xml
+++ b/gr-scigen/grc/scigen.xml
@@ -18,13 +18,9 @@ self.$(id).set_parameters($func_name, $window)
IO Typetypeenum
-
-
-
-
@@ -76,6 +72,7 @@ self.$(id).set_parameters($func_name, $window)
Scilab Generic Block
+> Provide one to one function which is available in scilab like("sin")
> Check if your scilab function requires multiple inputs
> Make sure you have same n_input_items when you have multiple inputs
--
cgit