Open joelle-o-world opened 1 year ago
Add meta data function to describe the units of a signal, its minimum/maximum value and its scale (ie "linear", "logarithmic")
"linear"
"logarithmic"
This is going to require more thought
SignalReaders will also have matching methods, perhaps called expectedUnit() etc
SignalReader
expectedUnit()
For some processes (eg Sum) the unit/min/max/scale will be computed from the inputs.
Sum
Definitely try to make this a separate base class layer.
Add meta data function to describe the units of a signal, its minimum/maximum value and its scale (ie
"linear"
,"logarithmic"
)This is going to require more thought
SignalReader
s will also have matching methods, perhaps calledexpectedUnit()
etcFor some processes (eg
Sum
) the unit/min/max/scale will be computed from the inputs.Definitely try to make this a separate base class layer.