[Discuss-gnuradio] Fsk demodulation and sync trouble

2018-02-14 Thread samuel verdon
Hello everybody, I am building a FSK receiver to recover data on UHF. The bit rate of the data is 9,6kbps sent at 437MHz. I put all the information of the flowgraph. The data sent are a Stream of 0x55 or in binar « 1010 ». the medium between the emitter and the receiver is coax cable. Here is my

[Discuss-gnuradio] Convolutional decoder

2018-03-12 Thread samuel verdon
Hello everybody, I am looking for a convolutional decoder for my ground station. I have found the ccsds 27 which does the 1/2 code rate. Unfortunately I would like to have ¾ code rate. I found the cc decoder definition with the FEC extended decoder. In documentation, it is written that it canno

[Discuss-gnuradio] FSK Burst emission

2018-03-28 Thread samuel verdon
Hello everyone, Builind a FSK tansiever, I would like to send burst data. All the fec and data maniupation are made with custom block working with message. After formating everything, I convert my data to Stream with « PDU to tagged Stream » block and send it to «GFSK mod » block. This last bl

Re: [Discuss-gnuradio] FSK Burst emission

2018-03-28 Thread samuel verdon
-radio-with-message-lambda-blocks-and-eventstream/ On 28 March 2018 at 10:57, Jeff Long wrote: Take a look at gr-eventstream and gr-*burst. On 03/28/2018 04:14 AM, samuel verdon wrote: Hello everyone, Builind a FSK tansiever, I would like to send burst data. All the fec and data maniupation are

Re: [Discuss-gnuradio] FSK Burst emission

2018-04-05 Thread samuel verdon
eory). > > > > So, as I can't do that today, and probably not in the first two > > weeks > > of April, either, I'd propose we make a GREP out of that. Want to > > champion that? That way, we'd document a desire to improve GNU > > Radio at > >

[Discuss-gnuradio] QPSK Synchro

2018-06-06 Thread samuel verdon
Hello, I am blocked with a QPSK problem that I would like to share, and maybe you will find my mistake. I have build a QPSK transciever based the gnuradio tutorial for a project. The Tx part is not done by myself modulation is already made, I just have to emit the signal. Here is the spec : Bi

[Discuss-gnuradio] latency to detect sync marker with "correlator block"

2018-08-09 Thread samuel verdon
Hi everyone, I am builing a bpsk receiver, I can receive my signal, demodulate it, find the marker of my packet (0x1acffc1d) and read it. Everything looks fine excpet when I try to find the marker of the packet. I have a delay that I don’t anderstand. I send a message every second and because o

[Discuss-gnuradio] External command USRP seg fault

2018-12-05 Thread samuel verdon
Hello, I’m trying to command my usrp B200mini via its command port. I used the documentation from here: https://www.gnuradio.org/doc/doxygen/page_uhd.html here is my command: pmt::pmt_t command = pmt::make_dict(); command = pmt::dict_add(command, pmt::mp("gain"), pmt::mp(gain));

Re: [Discuss-gnuradio] [USRP-users] Segmentation fault commands to USRP with gnuradio

2018-12-06 Thread samuel verdon
Hi Marcus and Martin, Thank you for your help! Do you now how I can follow the problem? Or if is it already solved, how can I fix it? Thanks a lot! Samuel De : Marcus Müller Envoyé le :Wednesday, December 5, 2018 13:50 À : discuss-gnuradio@gnu.org; samuel verdon Cc : Martin Braun Objet :Re

Re: [Discuss-gnuradio] [USRP-users] Segmentation fault commands toUSRP with gnuradio

2018-12-11 Thread samuel verdon
at all look like > > > > > > const pmt::pmt_t gr::uhd::cmd_time_key() > > > { > > > static const pmt::pmt_t val > > > = pmt::mp("time"); > > > return val; > > > } > > > > > > just go i

Re: [Discuss-gnuradio] [USRP-users] Segmentation fault commands toUSRP with gnuradio

2018-12-11 Thread samuel verdon
t be done at run time. > > > > > > Somehow, it seems, that can sometimes lead to different notions of the > > > same symbol. > > > > > > Solution: I was going to go in there, and instead of having these > > > functions that all look like > &g

[Discuss-gnuradio] Pulse on FSK Preamble

2019-01-22 Thread samuel verdon
Can someone redirect me to a documentation to use it correctly? let me know if I have to give more information. Thank you in advance for your help -- Samuel Verdon ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio