discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Constructing a basic/general python embedded block


From: Jeff Long
Subject: Re: Constructing a basic/general python embedded block
Date: Thu, 30 Mar 2023 06:39:43 -0400

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]