cvec_phas_get_data

Function cvec_phas_get_data 

Source
pub unsafe extern "C" fn cvec_phas_get_data(
    s: *const cvec_t,
) -> *mut smpl_t
Expand description

read phase data from a complex buffer

This is equivalent to: \code smpl_t *data = s->phas; \endcode

\param s vector to read from