How to use raw2num_f.c file

Hello every buddy…

                  can one guide me how we can use the code of

raw2num_f.c in gnuradio-companion.that code available on line …just
type the word.

.guide me if you know i need it in my work


Thanks and regard:

MR.Maheshkumar P.

call @ 9662784649

Mahesh,

I am not sure if it can be used as a block in gnuradio-companion.

This is how I understand it.
What this code does is to read from a binary file containing float
numbers(for example the data that gets dumped by a file sink with float
input type) and stores it in a text file so that you can read it easily.

If this is what you want, you can do it as follows.

  1. Download the code.
  2. Compile the code by running gcc raw2num_f.c -o raw2num_f
    The above step gives you the executable raw2num_f which you can run to
    convert raw floating point data to a text file.

For that you have to run

raw2num_f [offset] [number of numbers]

On Thu, Feb 13, 2014 at 2:45 PM, Maheshkumar P.