Instant Period to Frequency Converter
Enter a period value, choose its unit, and calculate frequency in hertz (Hz), kHz, MHz, and more.
What is period and frequency?
Period and frequency describe the same repeating event from two different viewpoints. The period (T) is how long one full cycle takes. The frequency (f) is how many cycles happen every second.
If a wave takes a long time to complete one cycle, its frequency is low. If it completes cycles very quickly, its frequency is high.
The formula used in this calculator
The conversion is direct:
f = 1 / T
- f = frequency in hertz (Hz)
- T = period in seconds (s)
If your period is given in milliseconds, microseconds, or other units, convert to seconds first. This calculator handles that automatically.
Unit conversion reference
Common period units
- 1 s = 1 second
- 1 ms = 0.001 s
- 1 µs = 0.000001 s
- 1 ns = 0.000000001 s
- 1 min = 60 s
- 1 hr = 3600 s
Common frequency units
- 1 kHz = 1,000 Hz
- 1 MHz = 1,000,000 Hz
- 1 GHz = 1,000,000,000 Hz
Worked examples
Example 1: 20 ms period
Convert period to seconds: 20 ms = 0.02 s. Then use f = 1 / 0.02 = 50 Hz.
Example 2: 2 µs period
2 µs = 2 × 10-6 s. Frequency is 1 / (2 × 10-6) = 500,000 Hz = 500 kHz.
Example 3: 0.5 s period
f = 1 / 0.5 = 2 Hz. So the signal repeats twice each second.
Where period-to-frequency conversion is used
- Electronics: clock signals, PWM timing, oscillator design
- Audio: pitch and waveform analysis
- Physics: pendulums, harmonic motion, waves
- Communications: carrier frequency and timing intervals
- Embedded systems: timer interrupts and sampling rates
Common mistakes to avoid
- Using milliseconds directly in the formula without converting to seconds
- Typing zero or negative period values (period must be positive)
- Confusing period with pulse width or duty cycle
- Rounding too early in multi-step calculations
Quick FAQ
Can I convert frequency back to period?
Yes. Just invert the formula: T = 1 / f.
Why does a smaller period mean higher frequency?
Because cycles finish faster. More cycles fit into one second, so frequency rises.
What is angular frequency?
Angular frequency is ω = 2πf, measured in radians per second. It is commonly used in physics and AC circuit analysis.