Link to home
Start Free TrialLog in
Avatar of chmichael
chmichael

asked on

Upscale integer array

Hello,
  I have some acquisition data stared in the following  arrays:

const
cChannels = 6;
cMaxSampleDuration = 420;

var
    MyIntegerArray: array[0..cChannels -1, 0..cMaxSampleDuration -1] of Integer;

User generated image
As you can see from the screenshot, the first channel has range -4.000 up to 4.000 and the other have smaller range. how can upscale the other channels to be almost in equal range of the first channel ?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial