discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [VOLK] a += b*c ?


From: Randall Wayth
Subject: Re: [VOLK] a += b*c ?
Date: Tue, 16 Aug 2022 07:38:10 +0800

Thanks for the suggestions and apologies for not being 100% clear at the start.
I'm not looking for a dot product. I'm looking for
a[i] += b[i]*c[i]     specifically for floating point

So it would be the equivalent of IPP's ippsAddProduct_32f.
The application is to apply a window to a set of samples before accumulating, to implement a weighted overlap add PFB. In my case the samples are real-valued, but I could also see a case for a and b being complex, or the case for b being 8 or 16-bit ints with a and c being floating point.

Cheers,
Randall

reply via email to

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