Re: [Discuss-gnuradio] FSK receiver

2015-09-02 Thread Hoang Nguyen Tran
transmitting flow graph in GNU radio with USRP ? If yes, could you please give any hint ? Thank you and best regard Hoang On Mon, Aug 31, 2015 at 7:31 PM, Hoang Nguyen Tran wrote: > Thank you Rich, > I have added Rational Resample with the formular : Fs_out = Fs_in x > Interpolation / Decimati

Re: [Discuss-gnuradio] FSK receiver

2015-09-05 Thread Hoang Nguyen Tran
Thank you Marcus. On Thu, Sep 3, 2015 at 4:05 AM, Marcus Müller wrote: > Hoang, > > there's the frequency modulator block. I think this is what you're looking > for. > > Best regards, > Marcus > > > On 03.09.2015 07:03, Hoang Nguyen Tran wrote: > >

[Discuss-gnuradio] Error when build grextras

2015-09-14 Thread Hoang Nguyen Tran
Hi all, I'm trying to build gr-pyserial from github : https://github.com/jmalsbury/gr-pyserial , and it required grextras. and When I was trying to build grextras, this error occurred :~/gnuradio/grextras/build# cmake ../ -- Build type not specified: defaulting to release. -- Boost version: 1.55.

Re: [Discuss-gnuradio] Error when build grextras

2015-10-01 Thread Hoang Nguyen Tran
14, 2015 at 10:14 AM, Hoang Nguyen Tran wrote: > Hi all, > I'm trying to build gr-pyserial from github : > https://github.com/jmalsbury/gr-pyserial , and it required grextras. > and When I was trying to build grextras, this error occurred > > :~/gnuradio/grextras/build# cmak

[Discuss-gnuradio] Doppler block with GPredict

2015-10-05 Thread Hoang Nguyen Tran
Hi all, For tracking satellite, I have search for OOT module on cgran and found this : http://www.cgran.org/pages/gr-gpredict-doppler.html ​However When I tried to install this on my GNU radio 3.7.5 that I install by : apt-get install gnuradio ​ ​It said: Build type not specified: defaulting to rel

[Discuss-gnuradio] RTL-SDR source for USRP

2015-10-12 Thread Hoang Nguyen Tran
Hi all, I have install librtlsdr and now using RTL-SDR source in GNU radio with USRP1 WBX and Basic RX daughter board (Because I saw it support) . I wonder how can I change the subdev devices in this source ? Because when I run flow graph it always choose 'B:0' . Before I used USRP source and easi

[Discuss-gnuradio] Audio bandwidth

2015-10-14 Thread Hoang Nguyen Tran
Hi all, I have question related to audio bandwidth cutoff. Yesterday, I received very good signal from STRaND satellite 9600 bps, FSK modulation. I used audio sink to record the signal then used it for decoding. However, I was unable to decode signal, then I ask some another ham radio expert and h

Re: [Discuss-gnuradio] Audio bandwidth

2015-10-15 Thread Hoang Nguyen Tran
> Best regards, > Marcus > > > On 10/15/2015 04:38 PM, Hoang Nguyen Tran wrote: > > Hi Tom, > Thank for replying, Below is my narrow band fm receiver base on nbfm rx > from http://www.oz9aec.net/ > I was able to receive and decode with ISS and other sat with 1200 baud &g

Re: [Discuss-gnuradio] Audio bandwidth

2015-10-15 Thread Hoang Nguyen Tran
, Hoang Nguyen Tran wrote: > Hi Marcus, > > I put a variable for that, and usually I put in 24kHz for signal bandwidth > in Low Pass filter. > > > > > On Thu, Oct 15, 2015 at 10:46 AM, Marcus Müller > wrote: > >> Hi Hoang, >> >> are you sure yo

Re: [Discuss-gnuradio] Audio bandwidth

2015-10-16 Thread Hoang Nguyen Tran
Does anyone have the experience on this ? I can receive and decode 1200 bps signal, but still no luck with 9600 bps signal :( On Thu, Oct 15, 2015 at 2:04 PM, Hoang Nguyen Tran wrote: > Hi, > Regarding to this problem, I tried to use UDP sink to replace Audio sink > or Wave file sink,

[Discuss-gnuradio] Error when running GNU radio built from script

2015-08-11 Thread Hoang Nguyen Tran
Dear, I installed GNU radio from build_gnuradio script successful. Then I tried a simple FM receiver and I got this warning : UHD Warning: Could not locate USRP1 firmware. Please run: "/usr/local/lib/uhd/utils/uhd_images_downloader.py" Then as it said, I tried to run that .py file and go

Re: [Discuss-gnuradio] Error when running GNU radio built from script

2015-08-13 Thread Hoang Nguyen Tran
that library. > > I don't know which distribution you are using, but if you're using fedora, > you can "yum install python-requests". > > Best regards, > Marcus > > > On 08/12/2015 01:52 AM, Hoang Nguyen Tran wrote: > > Dear, > I installed GNU radi

[Discuss-gnuradio] USRP1 warning "requested RX frequency is outside of the system range, requested RX frequency is outside of the system range, and has been clipped " even though inside hardware speci

2015-08-14 Thread Hoang Nguyen Tran
Dear, Sorry if I have too much question, I am getting started with GNU radio, and I did not find the answer for this on the Internet. I have USRP1 and inside it has 2 daughter boards: WBX and RFX400. I run the FM receiving grc file and got this UHD Warning: Tune Request: 102.50 MHz

Re: [Discuss-gnuradio] USRP1 warning "requested RX frequency is outside of the system range, requested RX frequency is outside of the system range, and has been clipped " even though inside hardware s

2015-08-15 Thread Hoang Nguyen Tran
ent > (if you want both), or the subdev spec [1], like: > B:0 > to select the WBX in your second slot. > > Best regards, > Marcus > > [1]http://files.ettus.com/manual/page_configuration.html#config_subdev > > > On 08/14/2015 12:21 PM, Hoang Nguyen Tran wrote: >