discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Query on creating a Transfer function block
Date: Tue, 26 Aug 2014 16:49:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Sagar,

in 'master', there's a block called multiply_matrix_cc which will do this.

M

On 08/26/2014 04:09 PM, Sagar Simha wrote:
> 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
> 
> 
> _______________________________________________
> 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]