I need to import complex filter taps from a .txt file and use them in
FFT FIlter block in GRC. How can I do that?
Regards,
Umair N.
MSc Communication Engineering
Chalmers University ot Technology, Sweden.
I need to import complex filter taps from a .txt file and use them in
FFT FIlter block in GRC. How can I do that?
Regards,
Umair N.
MSc Communication Engineering
Chalmers University ot Technology, Sweden.
My walkthrough:
Cheers,
Gregor
2010/4/21 Umair N. [email protected]:
you can call numpy.fromfile in grc
http://docs.scipy.org/doc/numpy/reference/generated/numpy.fromfile.html
if it cant find the numpy module, add an import block that has “import
numpy”
-Josh
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs