discuss-gnuradio
[Top][All Lists]
Advanced

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

OOT Module with shape error


From: Elmore's
Subject: OOT Module with shape error
Date: Tue, 25 May 2021 17:00:43 -0400

I am attempting to add an OOT module to my flowgraph. I have generated a General block which I want to place between an Audio Source and a Multiply Constant.
 
The Audio Source is set at a 48K sample rate. Input and Output are float.
 
As a test (I have never tried using an OOT module before) I said:
    out[:] = input_items[0]
in an attempt to simply feed the input to the output unmodified.
 
I get a run time error:
    ValueError: Could not broadcast input array from shape(4800) into shape(256)
 
Obviously I don’t know how to perform the simplest possible operation. What is wrong here?
 
I have tried looking on forums and reading some of the GNU docs but no joy.
 
Thanks for any help.
 
Jim
 
 

Virus-free. www.avg.com

reply via email to

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