Hi,
I looked at the VOLK to find if there are existing method to calculate the
outer product of two vectors, but found nothing about it.
If no, I have to write a SIMD based outer product method by myself.
Thanks,
--
Alex,
*Dreams can come true – just believe.*
__
List members in the EU may find this of interest:
The EC is proposing a new revision of the R&TTE directive, which governs radio
devices. In particular,
> The proposal would also introduce some specific requirements, such as:
> * ensuring that software can only be used with radio equipmen
Hi lists,
I'm using a e100 to send a sinusoid signal to only one N200 through a
splitter. The two received signals by the same N200 still shows a phase
difference, and it appears that the phase differs from different runs. What
should I do to get rid of the phase difference?
Many thanks i
On 10/21/2012 05:35 PM, Shih Oliver wrote:
>
> Hi lists, I'm using a e100 to send a sinusoid signal to only one N200
> through a splitter. The two received signals by the same N200 still
> shows a phase difference, and it appears that the phase differs from
> different runs. What should I do to
Hi all,
Has anyone pushed timed commands to their limits? I have a few questions:
1) How many commands fit in the queue?
2) How far in the future can you schedule a timed command?
3) Does the set_command_time() call (and subsequent command call) block? Should
these take roughly as much time as t
On 10/21/2012 07:40 PM, Nowlan, Sean wrote:
> Hi all,
>
> Has anyone pushed timed commands to their limits? I have a few
> questions:
>
> 1) How many commands fit in the queue?
16 because its implemented in an SRL16 fifo
(it could be arbitrary, just an FPGA change away)
> 2) How far in the f
Hi All,
I'm running a block that I finished in GRextras in the USRP E110. I built
the grextras as:
build/sudo cmake ../
build/sudo make
build/sudo make install
It finishes without errors, but when I run my example in E110:
/python top_block.py. It gives the following error:
*File "top_block.p
On 10/21/2012 08:08 PM, Jose Torres Diaz wrote:
> Hi All,
>
> I'm running a block that I finished in GRextras in the USRP E110. I built
> the grextras as:
>
> build/sudo cmake ../
> build/sudo make
> build/sudo make install
>
> It finishes without errors, but when I run my example in E110:
>
resend.
On Oct 21, 2012, at 3:08 PM, Alex Zhang wrote:
> Hi,
>
> I looked at the VOLK to find if there are existing method to calculate the
> outer product of two vectors, but found nothing about it.
> If no, I have to write a SIMD based outer product method by myself.
>
> Thanks,
> --
>
>