|
libosmodsp 0.5.0
Osmocom DSP library
|
Complex vector. More...
#include <cxvec.h>
Data Fields | |
| int | len |
| Valid length. | |
| int | max_len |
| Maximum length in data field. | |
| int | flags |
| Flags, see CXVEC_FLG_xxx. | |
| float complex * | data |
| Data field. | |
| float complex | _data [0] |
| Optional inline data array. | |
Complex vector.
| float complex osmo_cxvec::_data[0] |
Optional inline data array.
Referenced by osmo_cxvec_alloc().
| float complex* osmo_cxvec::data |
Data field.
Referenced by _iqbal_objfn_value(), osmo_cxvec_alloc(), osmo_cxvec_alloc_from_data(), osmo_cxvec_convolve(), osmo_cxvec_correlate(), osmo_cxvec_dbg_dump(), osmo_cxvec_delay(), osmo_cxvec_init_from_data(), osmo_cxvec_interpolate_point(), osmo_cxvec_peak_energy_find(), osmo_cxvec_peaks_scan(), osmo_cxvec_rotate(), osmo_cxvec_scale(), osmo_cxvec_sig_normalize(), osmo_iqbal_cxvec_estimate(), and osmo_iqbal_cxvec_fix().
| int osmo_cxvec::flags |
Flags, see CXVEC_FLG_xxx.
Referenced by osmo_cxvec_alloc(), osmo_cxvec_convolve(), osmo_cxvec_correlate(), osmo_cxvec_delay(), osmo_cxvec_init_from_data(), osmo_cxvec_interpolate_point(), osmo_cxvec_rotate(), osmo_cxvec_scale(), osmo_cxvec_sig_normalize(), and osmo_iqbal_cxvec_fix().
| int osmo_cxvec::len |
Valid length.
Referenced by osmo_cxvec_alloc(), osmo_cxvec_alloc_from_data(), osmo_cxvec_convolve(), osmo_cxvec_correlate(), osmo_cxvec_dbg_dump(), osmo_cxvec_delay(), osmo_cxvec_init_from_data(), osmo_cxvec_interpolate_point(), osmo_cxvec_peak_energy_find(), osmo_cxvec_peaks_scan(), osmo_cxvec_rotate(), osmo_cxvec_scale(), osmo_cxvec_sig_normalize(), osmo_iqbal_cxvec_estimate(), osmo_iqbal_cxvec_fix(), and osmo_iqbal_cxvec_optimize().
| int osmo_cxvec::max_len |
Maximum length in data field.
Referenced by osmo_cxvec_alloc(), osmo_cxvec_convolve(), osmo_cxvec_correlate(), osmo_cxvec_delay(), osmo_cxvec_init_from_data(), osmo_cxvec_rotate(), osmo_cxvec_scale(), osmo_cxvec_sig_normalize(), and osmo_iqbal_cxvec_fix().