Re: [Discuss-gnuradio] Configure UHD source and File sink to save integers

2013-03-05 Thread mepard
On Mar 4, 2013, at 6:11 PM, Josh Blum wrote: > On 03/04/2013 03:07 PM, mepard wrote: >> >> >> One thing I forgot is that I'd like to convert complex to a single >> sint16 with just the "real" part, like I can convert complex to >> single float. It doesn't look like there is the equivalent of

Re: [Discuss-gnuradio] Configure UHD source and File sink to save integers

2013-03-04 Thread Josh Blum
On 03/04/2013 03:07 PM, mepard wrote: > > On Mar 4, 2013, at 2:43 PM, Josh Blum wrote: >> >> On 03/04/2013 02:36 PM, mepard wrote: >>> I'd like to feed a File Sink from a UHD Source with 4 channels -- 2 >>> motherboards, each with A:A A:B subdev specs. To cut down on the file >>> size, I'd like

Re: [Discuss-gnuradio] Configure UHD source and File sink to save integers

2013-03-04 Thread mepard
On Mar 4, 2013, at 2:43 PM, Josh Blum wrote: > > On 03/04/2013 02:36 PM, mepard wrote: >> I'd like to feed a File Sink from a UHD Source with 4 channels -- 2 >> motherboards, each with A:A A:B subdev specs. To cut down on the file >> size, I'd like to record integers instead of floating point. >

Re: [Discuss-gnuradio] Configure UHD source and File sink to save integers

2013-03-04 Thread Josh Blum
On 03/04/2013 02:36 PM, mepard wrote: > I'd like to feed a File Sink from a UHD Source with 4 channels -- 2 > motherboards, each with A:A A:B subdev specs. To cut down on the file > size, I'd like to record integers instead of floating point. > > Which data type should I tell the UHD source to p

[Discuss-gnuradio] Configure UHD source and File sink to save integers

2013-03-04 Thread mepard
I'd like to feed a File Sink from a UHD Source with 4 channels -- 2 motherboards, each with A:A A:B subdev specs. To cut down on the file size, I'd like to record integers instead of floating point. Which data type should I tell the UHD source to produce? Which type should I tell the File Sink