def get_pulse_rate(complexity): # Base rate of 1.0 second, modified by complexity return 1.0 / complexity