42 * \brief Calculate the likelihood of the synchronised user symbol as well as the matched filter output of the two overlapping symbols of the non-synchronised user.
43 *
44 * This block evaluate one candidate for Su, returning it's likelihood alongside the two matched filter outputs for the non-synchronized user symbols.
45 * The candidate is selected based on the fft of the input window. The 'Id' highest bin will be considered as candidate.
46 *
47 * \param sf Spreading factor
48 * \param id ID of the block. Used to indicate the candidate for Su that this block should evaluate.(Should different for each partial_ml block, starting from 0)