discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] File Source/sink


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] File Source/sink
Date: Thu, 21 Feb 2013 12:36:16 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Hi everyone
Quick question.. i know GRC can read any file extension i.e. *.txt, but how can i see the data i save on a file sink? to be clear let me try a quick test.. randomsource-->throttle-->filesink..
when i try to see the exit of the random source my gedit says thats it doesn't recognize the format..
thanks

--
Ing. Gonzalo Flores De La Parra
Electrónica en Comunicaciones
Universidad Autónoma Metropolitana
_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
The file sink writes in the native-binary format of whatever type you send it.  In this case, unsigned 8-bit integers.  It *does not* convert to
  any kind of human-readable ASCII format.  To do so would have significant performance and storage-occupancy implications.



-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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