andrmuel / gr-dab

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

Missing blocks for DAB transmitter #31

Open Rosen-Arma opened 10 months ago

Rosen-Arma commented 10 months ago

Hey, I managed to install gr-dab without error but when launching GNU radio im able to put only: DAB +Audio decoder DAB Coarse Frequency Correction DAB Demultiplexer DAB Differential phasor DAB FIC Decoder DAB Frequency Intervealer DAB OFDM Demodulator DAB OFDM Synchronization

Only those mentioned blocks have their .yml files in gnuradio /usr/local/share/gnuradio/grc/blocks installed, the rest of block dont have them installed there and GNU radio is saying block missing when loaded example of DAB transmitter. Can you help me, because im green in fixing this issue.

Best regards

adriengit commented 10 hours ago

Can you provide your cmake or make logs?