Normalizer
Overview
Use the Normalizer to shift and resize signals in such a way, that they become signals between 0 and a norm value. How much the signals are shifted and resized depends on the settings of the lowest and highest input values.Operator ports
Input S: Floating point valuesOutput S_norm: Floating point values
Properties
Find more information about changing properties here: "Properties Viewer"Caption
type: Word or phraseThe name of the object in the project. This name must not contain '.', '$' nor '@' characters.
For more information about the rules and usage of the Caption property, please refer to "Caption property - background and usage".
Documentation
type: See descriptionOptional documentation of this object. If this object is an operator, the Documentation text is displayed below the operator symbol.
Special dialog to change properties of this object: Settings per channel
Allows to change the normalization settings for each channel that is currently connected at the input. For each channel, the output Norm and the input High and Low range can be specified. You may select multiple rows, to change a setting for all rows at once.
Variable Parameters
Find more information about Variable Parameters here: "Variable Parameters"AllRangesHigh
type: Real valueHighest value of the input range for all channels
AllRangesLow
type: Real valueLowest value of the input range for all channels
AllNorms
type: Real valueNorm setting for all channels. The signals are normalized between 0 and Norm.
Details
The Normalizer converts a signal such that it fits between 0 and another value (the norm). The next image illustrates this:In this example, the original signal has a range between -250 and 250. After the Normalizer, the range is between 0 and 1. For this example, the settings for this channel in the Normalizer are:
Norm = 1
High = 250
Low = -250
If the input signal's amplitude extends beyond the High and Low settings of the Normalizer, then the signal is truncated. In that case you will see flat tops. So, the output will never stretch beyond the Norm value.
The calculation is also performed on constant values (e.g. from a Constant ("K")).
Examples
Example: Normalizer Demo
Demonstrates the Normalizer operator.Examples\DF0404124_001_Normalizer_Demo.xmc