TimeInOut¶
-
class
acoular.tprocess.
TimeInOut
¶ Bases:
acoular.tprocess.SamplesGenerator
Base class for any time domain signal processing block, gets samples from
source
and generates output via the generatorresult()
-
source
= Trait(SamplesGenerator)¶ Data source;
SamplesGenerator
or derived object.
-
result
(num)¶ Python generator: dummy function, just echoes the output of source, yields samples in blocks of shape (num,
numchannels
), the last block may be shorter than num.
-