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.arrayDistorted vibrotactile signal.reference: np.arrayReference vibrotactile signal.eta: floatImportance of temporal component compared to spectral component. Should be between 0 and 1.
Returns
floatThe ST-SIM score.