diff options
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: |