Dear Kyeong Su Shin
*Thanks for your reply, I will try your suggestions and then I will inform
you with the results.*
*Best regards*
*Hamzeh elsayed*
On Thu, Dec 12, 2019 at 7:28 AM Kyeong Su Shin wrote:
> Hello Hamzeh,
>
> Sorry, but I think we need more details about your confi
any relation between the SDR type and gain and the
application?
4- In general, where is the problem or the mistake I am doing?
in advance, thanks for your time and help.
Best Regards,
Hamzeh Elsayed
Dear all
Thanks for your help.
> Can you tell us why you want to process
> single bytes? Might be more of a job for message passing rather than
> sample streams."
what I need is to send data from one place to another And some times this
data consist of small number of bytes, So what can I do to
hi,
Thanks for your reply.
I wrote a c code program to write in fifo in file to use it instead of cat
in.
The result was the same. Also, if I wrote few bytes only then these bytes
are not going out from the file source block, but if I wrote large number
of bytes then a number of these bytes are
Hi,
I did the following:
1) in linux terminal I create a fifo file as :
$ mkfifo in
2) in gnuradio I did:
file source (file name : in)-> throttle -> file sink (output file: out.txt)
[image: image.png]
then for running, I did the following:
1) run the flowgraph
2) in terminal, I run
$ cat