Skip to main content
. 2021 Dec 24;22(1):118. doi: 10.3390/s22010118
Algorithm 1: SI-BSS (Blind Source Separation Based on Swarm Intelligence Algorithm)
Input:X(t)
  1. Centralize and whitening X(t)

  2. Initialize the parameters of swarm intelligence algorithm.

  3. Randomly generate the initial n×n separation matrix W.

  4. Apply the SI algorithm to get Wbest according to the fitness function

  5. Obtain the separated signals Y(t),  Y(t)=WbestX(t)

Output:Wbest, Y(t)