-
Dear everyone, t1 = fastest1.get_telemetry().add_distance()
t1.TELEMETRY_FREQUENCY = 100 Something like that would not give errors, however I suppose that the data needs to be reloaded in some way Thank you a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At the beginning of the script, you can do
HOWEVER, this will absolutely not change the measurement frequency. It will simply upsample the data to a higher frequency. But this might actually decrease the accuracy of the data, because upsampling means creating values that were not previously there so it's kind of "guesswork". |
Beta Was this translation helpful? Give feedback.
At the beginning of the script, you can do
HOWEVER, this will absolutely not change the measurement frequency. It will simply upsample the data to a higher frequency. But this might actually decrease the accuracy of the data, because upsampling means creating values that were not previously there so it's kind of "guesswork".