discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] PMT: vector of vectors of ints


From: West, Nathan
Subject: Re: [Discuss-gnuradio] PMT: vector of vectors of ints
Date: Wed, 1 Mar 2017 16:53:41 -0500

AFAIK that's only used for coloring and sanity checking sizes before running a flowgraph. You should be able to use your matrix datatype with a vlen of  your total matrix size.

<type>float</type>
<vlen>N*M</vlen>

On Wed, Mar 1, 2017 at 4:04 PM, devin kelly <address@hidden> wrote:
Is there any way to create a vector of vectors of ints with the PMT library?

I'm trying to make a C++ GR block that takes in an NxM matrix.  For GRC all the types are listed at the link below, none really fit my model.

https://github.com/gnuradio/gnuradio/blob/d4bb541ec1ec93446ecfa53948a1a6f995fffb64/grc/core/Param.py#L303

What are my options for passing a matrix into the block?

Thanks,
Devin

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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