discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Volk development using orc


From: Nick Foster
Subject: Re: [Discuss-gnuradio] Volk development using orc
Date: Thu, 9 Aug 2012 16:32:54 -0700

Just add the complex stream as floats and multiply the length of the operation x2.

--n

On Thu, Aug 9, 2012 at 2:42 PM, Gerald Baier <address@hidden> wrote:
Hi list,

I am currently trying to wrap my head around volk and have some questions concerning orc.

- Is writing an *.orc file and adding it to the appropriate header under volk/include/volk/ everything that has to be done to get an initial volk kernel?
- If I am using orc, do I still have to write a general fallback function in pure c++?

The reason why I want to write a volk kernel is, that I need to add two complex vectors. I was only able to find a volk kernel for float vectors. Am I missing something? Adding two complex vectors seems to be such a basic and obvious operation, is there some kind of workaround or a better alternative?

Thanks a lot,

Gerald

_______________________________________________
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]