42 * \brief New user detection and parameters estimations
43 *
44 * This block is responsible for the user detection and parameter estimation. On a successful user detection, a tag containing the estimations of the user
45 * power, cfo and sto is attached to the first sample containing the new user signal.
46 *
47 * \param sf Spreading factor
48 * \param os_factor Oversampling factor
49 * \param snr_threshold Mininal SNR required to validate a triggered new user detection.
50 */
51staticsptr make(uint8_t sf, uint8_t os_factor, int snr_threshold);