Thursday, March 30, 2023

Re: Constructing a basic/general python embedded block

Take a look at gr-fec/lib/encoder_impl.cc. This shows how to do this in C++. I don't know of a Python example in our code, but this should translate fairly easily.

On Thu, Mar 30, 2023 at 5:44 AM Siddharth Arora <sid.srcm@gmail.com> wrote:
Hi,
I am facing issue while creating a general python embedded block, which takes m=1024 inputs at a time and gives out n=1064 outputs in a single work function called.
However I am not able to achieve this. 
I am doing convolution with the input, that's why the output items are increasing.
A sample code would be very much appreciated.

Thank you.

No comments:

Post a Comment