Period to Frequency Converter

→
Frequency (Hz) = 1 / period (seconds), written f = 1/T

Period to frequency: reading a timer the other way round

What this conversion does

It takes a duration and reports how many times per second that duration repeats, using f = 1/T. This is the direction a circuit designer usually works in: the component values set a timing interval, and the question is what frequency that interval corresponds to. The reciprocal relationship means the two are never independent — choosing one fixes the other.

Why timers are described in both

A timer circuit is built around a capacitor charging through a resistor, and the time it takes is what the component values determine, so the calculation starts in seconds. The output of that circuit is a waveform, and a waveform is described by its frequency. A design therefore moves from milliseconds to kilohertz without ever leaving the same page of the datasheet.

Period to frequency conversion table

Timing intervals from a millisecond upwards, with the frequency each one produces and the practical range it belongs to.

Period (seconds)Hertz (Hz)
0.0011000
0.01100
0.0250
0.110
11

The reciprocal rule makes a useful shortcut

Because a period of one millisecond is a frequency of exactly one kilohertz, the units line up in a way that makes mental arithmetic easy: microseconds become megahertz, milliseconds become kilohertz, and nanoseconds become gigahertz. That correspondence holds precisely because both scales step by a thousand, and it turns most timer calculations into a matter of moving the decimal point.

Reciprocal means small is fast

Increasing a period lowers the frequency and vice versa, which is easy to say and easy to get backwards when reading a table quickly. A period of 10 milliseconds is 100 hertz; a period of 0.1 milliseconds is 10 kilohertz. As one column grows, the other shrinks.

Frequently asked questions

How do I convert a period to a frequency?

Divide one by the period in seconds, which is f = 1/T. A period of 1 millisecond is 0.001 seconds, so the frequency is 1000 Hz, or 1 kHz. The converter handles the unit conversion as well as the reciprocal.

What frequency is a 1 millisecond period?

Exactly 1 kilohertz. This pairing is the most useful one to remember, because milliseconds and kilohertz are reciprocal in the same way that microseconds and megahertz are, and nanoseconds and gigahertz.

Why do timer circuits work from a period rather than a frequency?

Because the timing comes from a capacitor charging through a resistor, and the duration of that charge is what the components set. The frequency is a consequence, derived from the interval rather than chosen directly.

Can a period be longer than a second?

Yes, and the converter accepts it. A period of ten seconds is a frequency of 0.1 Hz, shown as a decimal rather than being rounded away. Slow oscillations are common in control and monitoring applications.

What happens with a period of zero?

It is rejected, because the reciprocal would be infinite — a signal that repeats every zero seconds has no meaningful frequency. Negative periods are rejected for the same reason, and the tool reports the problem rather than returning a number.

Copy the code below and paste it into your website to add this converter.

<!-- Period to Frequency -->
<iframe src="https://unitflow.net/embed/period-to-frequency" title="Period to Frequency" width="100%" height="420" loading="lazy" style="border:0;max-width:100%;display:block"></iframe>
<p><a href="https://unitflow.net/period-to-frequency" target="_blank" rel="noopener">Powered by UnitFlow</a></p>