Python Box - Spectrum output

Concerning processing components: filters, file load/save, visualizations, communication ...
Post Reply
Mike_qp
Posts: 9
Joined: Sat Apr 03, 2021 1:38 pm

Python Box - Spectrum output

Post by Mike_qp »

Hi all,

I have a quick question about python scripting box : I'd like to make a spectrum stream as an output from my python box.

Following tutorials on python box scripting (http://openvibe.inria.fr/tutorial-using ... -openvibe/) I was not able to know if it is feasible or not.
Is it possible to configure an output header like OVStreamedMatrixHeader() but with something more or less like ~ OVSpectrumHeader() ?

(I'm aware that StreamedMatrix can do the job as spectrum stream structure inherit from Streamed Matrix, but for conveniance it would help to have a spectrum structure).

I tried to find something related to my question on the forum, without success.

Thanks for your kind help,

Cheers

Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: Python Box - Spectrum output

Post by Thibaut »

Hello,
Indeed, for the moment only the stimulations, signals and matrices are implemented and as you say the streamed matrix do the job. But you're right, we should see to add the spectrum .... It's not planned yet but I add it to the list.
Thibaut

Post Reply