Federico 'Larroca' La Rocca
Federico 'Larroca' La Rocca
Hi. Did you try using the -std=c++11 when compiling?
You should remove at least CMakeCache.txt (or the whole build directory) and re-run cmake with the flag, like so (from the build directory): `cmake -std=gnu++11 ..` let me know if...
I don't have a mac to check, but I've used a pull request from another OOT of mine (https://github.com/git-artes/gr-isdbt/pull/22), which I now integrated into gr-tempest. Let me know if it...
Hi, Glad it worked. Now you're having trouble with your python installation. Did you check that you have PYTHONPATH set correctly (though I'm not sure how the python path is...
Hi, Sorry for the big delay, these were some very busy weeks. Regarding your questions: - The max sample_rate depends on your PC. Dropped samples are a problem for the...
hi, It seems like the mode is indeed 3, but you're not getting the guard interval right (the plateau in the autocorrelation graph is very big). On the other hand,...
That's clearly too little power you're getting from the signal. Try increasing the gains or getting closer to the antenna. Are you sure that's the correct frequency?
You should try with gqrx or any other SDR software that let's you check the spectrum, and try to find a strong signal.
Hi, You should avoid using virtual machines, specially with this system that requires high throughput. In the second video it seems that the signal is being transmitted intermittently, as the...
Hi. You should try running the demos with the provided recorded signals (see the files at https://iie.fing.edu.uy/investigacion/grupos/artes/projects/gr-isdbt/, there's one with a dongle recording). Once you've gotten familiar with that, you...