On the OCRA Measurement: Automatic Computation of the Dynamic Technical Action Frequency Factor

Juri Taborri1, Marco Bordignon2, Francesco Marcolin2

  • 1Department of Economics, Engineering, Society and Business Organization (DEIM), University of Tuscia, 01100 Viterbo, VT, Italy.

Summary

This study introduces an automated method using inertial data to count repetitive actions, improving the OCRA (OCcupational Repetitive Action) risk assessment. This approach significantly reduces time and variability compared to traditional video analysis.

Related Concept Videos

Factors Affecting Activity Coefficient01:17

Factors Affecting Activity Coefficient

The extended Debye-Hückel equation indicates that the activity coefficient of an ion in an aqueous solution at 25°C depends on three partially interdependent properties: the ionic strength of the solution, the charge of the ion, and the ion size. 
The activity coefficient value for an ion is close to one when the solution has almost zero ionic strength, i.e., when the solution shows close to ideal behavior. As the ionic strength of the solution increases from 0 to 0.1 mol/L, a...
1.4K
Determination of Expected Frequency01:08

Determination of Expected Frequency

Suppose one wants to test independence between the two variables of a contingency table. The values in the table constitute the observed frequencies of the dataset. But how does one determine the expected frequency of the dataset? One of the important assumptions is that the two variables are independent, which means the variables do not influence each other. For independent variables, the statistical probability of any event involving both variables is calculated by multiplying the individual...
2.5K
Load-frequency control01:28

Load-frequency control

Load-frequency control (LFC) is vital for maintaining power system stability, ensuring that frequency and power flows remain within acceptable limits during load changes. Turbine-governor control eliminates rotor accelerations and decelerations following load changes. However, a steady-state frequency error persists when the change in the turbine-governor reference setting is zero. In an interconnected power system, each area agrees to export or import a scheduled amount of power through...
547
Discrete Fourier Transform01:15

Discrete Fourier Transform

The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...
753
RLC Circuit as a Damped Oscillator01:30

RLC Circuit as a Damped Oscillator

An RLC circuit combines a resistor, inductor, and capacitor, connected in a series or parallel combination.
Consider a series RLC circuit. Here, the presence of resistance in the circuit leads to energy loss due to joule heating in the resistance. Therefore, the total electromagnetic energy in the circuit is no longer constant and decreases with time. Since the magnitude of charge, current, and potential difference continuously decreases, their oscillations are said to be damped. This is...
2.0K
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
789