Igor Freire

Results 7 issues of Igor Freire

Anybody can give me some recommendation on how to crop a rotated image? Is there a straightforward way of implementing this using this library? As a reference, find below my...

Hello All, Is there any example (not necessarily in this repository) on how to use aff3ct's BCH decoder for DVB-S2 outer decoding? For example, if I use the following (with...

help wanted

Hi SigMF maintainers, I have been organizing my DVB-S2 IQ recordings using SigMF and have decided to document a DVB-S2 extension for it, which is included in this PR. I...

extensions

Hi, When developing inside a devcontainer, is there a way to run rsync from a terminal within the local container host, as opposed to a terminal on the devcontainer? On...

It would be nice to have a workflow to test whether new/updated recipes build successfully. This PR adds a workflow I have been experimenting with to test a new recipe...

Tested using the workflow in #121 .

The idea is based on https://github.com/gnuradio/gnuradio/issues/6194. I've been maintaining the [`igorfreire/gnuradio-oot-dev` image](https://hub.docker.com/r/igorfreire/gnuradio-oot-dev) on DockerHub and using it for various things, like testing OOTs on CI (see the [gr-dvbs2rx CI](https://github.com/igorauad/gr-dvbs2rx/blob/master/.github/workflows/test.yml)). So...