; You're just saving samples from the USRP – there's no info like
> "frequency" or "time" attached to those. It's just a very long row of
> complex numbers.
>
> Best regards,
>
> Marcus
>
> On 07/11/2017 01:23 AM, Sinta Novtafiani wrote:
ock that
> limits the number of items going through.
>
> Also, you could just as well in your Python code not save all of `data`,
> but only let's say `data[:100]`.
>
> Best regards,
>
> Marcus
> On 07/10/2017 08:54 AM, Sinta Novtafiani wrote:
>
> Hello Nichola
o FAQ [1]. Please try to
> use the scipy.fromfile() method and check if the output agrees with your
> expectations.
>
> Regards,
> - Nicolas
>
> [1] https://wiki.gnuradio.org/index.php/FAQ#What_is_the_
> file_format_of_a_file_sink.3F_How_can_I_read_files_produced_
> by_a_file_
I got UHD Source receiver with frequency sweeper, its working fine but i need
to read and actually process the data to make graph out of it without using
QT GUI, i try to open with hex editor but dont seem to understand the
pattern of the file that i need to process, im making python program to
con
Hi Christian,
Use command port in USRP source to control center frequency. I've build a
frequency sweeper that can change center frequency automatically using
message strobe and python block that connected to USRP command port.
This page may helpfull for your problem
http://gnuradio.4.n7.nabble.c
Hi all,
I using gnuradio companion and I want to saving data automatically by file
sink every 15 minutes during my program running, so i can recording data
into .dat. I need to record value of frequency, time and relative power
during program running. Do i need to edit generate python from grc to
be mentioned that this functionality could also be
> achieved using messages
> which makes it much easier to setup from within GRC.
>
> Cheers,
>
> On 06/13/2017 01:21 AM, Sinta Novtafiani wrote:
> > How can i get that?
> > I using gnuradio companion to create a receiver. How t
t;
> On Mon, Jun 12, 2017 at 8:41 AM, Sinta Novtafiani
> wrote:
>
>> Hi all,
>>
>> I'm on reseaching receiver radio frequency using USRP B200. I want to
>> sweep
>> center frequency in rx usrp over 45-870 MHz. I want it running just like
>> slider on
Hi all,
I'm on reseaching receiver radio frequency using USRP B200. I want to sweep
center frequency in rx usrp over 45-870 MHz. I want it running just like
slider on QT and WX slider. Is it possible to make it running automatically?
Best Regards,
Sinta.
--
View this message in context:
htt