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 <stackprogra...@gmail.com> 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 <marcus.muel...@ettus.com> > 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 -- usrp-users@lists.ettus.com >> To unsubscribe send an email to usrp-users-le...@lists.ettus.com >> >
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com