Hi members,
we have a time varying graph, after sampling we have a series of non-uniform values with a minimum and maximum value far away from each other. Now we need to find a way to range these values so that the resulting graph remains with minimum and maximum of 0 to 1. what are the methods available..we have tried by dividing the entire series with the maximum value any other methods
The problem with this method, we have the truncated the values after division, so we cannot the exact orginal graph if we try to extract it from the resultant graph.
thanks and regards