Skip to main content
. 2026 Feb 9;26(4):1123. doi: 10.3390/s26041123
Algorithm 3 The AS-TRCA method for SSVEP-BCI
Input:
   Individual calibration data: XRNc×Ns × Nt × Nf
   Test data: x RNc×Ns 
Process:
   Obtaining: Xe,1RNc×NsNf × Nt 
   Initialization: old_NcNc
   While (1)
       Cs ← OCLS (Xe,1)
       Nc1 ← length  (Cs)
        If   Nc1 == old_Nc
                break
        else
              old_NcNc1
  Obtaining: X^e,1RNc1×NsNf × Nt 
  Nsp ← OSS (X^e,1)
   TRCA or other methods:
      Feature extraction and Subspace feature fusion by (21)
      Classification
Output: Classification result