discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Query on creating a Transfer function block


From: Sagar Simha
Subject: [Discuss-gnuradio] Query on creating a Transfer function block
Date: Tue, 26 Aug 2014 19:39:11 +0530

Hello All,

I want to create a block which takes input of two streams ( Tx1 and Tx2 ) and give output of two streams,

o1 = a * Tx1 + b * Tx2
o2 = c * Tx1 + d * Tx2,

where a,b,c and d are complex constants.

Can anybody please help on how to realize this block in GNURadio. Any pointer towards what functions to use would be helpful. Also, should this be done at the python level or should a C++ block need to be written?

Regards,
Sagar

reply via email to

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