Temporal frequency is number of events per unit time ==================================================== **Temporal frequency**, or simply **frequency**, is the number of occurrences of a repeating event per unit of time. **Links:** #. `Wikipedia, see text `__. .. py:currentmodule:: symplyphysics.definitions.temporal_frequency_is_number_of_events_per_unit_time .. py:data:: temporal_frequency :attr:`~symplyphysics.symbols.classical_mechanics.temporal_frequency` of events. Symbol: :code:`f` Latex: :math:`f` Dimension: :code:`frequency` .. py:data:: number_of_events :attr:`~symplyphysics.symbols.basic.positive_number` of events occurred during the given time. Symbol: :code:`N` Latex: :math:`N` Dimension: :code:`dimensionless` .. py:data:: time :attr:`~symplyphysics.symbols.basic.time` elapsed. Symbol: :code:`t` Latex: :math:`t` Dimension: :code:`time` .. py:data:: definition :code:`f = N / t` Latex: .. math:: f = \frac{N}{t}