Frequency to Period Converter
Convert any frequency in Hz, kHz, MHz, or GHz to its time period using T = 1/f. Output auto-scales to seconds, milliseconds, microseconds, or nanoseconds. Includes a visual single-cycle sine waveform, angular frequency, and wavelength.
Input
Result
Single-Cycle Sine Waveform
Frequency vs Period Reference
| Source / Application | Frequency | Period (T = 1/f) | Notes |
|---|---|---|---|
| Earth's rotation | ~11.6 µHz | ~86,400 s | 1 day = one period |
| Schumann resonance | 7.83 Hz | ~127.7 ms | Earth-ionosphere cavity |
| Sub-bass | 20 Hz | 50 ms | Lowest audible |
| Mains hum (EU) | 50 Hz | 20 ms | One cycle = 20 ms |
| Mains hum (US) | 60 Hz | ~16.667 ms | 1/60 s |
| Concert A4 | 440 Hz | ~2.273 ms | Standard tuning |
| 1 kHz audio test | 1,000 Hz | 1 ms exactly | Reference tone |
| Upper hearing limit | 20 kHz | 50 µs | Top of audible range |
| CD sample rate | 44.1 kHz | ~22.676 µs | Period between samples |
| AM radio | 1 MHz | 1 µs | Middle of AM band |
| FM broadcast | 100 MHz | 10 ns | Mid-FM |
| WiFi 2.4 GHz | 2.4 GHz | ~417 ps | One RF cycle |
| CPU clock 3 GHz | 3 GHz | ~333 ps | One clock tick |
| WiFi 5 GHz | 5 GHz | 200 ps | One RF cycle |
| 5G mmWave 28 GHz | 28 GHz | ~35.7 ps | One RF cycle |
About Frequency & Period
Period (T) is the time it takes for one complete cycle of a wave or oscillation. Frequency (f) is the number of cycles per second. They are reciprocals: T = 1/f and f = 1/T. A 1 Hz signal completes one cycle every second; a 1 kHz signal completes one cycle every millisecond; a 1 GHz signal completes one cycle every nanosecond.
Why period matters in digital signals
Digital systems measure time in clock periods. A 3 GHz CPU has a clock period of ~333 picoseconds — every basic operation takes one or more of these ticks. Audio sample rates also work this way: 44.1 kHz means a sample every 22.676 µs, 48 kHz every 20.833 µs, 96 kHz every 10.417 µs.
Why period matters in analog and RF
Oscilloscopes display signals in the time domain — they show period directly. A 1 MHz signal will fill one oscilloscope screen division (typically 1 µs/div) with one cycle. Period is the natural unit for measuring rise times, pulse widths, and signal timing.
Period and angular frequency
Mathematics often uses angular frequency (ω) instead of frequency in Hertz. The relationship is ω = 2πf (rad/s), and the period in terms of angular frequency is T = 2π/ω. This is more natural for trigonometric functions: y = sin(ωt) completes one full cycle when ωt = 2π, i.e., when t = 2π/ω = T.