bistromath / gr-ais

Automatic Information System decoder for shipborne position reporting for the Gnuradio project
134 stars 47 forks source link

Block digital_msk_correlate_cc missing? #15

Closed EdFuentetaja closed 3 years ago

EdFuentetaja commented 7 years ago

My GNU Radio Companion complains that this module is missing when opening ais.grc. Cannot find it anywhere among the sources.

nickwest238 commented 3 years ago

Were you ever able to find a fix for this issue?

bistromath commented 3 years ago

The current version of gr-ais does not include GRC blocks. I'm (slowly) working on releasing a Gnuradio 3.9 version which is GRC-based.

On Wed, Aug 12, 2020 at 10:33 AM nickwest238 notifications@github.com wrote:

Were you ever able to find a fix for this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bistromath/gr-ais/issues/15#issuecomment-673011441, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADBTK3XQEMT5S56P6UAPADSALG5JANCNFSM4CJY4NHQ .

nickwest238 commented 3 years ago

Thanks for the quick response. Does that mean that only the python executable can be used for now?

bistromath commented 3 years ago

Correct.

On Wed, Aug 12, 2020 at 10:53 AM nickwest238 notifications@github.com wrote:

Thanks for the quick response. Does that mean that only the python executable can be used for now?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bistromath/gr-ais/issues/15#issuecomment-673021381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADBTK6ERJCVURIUTNULHETSALJKLANCNFSM4CJY4NHQ .

bistromath commented 3 years ago

I've updated gr-ais (on the "grc" branch for now) to include GRC blocks and a GRC top-level application. Please note that it will only work with a version of Gnuradio which includes fixes to the MSK timing error detector -- see gnuradio/gnuradio#4335.