But I need to add samples to a buffer. when 4096 sample is received for
block, do an operation like correlate and convolution, and so on.

Can we use RAM in an RFNOC block that enables us to work with specific
count samples??
It is possible?

any example or guide thanks


On Mon, Mar 21, 2022 at 6:01 PM sp h <[email protected]> wrote:

> But I need to add samples to a buffer. when 4096 sample is received for
> block, do an operation like correlate and convolution, and so on.
>
> Can we use RAM in an RFNOC block that enables us to work with specific
> count samples??
> It is possible?
>
> any example or guide thanks
>
> On Mon, Mar 21, 2022 at 1:16 PM Marcus Müller <[email protected]>
> wrote:
>
>> Hi!
>>
>> > In Gnuradio when we want to work with samples buffer samples is 4096 ...
>>
>> No, it's not! GNU Radio has a variable workload length approach, so you
>> **must not**
>> assume any fixed length buffer. Especially not 4096.
>>
>> > but for RFNOC we faced 32 samples........
>> > How can increased samples buffer in RFNOC block to 4096...?
>>
>> You don't!
>>
>> Best regards,
>>
>> Marcus
>> _______________________________________________
>> USRP-users mailing list -- [email protected]
>> To unsubscribe send an email to [email protected]
>>
>
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to