Spectral Temporal SIMilarity (ST-SIM)
Research Paper: https://ieeexplore.ieee.org/document/8943164
Reference
Spectral Temporal SIMilarity.
STSIM
dataclass
Spectral Temporal SIMilarity.
Source code in vibromaf/metrics/stsim.py
st_sim(distorted, reference, eta=2 / 3)
Wrapper function to calculate the ST-SIM score.
Parameters
distorted: np.array
Distorted vibrotactile signal.reference: np.array
Reference vibrotactile signal.eta: float
Importance of temporal component compared to spectral component. Should be between 0 and 1.
Returns
float
The ST-SIM score.