Re: [Discuss-gnuradio] File Sink Size

2012-04-03 Thread Marcus D. Leech
On 03/04/12 04:20 AM, frankist wrote: > Hi, > > I am using gnuradio companion and I noticed that the block "file sink" isn't > written if the number of complex samples stored in it is less or equal to > 512. For a bigger number of samples the file has data inside but otherwise > it is empty. > > Is

Re: [Discuss-gnuradio] File Sink Size

2012-04-03 Thread Marcus D. Leech
On 04/03/2012 08:48 AM, Jonathan Fox wrote: Thats is weird because with me, the file sink will not save anything above 1024 in real format. Granted, I never tried anything below that. -Jon There's nothing in the file sink that cares one little bit about how big your files are. It just uses th

Re: [Discuss-gnuradio] File Sink Size

2012-04-03 Thread Jonathan Fox
Thats is weird because with me, the file sink will not save anything above 1024 in real format. Granted, I never tried anything below that. -Jon On 4/3/12, frankist wrote: > > Hi, > > I am using gnuradio companion and I noticed that the block "file sink" isn't > written if the number of complex

[Discuss-gnuradio] File Sink Size

2012-04-03 Thread frankist
Hi, I am using gnuradio companion and I noticed that the block "file sink" isn't written if the number of complex samples stored in it is less or equal to 512. For a bigger number of samples the file has data inside but otherwise it is empty. Is it supposed to be this way? Is there any way to cr