Hello richib2002, I dont speak english, but if I understand you perhaps I can help you, I wait that you can understand me, my english is very bad.
The derivative of variance is actually:
(Speed Main Lap – Speed Overlay Lap) / Speed Main Lap
We can get this information, the first thing we have to do is prepare the Motec (only i2pro version 1.05).
Preparation Motec:1) You create two constants:
“Main Lap” (Constant 1), with the value “-1” (for the moment).
“Overlay Lap” (Constant 2), with the value “-1” (for the moment).
2) You create the following mathematical formulas (VERY VERY VERY IMPORTANT, with the "B", "C1", "C2", "Change Here" and "Derivative of Variance" MUST TAKE THE RATE = 1000Hz AND DECIMAL = 3):
Speed Main Lap: 'Corr Speed' [km/h] * ((range_change("Outings:Laps") - 1) == 'Main Lap' [])
Speed Overlay Lap: 'Corr Speed' [km/h] * ((range_change("Outings:Laps") - 1) == 'Overlay Lap' [])
A: 1
B: integrate('A')
C1: stat_min(('B' * ('Speed Main Lap' > 0)) + (99999 * ('Speed Main Lap' == 0)))
C2: stat_min(('B' * ('Speed Overlay Lap' > 0)) + (99999 * ('Speed Overlay Lap' == 0)))
Change: 'C1' – 'C2'
Change Here: time_shift('Corr Speed' [km/h], 0.000)
Derivative of Variance: ('Corr Speed' [km/h] - 'Change Here') / 'Corr Speed' [km/h]
Now I'll explain to you how to use these formulas to instructions
Instructions:1) Numeric gauge open a channel with "Change".
2) You open a Time / Distance Graph in the channel "Derivative of Variance".
3) You select the laps Main Lap and Overlay Lap.
4) You select the Main Lap in the top bar.
5) Edit the constants “Main Lap” and “Overlay Lap”, writing the number of the lap rightful. In my case, the “Main Lap” is 1 and the “Overlay Lap” is 2.
6) Edit the formula “Change Here” writing the number that the channel “Change” say, as you see in the image.
7) OK. You already have the channel "Derivative of Variance" operative. To change the laps repeating the instructions from step 3.
It is only an approximation. Regards