# {py:mod}`nearlink_sdr.common.bch` ```{py:module} nearlink_sdr.common.bch ``` ```{autodoc2-docstring} nearlink_sdr.common.bch :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`bch_31_26_encode ` - ```{autodoc2-docstring} nearlink_sdr.common.bch.bch_31_26_encode :summary: ``` * - {py:obj}`bch_63_24_encode ` - ```{autodoc2-docstring} nearlink_sdr.common.bch.bch_63_24_encode :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`BCH_31_26_GEN ` - ```{autodoc2-docstring} nearlink_sdr.common.bch.BCH_31_26_GEN :summary: ``` * - {py:obj}`BCH_63_24_GEN ` - ```{autodoc2-docstring} nearlink_sdr.common.bch.BCH_63_24_GEN :summary: ``` ```` ### API ````{py:data} BCH_31_26_GEN :canonical: nearlink_sdr.common.bch.BCH_31_26_GEN :value: > 'array(...)' ```{autodoc2-docstring} nearlink_sdr.common.bch.BCH_31_26_GEN ``` ```` ````{py:data} BCH_63_24_GEN :canonical: nearlink_sdr.common.bch.BCH_63_24_GEN :value: > 'array(...)' ```{autodoc2-docstring} nearlink_sdr.common.bch.BCH_63_24_GEN ``` ```` ````{py:function} bch_31_26_encode(info_26: numpy.ndarray) -> numpy.ndarray :canonical: nearlink_sdr.common.bch.bch_31_26_encode ```{autodoc2-docstring} nearlink_sdr.common.bch.bch_31_26_encode ``` ```` ````{py:function} bch_63_24_encode(info_24: numpy.ndarray) -> numpy.ndarray :canonical: nearlink_sdr.common.bch.bch_63_24_encode ```{autodoc2-docstring} nearlink_sdr.common.bch.bch_63_24_encode ``` ````