andrmuel / gr-dab

GNU Radio DAB (digital audio broadcasting) module
http://0x7.ch/code/
GNU General Public License v3.0
90 stars 38 forks source link

Missing dab_ofdm_demod.cc and dab_ofdm_demod.h #33

Open gozillah opened 1 month ago

gozillah commented 1 month ago

Having compiled and installed gr-dab on Radioconda / Windows I tried to run dab_receiver.grc. GRC responded with AttributeError: module 'gnuradio.dab' has no attribute 'ofdm_demod'

There is a YAML file dab_ofdm_demod.block.yml but the correspnding dab_ofdm_demod.cc and dab_ofdm_demod.h files are missing.

Please upload dab_ofdm_demod.cc and dab_ofdm_demod.h

andrmuel commented 1 month ago

ofdm_demod is a hierarchical block defined in python/dab/ofdm.py. I don't know what causes this issue for you, but I'm fairly certain it's not a missing file.

gozillah commented 1 month ago

Thanks for the hint. I found ofdm.py.