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.array
Distorted vibrotactile signal.reference: np.array
Reference vibrotactile signal.eta: float
Slope of the mapping function between error and score.threshold: float
Offset of the mapping function.
Returns
float
The SPQI score.