Re: How pass an input vector in an OOT QA test?

2022-04-21 Thread George Edwards
Hi Marcus, Thanks for offering to assist me. The OOT signal processing blocks I have designed so far worked with streaming data. For this project, I wish to pass the data in as vectors (which is new to me). I am writing this OOT block to accept a vector of 100 floating point elements on each ite

Re: How pass an input vector in an OOT QA test?

2022-04-21 Thread Marcus Müller
You'll have to tell us what you do with that `data` and what the io_signature of your block is. On 20.04.22 17:22, George Edwards wrote: Hello GNURadio Community, In an OOT QA testing of a signal processing block designed to accept an input vector of 4 elements, I am having problems passing t

How pass an input vector in an OOT QA test?

2022-04-20 Thread George Edwards
Hello GNURadio Community, In an OOT QA testing of a signal processing block designed to accept an input vector of 4 elements, I am having problems passing the QA input as a vector. It sees the input as a stream. I tried passing the data in two ways, but each failed. Here are the two ways I have fo