Re: [Discuss-gnuradio] MAKING A NTSC TV RECEIVER

2018-08-27 Thread Andres Campos Santana
Hello everyone. Well, I tried to put a AGC block before the LPF and I changed some gain values and I could receive some black and white moving images. I can't see it perfectly like the example but I can appreciate shapes and with the hsync, vdelay and hdelay sliders I hope to improve the movin

[Discuss-gnuradio] Getting Started Help (MATLAB like vector indexing) [GNU Radio Companion]

2018-08-27 Thread Ali Dormiani
Hello SDR community, I need some guidance into how vector manipulation works in GNU radio companion. Suppose I have the following MATLAB/Octave code: Nf = 128; Nt = 2^10; F = zeros(Nt/2+1,1); idxs= (1:round(Nt/Nf)/2:Nt/2)+1 phi = 2*pi*rand(Nf,1);

Re: [Discuss-gnuradio] uhd::usb_error: RuntimeError: USBError -9: usb tx2 submit failed: LIBUSB_ERROR_PIPE

2018-08-27 Thread Michael Dickens
Hi George - I haven't seen this error yet, but of course I'm just one Mac UHD / GR user; I'll try testing my B210 for longer. In the meantime, how is UHD & GR installed? If MacPorts, have you tried the "uhd-devel" port? Sometimes it has fixes to the release. - MLD On Mon, Aug 27, 2018, at 3:46 PM,

[Discuss-gnuradio] uhd::usb_error: RuntimeError: USBError -9: usb tx2 submit failed: LIBUSB_ERROR_PIPE

2018-08-27 Thread George Rykowski
I have been seeing this error regularly for a couple weeks. As I am running my code, the error stops execution, on average, approximately every 10 minutes (though, once or twice, I have received the error quickly in sequence). My code is simple: I am reading in a recorded waveform (using File So

Re: [Discuss-gnuradio] MAKING A NTSC TV RECEIVER

2018-08-27 Thread Martin McCormick
Andres Campos Santana writes: > I tried to listen to the NTSC channel audio using a FM receiver I made, > and I got it, I could listen to it perfectly. > > That should be a good way to prove that I'm receiving the channel signal, > for that reason, I don't understand why I just receive a diffus

Re: [Discuss-gnuradio] Help needed with message ports [success]

2018-08-27 Thread Michael Dickens
Hi Volker - You're welcome & so glad that we got the issue figured out! Which reminds me that I never put together a PR for the changes that would give programmers a clue that a hier2 block isn't meant to do actual "work". I'll add that to my queue & try to get it in before GRCon ... Cheers! - M

Re: [Discuss-gnuradio] Help needed with message ports [success]

2018-08-27 Thread Volker Schroer
Just to report the solution, as it me be usefull for others. My block was an hier2 block. Hier2 blocks can't handle messages directly, they only can serve as a proxy. So I added a gr::block with no inputs and outputs ( yes, this is possible, I did not know before ) that could handle the messa

Re: [Discuss-gnuradio] runtime error while running flowgraph

2018-08-27 Thread CEL
Have you first registered the "clock" message port? This looks like you're trying to set a handler for a message port that doesn't exist. Also, when asking for help, it's usually very helpful to have your *exact* code somewhere, not a reference to code that is /similar/. Best regards, Marcus On M

Re: [Discuss-gnuradio] No module named RPCConnectionThrift

2018-08-27 Thread CEL
Your GNU Radio was built without Thrift support. You need to uninstall your GNU Radio, go back to the CMake step in building it, and make sure all the requirements are met: in this case, PyThrift and thrift, need to be installed probably. The CMake output will tell you exactly what is missing. Bes

[Discuss-gnuradio] No module named RPCConnectionThrift

2018-08-27 Thread Rensi Mathew
when Iam working on python simple_copy_controller.py 127.0.0.1 true, itshows the following error:- root@pglab1-HCL-Desktop:/home/pglab1/gnuradio/gr-blocks/examples/ctrlport#python simple_copy_controller.py 127.0.0.1 9090 true Traceback(most recent call last): File"simple_copy_controller.py