blob: dbdee63bf92b099959964dd8f931955221d2949a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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:
from gnuradio import scigen
See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
help(scigen)
|