discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Josh Blum
Subject: Re: [Discuss-gnuradio] how to define a new variable in GRC
Date: Sun, 31 May 2009 15:45:50 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090409)



Achilleas Anastasopoulos wrote:
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

I guess the only thing your missing that that scipy is not loaded by default in grc. So add an import block and enter: import scipy

Works?

-Josh




reply via email to

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