cvec_phas_get_data method
read phase data from a complex buffer
This is equivalent to: \code smpl_t *data = s->phas; \endcode
\param s vector to read from
Implementation
ffi.Pointer<smpl_t> cvec_phas_get_data(
ffi.Pointer<cvec_t> s,
) {
return _cvec_phas_get_data(
s,
);
}