Jeff Long
Jeff Long
The line `- Building for version: 3.8.0.0 / 3.8.0` and the mention of SWIG means that either you are building against gnuradio 3.8 or are using the 3.8 branch of...
That last update to gr-mac was in 2014. Did it still work? I had a clone of the repo, so I put it up at https://github.com/willcode/gr-mac, in case anyone needs...
This appears to be specific to the case where you create a new flowgraph but don't do anything else. Even moving the samp_rate block a little will result in the...
The current behavior causes sample loss on lock/unlock. Are there cases where this is desirable? For instance, if the history changes, if there is a rate change somewhere? I can't...
There is a CUDA implementation of custom buffers. Not sure about a FPGA one.
In `flat_flowgraph.cc`, there is ``` // Now deal with the fact that the block details might have // changed numbers of inputs and outputs vs. in the old // flowgraph....
How do we determine whether this is compatible with other/legacy apps? It won't be compatible with prior versions of GR.
A whole separate block would confuse people, so if it's determined that compatibility is important, an endianness param would be good. I don't know if that's required, though. I'll see...
Note that there are separate CRC append and check blocks for streaming, which allow the polynomial, size, and other params to be specified. The CRC16 and CRC32 blocks in question...
@argilo concurs on chat with fixing endianness and also mentioned deprecating the CRC16 and CRC32 blocks. We probably need to make the general CRC blocks easier to use, and possibly...