Hi,
I’m trying to record a complex vector out of usrp2 into a file.
Since I’m a newbie with python, I started to implement it on GRC with
the file_sink and usrp2_source, though I can understand the generated
.py file.
But when I run it, the file_sink records data forever until I force it
stop.
This easily gets more than hundred of megabytes of data.
I tried with longer vector length with stream to vector module, but
nothing different.
So, does anybody know how to record a complex data with any given length
and stop?
I’d appreciate any recommendations on GRC or .py commands.
Best regards,
ycpark.