角速度转赫兹转换器公式

## Angular Velocity to Frequency

### Formula

**f = omega / (2 * pi)**

Where omega is angular velocity in radians per second and f is frequency in hertz.

1 full revolution = 2*pi radians = 1 cycle, so dividing by 2*pi converts from radians per second to cycles per second (hertz).

计算示例

Convert 6.2832 rad/s to Hz.

  1. f = 6.2832 / (2 x 3.14159)
  2. f = 6.2832 / 6.2832 = 1.0000 Hz