discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to use raw2num_f.c file


From: Manu T S
Subject: Re: [Discuss-gnuradio] how to use raw2num_f.c file
Date: Thu, 13 Feb 2014 16:41:27 +0530

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 <input file> <output file> [offset] [number of numbers]


On Thu, Feb 13, 2014 at 2:45 PM, Maheshkumar Pandit <address@hidden> wrote:
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 Pandit

call @ 9662784649

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




--
Manu T S

reply via email to

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