I am reverse engineering custom software for a stepper motor. The original software eases in and out of any motion, and the duration of the ramping up to speed is directly related to the speed that the motor is ramping up to.
In other words, when the motor is ramping up to a high speed, the duration of the ease-in is short / it eases in to the high speed quickly. When the motor is ramping up to a slow speed, the ease-in is long / it eases in to the slow speed slowly.
Here are some samples, with the caveat that there is potential for a .030 second margin of error in the ease-in durations...
Hz duration of ease-in
324 1.139
390 1.134
403 1.167
410 1.1
423.4 1.1
693.5 0.766
1040 0.567
1134 0.567
1480 0.434
How can I find the relationship between Hz and the ease-in duration, so that I can derive the proper ease-in duration from a given Hz?