Hi,
I have created an OOT module with my block written in C++ and it works. Now I would like to use a fir filter within my block, in the same way the equalizers in gr-digital do. For example the lms equalizer https://github.com/gnuradio/gnuradio/blob/master/gr-digital/lib/lms_dd_equalizer_cc_impl.hAttributeError: 'module' object has no attribute 'myblock'
I also tried to add my block to gr-digital directly. However, I can't build gr-digital following the steps for OOT modules. I installed it using pybombs and that doesn't allow me to modify it.
No comments:
Post a Comment