diff options
author | manojgudi | 2013-10-08 01:18:55 +0530 |
---|---|---|
committer | manojgudi | 2013-10-08 01:18:55 +0530 |
commit | e8b78233fa7f82d53d617af4a67666cb90b85585 (patch) | |
tree | d517f2660701e45e7fab35a9ff379c0ec862ccbc /gr-controls/doc/README.controls | |
parent | b42dbb9939349970ce7f55a192cbe4d2234573be (diff) | |
download | gnuradio-e8b78233fa7f82d53d617af4a67666cb90b85585.tar.gz gnuradio-e8b78233fa7f82d53d617af4a67666cb90b85585.tar.bz2 gnuradio-e8b78233fa7f82d53d617af4a67666cb90b85585.zip |
added gr-controls block | compiles fine
Diffstat (limited to 'gr-controls/doc/README.controls')
-rw-r--r-- | gr-controls/doc/README.controls | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gr-controls/doc/README.controls b/gr-controls/doc/README.controls new file mode 100644 index 000000000..61e8f6bf8 --- /dev/null +++ b/gr-controls/doc/README.controls @@ -0,0 +1,13 @@ +This is the gr-scigen package. It contains signal processing blocks to +perform FFTs and FFT-related functionality. + +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) |