discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] how to define a new variable in GRC


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] how to define a new variable in GRC
Date: Sun, 31 May 2009 18:32:50 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I have 2 variable blocks in GRC called "channel" and "N"
that represent an array of channel taps and an integer, respectively.

I want to generate a new variable called "chanel_FT_inv"
which represents
1/scipy.fft(channel,N)
ie, the inverse of the channel N-length Fourier transform

How do I do that in a clean way from within GRC?

For the moment I do that manually:
I generate the .py file from GRC and then edit it to add the corresponding piece of code...

Thanks
Achilleas




reply via email to

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