I am having this output with my Reed Solomon test:

Generating: '/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py'

Generating: '/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py'

Executing: /usr/bin/python -u
/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py

Traceback (most recent call last):
  File "/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py",
line 283, in <module>
    main()
  File "/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py",
line 271, in main
    tb = top_block_cls()
  File "/home/cbusquielsanz/GNURadio/work/ReedSolomon_Test_001.py",
line 87, in __init__
    self.satellites_encode_rs_0 = satellites.encode_rs(0)
AttributeError: 'module' object has no attribute 'encode_rs'

>>> Done (return code 1)




It seems that there is a problem with GR Satellites "CCSDS Reed-Solomon Encoder"

I am attaching the flowgraph, the GRC file

I have not found information about this issue

What am I doing wrong?
Thank you



Christian SĂȘngir     Busquiel Sanz

Attachment: Reed-Solomon_Test_001.grc
Description: Binary data

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to