RE: [Discuss-gnuradio] File format question

2007-08-16 Thread Bahn William L Civ USAFA/DFCS
When possible, I would prefer to use the constants that have been set up so that the code is (1) more readable, and (2) more maintainable. So instead of using 8 for complex, I would like to use gr.sizeof_whatever. But I don't know what whatever needs to be. Where do I find this? From

Re: [Discuss-gnuradio] File format question

2007-08-15 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bahn William L Civ USAFA/DFCS wrote: Thanks, that helps some. I figured that I could put in the literal size of the data, in bytes, but that only helps if it actually matches how the GR blocks are going to process those bytes. When

[Discuss-gnuradio] File format question

2007-08-14 Thread Bahn William L Civ USAFA/DFCS
I have a few questions, but they mostly come down to: What is the data file format when using a file as a signal source? From http://www.nd.edu/~jnl/sdr/docs/tutorials/9.html#tth_sEc3.3 2.5 File sources Block: gr.file_source

Re: [Discuss-gnuradio] File format question

2007-08-14 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bahn William L Civ USAFA/DFCS wrote: I have a few questions, but they mostly come down to: What is the data file format when using a file as a signal source? These file_sink and file_source are direct wrappers for the C functions fwrite and fread

RE: [Discuss-gnuradio] File format question

2007-08-14 Thread Bahn William L Civ USAFA/DFCS
:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 3:19 PM To: Bahn William L Civ USAFA/DFCS Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] File format question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bahn William L Civ USAFA/DFCS wrote: I have a few questions