Skip to content

Adjust sampling frequency #258

Answered by theOehrly
apaaris asked this question in Q&A
Sep 15, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

At the beginning of the script, you can do

from fastf1.core import Telemetry

Telemetry.TELEMETRY_FREQUENCY = 100

...

t1 = fastest1.get_telemetry()

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".

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@apaaris
Comment options

Answer selected by apaaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants