# Model Datasheet: PadelBallSpeedModel

## General Information
- **Model Name:** PadelBallSpeedModel
- **Current Version:** v1.0
- **Model file extension:** No extension provided.
- **Datasource:**
  - **Twintech:**
    - `athleteId`
    - `blobUrl`
    - `matchId`
    - `seqNum`
- **Training Required:** False

### Description
Rule-based tracking model that measures the speed of the ball that is in play. A padel court holds several balls at once - the one being played, the ones lying on the floor, the ones in the basket - so the model first selects the moving one, cleans its trajectory (spike rejection, short gap interpolation, light Gaussian smoothing applied separately on each seam-free run) and differentiates it. Reports mean, median, 95th percentile and peak speed, a speed histogram, the distribution of shot speeds and the per-frame series.

## Execution Profile
This model operates using static or constant calculation layers. No dynamic training pipeline is required for this configuration.
