Skip to content

Initialization of Reed-Solomon decoder #32

@daniestevez

Description

@daniestevez

I am looking to add a decoder for FloripaSat-1 to gr-satellites. I am following ngham as a reference to decode the NGHam protocol, but I can't get Reed-Solomon decoding working with some packets transmitted by the satellite.

I have done more investigation and I have seen that in the grs code the Reed-Solomon decoder variables are not initialized properly (see the line below).

void ngham_init_arrays()

I can't even understand why this isn't segfaulting, since variables such as alpha_to are dereferenced during decode_rs_char().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions