diff options
author | manojgudi | 2013-12-26 21:07:40 +0530 |
---|---|---|
committer | manojgudi | 2013-12-26 21:07:40 +0530 |
commit | cb0bc2512a930e1a09633d6e373c0d5c43f30c79 (patch) | |
tree | 6ebe864fe7d692fbdf10657f7c03c6812bf3a52f /gr-scigen/doc | |
parent | 03808c205b5840b3943afa801c25ee34be74ea17 (diff) | |
download | gnuradio-cb0bc2512a930e1a09633d6e373c0d5c43f30c79.tar.gz gnuradio-cb0bc2512a930e1a09633d6e373c0d5c43f30c79.tar.bz2 gnuradio-cb0bc2512a930e1a09633d6e373c0d5c43f30c79.zip |
Added incomplete documentation gr-scigen
Diffstat (limited to 'gr-scigen/doc')
-rw-r--r-- | gr-scigen/doc/README.scigen | 7 |
1 files changed, 5 insertions, 2 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: |