Analyzes movement synchrony from IMU sensors in the context of MSK network communities. Computes within-community vs between-community sensor synchrony and tests for significance.
Arguments
- imu_data
Named list of per-sensor data (see
imuNetworkKinematics).- hg
An MSKHypergraph object (NULL loads default).
- gamma
Numeric, resolution parameter for community detection (default 4.3).
- mapping
Pre-computed mapping (optional).
- window_sec
Numeric or NULL. If provided, computes time-resolved synchrony in sliding windows of this duration (seconds). Requires
sampling_rateattribute on sensor data.