Spectral Perceptual Quality Index (SPQI)
Reference
Spectral Perceptual Quality Index.
SPQI
dataclass
Spectral Perceptual Quality Index.
Source code in vibromaf/metrics/spqi.py
spqi(distorted, reference, eta=0.3, threshold=-2.0)
Wrapper function to calculate the SPQI score.
Parameters
distorted: np.arrayDistorted vibrotactile signal.reference: np.arrayReference vibrotactile signal.eta: floatSlope of the mapping function between error and score.threshold: floatOffset of the mapping function.
Returns
floatThe SPQI score.