discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Bug in


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Bug in
Date: Sat, 26 Sep 2015 23:35:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi Marco,

volk_32fc_x2_multiply_32fc is a complex * complex multiplication:
32fc_x2 means it takes two float complex input vectors, and produces one float complex output vector (the last _32fc).

Best regards,
Marcus

On 26.09.2015 21:05, marco Ribero wrote:
Hi guys.
I was performing some benchmarks across different blocks, when I've noticed a weird thing: the block blocks_multiply_xx doesn't perform a truth complex.
I've looked inside multiply_cc_impl.cc, the loop iterating over the input calls the method volk_32fc_x2_multiply_32fc. It seems a normal pair of float multiplication.

Is it a bug or a feature?

Thanks,
Marco Ribero


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]