Re: [Discuss-gnuradio] Fsk demodulation and sync trouble

2018-02-14 Thread Dan CaJacob
I'd suggest using the quadrature modulator block to build a better TX side. Iterate on that until your signal looks correct. Then you can focus on the RX. On Wed, Feb 14, 2018 at 3:14 AM samuel verdon wrote: > Hello everybody, > > I am building a FSK receiver to recover data on UHF. The bit rate

Re: [Discuss-gnuradio] FSK demodulation questions

2016-10-18 Thread Andy Walls
On October 18, 2016 3:39:28 PM EDT, Andy Walls wrote: > >It works because the spectrum of a GMSK signal has two spectral peaks >spaced equidistant from the center frequency. Oops. "... spectrum of a *squared* GMSK signal has two spectral peaks ..." __

Re: [Discuss-gnuradio] FSK demodulation questions

2016-10-18 Thread Andy Walls
> From: > Ellis, Duane > > > Date: > Tue, 18 Oct 2016 18:57:33 + > > __ > Hi, > > I've been working towards an FSK demodulator scheme using GNU radio (more > spe

Re: [Discuss-gnuradio] FSK demodulation

2014-06-20 Thread Marcus Müller
Hi Marc, On 20.06.2014 09:38, Marc Miller wrote: > ADC in N210 is sampling at 100Msps, so you are saying that I can get > processing gain (better SNR) if I set the USRP sink sample rate higher > than IMsps i.e usrp_sink.sample_rate(3.125e6) instead of > usrp_sink.sample_rate(1e6) . Right ? Also I r

Re: [Discuss-gnuradio] FSK demodulation

2014-06-20 Thread Marc Miller
On Thu, Jun 19, 2014 at 12:35 PM, Marcus Müller wrote: > Hi Marc, > > > Currently, I am trying to implement correlation receiver using FIR > filters. I am looking into polyphase filterbank channelizer to implement > correlation, but currently unable to do so because I currently do not > know how

Re: [Discuss-gnuradio] FSK demodulation

2014-06-19 Thread Marcus Müller
Hi Marc, > Currently, I am trying to implement correlation receiver using FIR filters. I am looking into polyphase filterbank channelizer to implement correlation, but currently unable to do so because I currently do not know how to assign taps for channelizer. I should have pointed you at Tom's

Re: [Discuss-gnuradio] FSK demodulation

2014-06-18 Thread Marc Miller
> Hi Marc, > > demod: > both can be implemented in GNU Radio. Correlation of course is more > computationally intensive; I haven't thought about 4-FSK so far, but I > guess for quadrature demodulation, you'd need multiple branches to > distinguish the possible symbols. There are other approaches (e

Re: [Discuss-gnuradio] FSK demodulation

2014-06-18 Thread Marcus Müller
Hi Marc, demod: both can be implemented in GNU Radio. Correlation of course is more computationally intensive; I haven't thought about 4-FSK so far, but I guess for quadrature demodulation, you'd need multiple branches to distinguish the possible symbols. There are other approaches (e.g. polar dis