gr-lora/docs
Wosser1sProductions de82afa631 Default GRC threshold and freq_grad_idx improvement
+ Added threshold to GRC block ctor
+ Added default values for lora_receiver block
~ Moved whitening sequence selection to ctor
    to accomodate for SF6 incompatibility
~ Changed max_freq_gradient_idx with simpler falling edge detection
2017-03-31 16:49:22 +02:00
..
doxygen Default GRC threshold and freq_grad_idx improvement 2017-03-31 16:49:22 +02:00
wiki/tutorial01 Squashed commit of the following: 2016-11-24 10:56:59 +01:00
CMakeLists.txt Version 0.1 2016-06-22 21:43:15 +02:00
README.lora Version 0.1 2016-06-22 21:43:15 +02:00

README.lora

This is the lora-write-a-block package meant as a guide to building
out-of-tree packages. To use the lora blocks, the Python namespaces
is in 'lora', which is imported as:

    import lora

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(lora)