[Discuss-gnuradio] plotting with python

2012-06-04 Thread ambily joseph
Sir I wanted to take float datas from a file sink and plot those values . I am using the below python script for this. I need to change my x -axis and y-axis limits. What command should i add to this script for this task? #!/usr/bin/env python from array import array import matplotlib.pyplot as

[Discuss-gnuradio] SID SDR receiver

2012-05-28 Thread ambily joseph
Hai Does anyone knows how to access this webpage? svn co https://www.cgran.org/svn/projects/SIDSuite I have no idea about svn repository. Thank you ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discu

[Discuss-gnuradio] file sink issue

2012-05-21 Thread ambily joseph
Sir I am trying to build an SID SDR receiver,,where i require a file sink... When i run my flow graph,,i get a file of format octet-stream being written into my computer. But i am not able to access or open my dat octet-stream file. Sir may i know how can i access the data being written into it?