PowerBandRatio¶
Calculates a ratio of precomputed spectral power bands.
The power bands should be present along the feature axis. Allows a weight to be specified for each band, as well as bias constants which are added to the numerator and/or denomenator. Currently only supports numerator and denomenator expressions with one or two operands. The result is only one element along the feature axis, containing the given ratio. Version 1.0.1
Ports/Properties¶
data¶
Data to process.
alpha_weight¶
Weight factor for the alpha power band.
beta_weight¶
Weight factor for the beta power band.
beta1_weight¶
Weight factor for the beta power band.
beta2_weight¶
Weight factor for the beta power band.
delta_weight¶
Weight factor for the delta power band.
gamma_weight¶
Weight factor for the gamma power band.
theta_weight¶
Weight factor for the theta power band.
numerator_bias¶
Constant value added to the numerator.
denomenator_bias¶
Constant value added to the denominator.
numerator¶
Formula used to calculate the numerator. Currently supports four operators: + - / * and no parentheses.
denomenator¶
Formula used to calculate the numerator. Currently supports four operators: + - / * and no parentheses.
ratio_name¶
The name to be given to the ratio in the Feature axis.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.