discuss-gnuradio
[Top][All Lists]
Advanced

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

Exporting 2d arrays


From: Artur Nogueira
Subject: Exporting 2d arrays
Date: Thu, 23 Apr 2020 12:43:10 -0300

Hi all,

I'm using the Python Block for signal processing and I need to export a matrix for further Fourier analysis.
I think I can 'slice' this matrix into several lines (or columns) and store each of them in an 1-d output_items[i][:] variable, i=1,2...,number of lines (or columns).
But considering that the number of lines is user-defined (i.e. it can be large and variable), it would be unpractical to deal with the Python Block outputs.

Do you have a suggestion for this?
Is it possible to export a 2-d array into a single Python Block output?

Best regards,
Artur

Livre de vírus. www.avast.com.

reply via email to

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