cxvec_math: Add missing doc for 'out' param of osmo_cxvec_convolve

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-05-23 19:27:35 +02:00
parent 0a2560db76
commit 76671f27d0
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ osmo_cxvec_rotate(const struct osmo_cxvec *in, float rps,
* \param[in] f First input complex vector * \param[in] f First input complex vector
* \param[in] g Second input complex vector * \param[in] g Second input complex vector
* \param[in] type The convolution span type * \param[in] type The convolution span type
* \param[out] out Output complex vector
* \returns The output complex vector (or NULL if error) * \returns The output complex vector (or NULL if error)
* *
* The convolution of discrete sequences is defined as : * The convolution of discrete sequences is defined as :