Algorithm 1 Particle filter for rotor temperature estimation |
Initialization Initialize posterior distribution: Generate particles with initial distribution and place them in a set called . Run Compute while do Calculate the weight associated with each projected state: i = i + 1 end while Sample the discrete distribution w to generate random samples which will represent the posterior : ; fetch values from a uniform distribution ; for j = 1: do ; Cumulative Sum of W; end for for j = 1: do ; will be the index of the posterior after re-sampling end for for j = 1: do end for |