diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2012-05-23 19:27:35 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2012-05-23 19:27:35 +0200 |
commit | 76671f27d0b770979d72c68c5c855e5257466ff0 (patch) | |
tree | cfbc8b53c396dc17baa4c807599bd89faefcfd2d /src/cxvec_math.c | |
parent | 0a2560db76618a1d95c9d02add9a0ef692cde088 (diff) |
cxvec_math: Add missing doc for 'out' param of osmo_cxvec_convolve
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/cxvec_math.c')
-rw-r--r-- | src/cxvec_math.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cxvec_math.c b/src/cxvec_math.c index 7c7dfd7..9eb53f5 100644 --- a/src/cxvec_math.c +++ b/src/cxvec_math.c @@ -132,6 +132,7 @@ osmo_cxvec_rotate(const struct osmo_cxvec *in, float rps, * \param[in] f First input complex vector * \param[in] g Second input complex vector * \param[in] type The convolution span type + * \param[out] out Output complex vector * \returns The output complex vector (or NULL if error) * * The convolution of discrete sequences is defined as : |