Skip to content
Snippets Groups Projects
Commit 4a6b823f authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Better documentation for research module

parent 7ca370e4
No related branches found
No related tags found
No related merge requests found
Pipeline #90631 passed
"""
B-ASIC GUI utilities.
This module contains GUI classes that have a general use and are not
strictly related to either the Block Diagram GUI or Scheduler GUI.
"""
"""
B-ASIC module for research purposes.
This module contains functions that are used in different research
projects. They are typically not general enough to be part of the main
library, but are packaged here for convenience, reproducibility, and
that they may be useful for someone else as well.
The following module is currently available:
- :mod:`b_asic.research.interleaver`: generate matrix transposers and random interleavers.
"""
gui\_utils package
==================
.. automodule:: b_asic.gui_utils
:members:
:undoc-members:
gui\_utils.about\_window module
-------------------------------
......
Research functions
==================
.. automodule:: b_asic.research
:members:
:undoc-members:
research.interleaver module
---------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment