Alias: null
Common Name: null
Class: org. imirsel. m2k. math. NormaliseFunction

Overview: This module takes a function as input and normalises it, either to the range 0:1 (default) or -1:1.

Data Handling: The input data is not modified.


Inputs:
function
[D
The function to be normalised (Double array).


Outputs:
normalised function
[D
The normalised function (Double array).



Properties:
Use -1:1 range
Normalise the input function to the range -1:1 as opposed to the default range, 0:1