Skip to main content
Version: current

Calibrate Signal

Description

The block Calibrate Signal can do a custom calibration based on the properties of the block and you can give a new unit to the dataset.

MxNMxN

Input

The input is MxN

Output

The output is MxN which is the calibrated value. It is calculated as follows:

sensitivity = (Maximum Sensor Output - Minimum Sensor Output) / Maximum Sensor Input - Minimum Sensor Input)

output = ((input - Minimum Sensor Output) / sensitivity) + Minimum Sensor Input

Attributes

AttributeValue
NameCalibrateSignal
New Unit
Minimum Sensor Input 0
Maximum Sensor Input 1
Minimum Sensor Output 0
Maximum Sensor Output 10
Channels1

Name

Name specifies the name of the block.

Minimum Sensor Input

Minimum sensor input is the minimum value the sensor can measure

Maximum Sensor Input

Maximum sensor input is the maximum value the sensor can measure

Minimum Sensor Output

Minimum sensor output is the minimum value the sensor can output

Maximum Sensor Output

Maximum sensor output is the maximum value the sensor can output

Channels

Channels specifies the number of input(s)/output(s) the block will have.