Re: [Discuss-gnuradio] Help getting accurate AWGN SNR values

2019-07-03 Thread Vladislav Fomitchev
> *Sent:* Mittwoch, 3. Juli 2019 03:43 > *To:* Vladislav Fomitchev ; > discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] Help getting accurate AWGN SNR values > > > > Hello Vladislav: > > > > In my eyes, those plots look correct. > > > > &

Re: [Discuss-gnuradio] Help getting accurate AWGN SNR values

2019-07-03 Thread Jonas Manthey
-gnuradio-bounces+jonas.manthey=u-blox@gnu.org] On Behalf Of Kyeong Su Shin Sent: Mittwoch, 3. Juli 2019 03:43 To: Vladislav Fomitchev ; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Help getting accurate AWGN SNR values Hello Vladislav: In my eyes, those plots look correct

Re: [Discuss-gnuradio] Help getting accurate AWGN SNR values

2019-07-02 Thread Kyeong Su Shin
: discuss-gnuradio@gnu.org 제목: [Discuss-gnuradio] Help getting accurate AWGN SNR values Hello, I have been trying to create a simulation with some basic PSK signals at varying SNR values by separately generating a signal and gaussian noise and adding them together. I am however having an issue at l

Re: [Discuss-gnuradio] Help with sound output

2019-06-06 Thread Michael Dickens
Hi Sara - Can you give us something more to work with, for example a link to the Youtube video and another to your code? I'm sure folks here can help, but without more info the best we can offer is high-level suggestions on how to fix sample rate differences. - MLD On Thu, Jun 6, 2019, at

[Discuss-gnuradio] Help with sound output

2019-06-06 Thread Sara Kim
Hi, I'm using a USRP205mini-i. I followed the YouTube tutorial online on how to build a FM receiver. I execute the flow graph, and all I hear is very choppy and high pitched audio coming from my computer's speaker (i see aUaUaU and an occasional O. I know this has to to with the input/output

[Discuss-gnuradio] help with OOT module header_format_base child

2019-01-20 Thread Alban Meffre
hi all i created a "noblock" OOT module child class of header_format_base no XML installed (edited the Cmakelists file in grc folder) compilation OK installation OK nm -C -u lib-*** OK python import OK in top_block.py i have these lines : self.hdr_format = hdr_format =

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-08 Thread Cinaed Simson
I'm assuming the reason you're not looking at the rx_ofdm.py code is because you don't have the rx_ofdm.py code. You can use grcc -d . rx_ofdm.grc to generate the python code. -- Cinaed On 1/6/19 2:10 AM, Alban Meffre wrote: > hi > i does not work because the packet header parser expect an

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-07 Thread Cinaed Simson
Okay, well you'll have to post your flowgraph and I'll try to help you. Or post your python code and maybe someone on the list may be able to help you. -- Cinaed On 1/6/19 2:10 AM, Alban Meffre wrote: > hi > i does not work because the packet header parser expect an > "packet_header_default"

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-06 Thread Alban Meffre
hi i does not work because the packet header parser expect an "packet_header_default" object instead of a "header_format_base" object bob Le dim. 6 janv. 2019 à 02:50, Cinaed Simson a écrit : > On 1/5/19 2:26 PM, Alban Meffre wrote: > > ok sorry my mistake i got "packet_header_default" and > >

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Cinaed Simson
On 1/5/19 2:26 PM, Alban Meffre wrote: > ok sorry my mistake i got "packet_header_default" and > "header_format_default" mixed up > bob The error message at the bottom indicates the wrong number arguments. digital.header_format_default('1101001110010001', 0) Try

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
ok sorry my mistake i got "packet_header_default" and "header_format_default" mixed up bob Le sam. 5 janv. 2019 à 22:13, Alban Meffre a écrit : > hi all > > i try to figure out how to use the "packet header parser" block > as a formatter i use >

[Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
hi all i try to figure out how to use the "packet header parser" block as a formatter i use "digital.header_format_default('1101001110010001', 0)" when i launch i get the error " Traceback (most recent call last): File "/Users/alban/gnuradio/top_block.py", line 146, in main() File

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr (Derek Kozel) (Michael Dickens)

2018-12-09 Thread Cinaed Simson
h >>       gnuradio (Christoph Mayer) >>    6. Re: [USRP-users] Segmentation fault commands to USRP with >>       gnuradio (M?ller) >>    7. Receiving NOAA signals and passing to BB (Guilherme Theis) >> >> >> -

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr (Derek Kozel) (Michael Dickens)

2018-12-09 Thread Cinaed Simson
-- > > Message: 1 > Date: Thu, 6 Dec 2018 13:17:01 -0400 > From: Luis Roca mailto:lrocaigu...@gmail.com>> > To: discuss-gnuradio@gnu.org <mailto:discuss-gnuradio@gnu.org> > Subject: Re: [Discu

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr (Derek Kozel)

2018-12-07 Thread Cinaed Simson
I'm with Michael and Derek. However, since I did receive the image - and in general I avoid images like the plague - I did look at the image against my better judgement, and I have a couple of comments. You have 2 identical parallel branches - completely disable everything in the lower upper

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr (Derek Kozel) (Michael Dickens)

2018-12-07 Thread Luis Roca
- > > Message: 1 > Date: Thu, 6 Dec 2018 13:17:01 -0400 > From: Luis Roca > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] help: optimizing a fm broadcast > flowchart. Getting multiple stations in a rtlsdr (Derek Kozel) > Message-ID: > 5

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr (Derek Kozel)

2018-12-06 Thread Michael Dickens
Unless your host computer's CPU is way underpowered, I'm with Derek here: use polyphase filterbanks to channelize into 200 kHz bandwidth per channel, then have a bank of FM demodulators, one per channel. Output to files, or display, or whatever you need. - MLD On Thu, Dec 6, 2018, at 12:17 PM,

Re: [Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr

2018-12-06 Thread Derek Kozel
Hi Luis, At least on my end I can't see an attachment. Since FM broadcast stations are regularly spaced the polyphase filterbank is a good choice for separating out each of the individual channels. You can then use the same demodulation set of blocks and file sink that you're (presumably)

[Discuss-gnuradio] help: optimizing a fm broadcast flowchart. Getting multiple stations in a rtlsdr

2018-12-05 Thread Luis Roca
Thanks for this great software. We are tinkering with a setup for listening to radio and storing the streams as wavs. We have two challenges that we haven't been able to tackle satisfactorily. Any help would be appreciated. 1. What do we need in order to tune into as many stations as an rtlsdr

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! -

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

Re: [Discuss-gnuradio] help

2018-08-08 Thread Edwin Li
Hi Aruna, I’m not an expert, but I guess you haven’t set your DCMAKE_INSTALL_PREFIX to your GNURadio prefix. Here is what you may try: Use setup_env.sh to setup the environment Go to the gr-ieee802-11/build/ folder(I assume you have a build folder) Delete everything in the build folder In the

[Discuss-gnuradio] help

2018-08-08 Thread Katta, Aruna
Dear Helpers! I am a student at TU Munich and I have started working on PlutoSDR project using GNU Radio. I have some doubts on the issue I am facing. Could you please help? I am trying to install the gnuradio on Kubuntu with gr-ieee802-11 and gr -foo as mentioned in the below link:

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

2018-07-27 Thread Michael Dickens
On Fri, Jul 27, 2018, at 6:23 AM, Müller, Marcus (CEL) wrote: > Awesome! Folks, this is the way I always hoped the community works. > Cheers to you! LOL thanks but maybe premature?! This issue is somewhat more complicated than I thought, mostly because I'm still learning how to actually use a

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

2018-07-27 Thread CEL
Awesome! Folks, this is the way I always hoped the community works. Cheers to you! On Thu, 2018-07-26 at 16:36 -0400, Michael Dickens wrote: > A quick followup on progress on this query: > > The issue is in lib/flowgraph.cc, where message connection edges are not > being used when counting

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

2018-07-26 Thread Michael Dickens
A quick followup on progress on this query: The issue is in lib/flowgraph.cc, where message connection edges are not being used when counting connections (just stream connection edges). So, the flattened flowgraph shows 1 connection (the stream one going out), but no connection is found

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

2018-07-21 Thread Michael Dickens
Hi Volker - OK thanks for the update. After rechecking my OOT example, I agree that this issue requires inheritance from a hier2_block class. Maybe that will help track down the issue... ? I know that the code for doing connections is pretty gnarly, so who knows? Anyway, worth poking at ... and

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

2018-07-21 Thread Volker Schroer
Hi Michael, thank you for your reply. Yes your clarification is correct. The block I'm trying is of type hier2_block. Meanwhile I found an older post https://lists.gnu.org/archive/html/discuss-gnuradio/2015-10/msg8.html describing the same problem. But the gnuradio code has been

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

2018-07-21 Thread Michael Dickens
Hi Volker - Just to clarify: You've added an -optional- input async message port to a block that currently does just streaming. If you -do not- try to connect to this new port, then everything works as desired & as before. If you -do- try to connect to the port then you get the runtime error

[Discuss-gnuradio] Help needed with message ports

2018-07-20 Thread Volker Schroer
Hi, I'm trying to add an message port to my  working oot module fcdproplus to be able to control the frequency by an message from a qtgui sink. I used the analog signal source as guide and implemented a message sink in the grc description, registered the in port, and defined  a handler

[Discuss-gnuradio] Help on event triggered OOT Block

2018-07-15 Thread Luis Felipe Albarracin Sanchez
Hello All, I am trying to develop an OOT block that will trigger a function when there is a change on any of the input of the block, i have been reading about input buffers and output buffers, and i tried something like, comparing the third position of the input buffer with the second one, and

Re: [Discuss-gnuradio] Help on gnuradio

2018-06-20 Thread Julian Arnold
Hey, I had the same problem a few weeks back in a two channel scenario. I ended up writing a simple python 'gate' block that passes a configurable amount of samples for every pulse on the trigger input. It is super inflexible and hacky but should be fairly easy to modify. I quickly moved the

Re: [Discuss-gnuradio] Help on gnuradio

2018-06-20 Thread Marcus D. Leech
On 06/20/2018 01:05 PM, c...@origosat.com wrote: Hi, I am new to the gnuradio environment..so please forgive me... I have an USRP B200 and I am looking to save to a file I & Q samples of bursty, random (ALOHA) messages sampled at high rate, for furter processing (in a repeatable fashion). Of

[Discuss-gnuradio] Help on gnuradio

2018-06-20 Thread c...@origosat.com
Hi, I am new to the gnuradio environment..so please forgive me... I have an USRP B200 and I am looking to save to a file I & Q samples of bursty, random (ALOHA) messages sampled at high rate, for furter processing (in a repeatable fashion). Of course it is not possible to save 15--20

Re: [Discuss-gnuradio] Help with using gnuradio c++ api

2018-04-30 Thread CEL
Hi Snehasish, since this is defitnitely not your complete code, there's nothing we can do to help you :( Best regards, Marcus On Mon, 2018-04-02 at 19:13 +, Snehasish Kar wrote: > Hello > > I was trying to generate a flow graph using file source descriptor and a file > sink. But after

[Discuss-gnuradio] Help with using gnuradio c++ api

2018-04-02 Thread Snehasish Kar
Hello I was trying to generate a flow graph using file source descriptor and a file sink. But after generating the output instead of writing to the file, it prints the output in the screen. Below is the code. Please let me know where I am going wrong.

Re: [Discuss-gnuradio] Help needed to install GR-GSM package

2018-03-08 Thread Martin Braun
On 02/20/2018 08:34 AM, Shrishailayya M Hiremath wrote: > package libosmocore: > Unable to fetch recipe libosmocore > PyBOMBS.install_manager - ERROR - Error installing package libosmocore. > Aborting. This may be a firewall issue. -- M ___

Re: [Discuss-gnuradio] Help with gr::io_signature::makev

2018-01-17 Thread sumit kumar
Yes indeed, it was a C++11 issue! Thanks On 13 January 2018 at 11:16, Sakthivel Velumani wrote: > I think you are using an older standard of C compiler. The C11 does not > allow to initialise a vector using {}. But this doesn't matter as it > compiled successfully. Try

Re: [Discuss-gnuradio] Help with gr::io_signature::makev

2018-01-13 Thread Sakthivel Velumani
I think you are using an older standard of C compiler. The C11 does not allow to initialise a vector using {}. But this doesn't matter as it compiled successfully. Try initialising the vector with its constructor and then assign the values. It doesn't make sense but still no harm in trying.

Re: [Discuss-gnuradio] Help with gr::io_signature::makev

2018-01-12 Thread sumit kumar
The input signature is not a problem here. For gr::io_signature::*make*(2, 2, sizeof(gr_complex)), i.e. when using make, size of all input items is same. Its is different when using make2, make3 and makev. On 13 January 2018 at 01:23, Sakthivel Velumani wrote: > Hi Sumit,

Re: [Discuss-gnuradio] Help with gr::io_signature::makev

2018-01-12 Thread Sakthivel Velumani
Hi Sumit, You have given no of input streams as 2 but mentioned size of item for only one. This may be the source of the error. Try correcting it and let us know. Regards, Sakthivel On Fri, Jan 12, 2018 at 10:37 PM, sumit kumar wrote: > Hi, > > I am trying to use

[Discuss-gnuradio] Help with gr::io_signature::makev

2018-01-12 Thread sumit kumar
Hi, I am trying to use *gr::io_signature::makev* for my output signature in my bar_impl.cc bar_impl::bar_impl(int offset, int freq) : gr::block("bar", gr::io_signature::make(2, 2, sizeof(gr_complex)), * gr::io_signature::makev(4, 4, out_vect))* For that in

Re: [Discuss-gnuradio] Help needed regarding implementing spring mass system in GRC

2017-12-04 Thread Michael Dickens
Hi Afaq - Actually one could replicate this simulation in some capacity using async messages -- for all blocks, or just for the feedback portion. Async messages have no restriction on feedback as does streaming data -- see, e.g., the OFDM header/payload demux block in gr- digital & the related

Re: [Discuss-gnuradio] Help needed regarding implementing spring mass system in GRC

2017-12-04 Thread Dan CaJacob
Hey Afaq, Unfortunately, GNURadio doesn't allow for signal feedback the way Simulink does. You can do feedback *within* a block, but that probably defeats the flexibility you were seeking? - Dan On Mon, Dec 4, 2017 at 9:33 AM Afaq Ahmed wrote: > Hello, > I want to

[Discuss-gnuradio] Help needed regarding implementing spring mass system in GRC

2017-12-04 Thread Afaq Ahmed
Hello, I want to implement spring mass system with PID controller of example mentioned in following link [ http://ctms.engin.umich.edu/CTMS/index.php?example=Introduction=ControlPID ] I want to create a flow graph exactly as given in the figure "Spring_mass_simulink" . Can you please help me how

Re: [Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Sumit Kumar
Yes just 1 minute after posting this mail I realized that hyphen in include guard is the root. I always created my own OOT, never added block in existing OOT, good learning for me ! I understood, the "make install" should place the public header in /include. Yes the CMakelist.txt was updated by

Re: [Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Marcus Müller
Hi Sumit, On Tue, 2017-11-14 at 17:13 +0100, Sumit Kumar wrote: > Added a new block test_block_cf to existing module gr-ieee-80211 > > >> gr_modtool add test_block_cf Correct way to do it! > It added test_block_cf_impl.cc and test_block_cf_impl.h in /lib and > test_block_cf.h in

[Discuss-gnuradio] Help in adding new block to existing OOT module

2017-11-14 Thread Sumit Kumar
Hi, *I went inside the folder * >> cd gr-ieee-80211 *Added a new block test_block_cf to existing module gr-ieee-80211* >> gr_modtool add test_block_cf It added test_block_cf_impl.cc and test_block_cf_impl.h in /lib and test_block_cf.h in /include/ieee802_11 Now I did the usual stuff in my

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Marcus Müller
Hi Andrew, yes you certainly can, but "GNU Radio is like a spectrum analyzer" isn't really true – think of GNU Radio itself rather as a big box of nice building blocks to put together one software spectrum analyzer, or a DVB-T transmitter, or a radar, or… What you can do, for example, is

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Andrew Rich
Can I ask a silly question Can you use gnu radio as a filter sweeper Perhaps hack rf sig gen in harmony with rtl sdr to sweep a filter or preamp for gain response Since gnu radio is like a spectrum analyser Andrew Sent from my iPhone > On 28 Oct 2017, at 1:15 am, Marcus Müller

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Andrew Rich
Thank you sir Sent from my iPhone > On 28 Oct 2017, at 1:15 am, Marcus Müller wrote: > > If you want to first manually correct, add a Qt GUI Range block, give it the > ID "dopplercorrection", and allow a start and stop of +- what you > expect. Set the default value to

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Marcus Müller
If you want to first manually correct, add a Qt GUI Range block, give it the ID "dopplercorrection", and allow a start and stop of +- what you expect. Set the default value to zero. Then, add a  "rotator" block, and put in the "Phase Increment" field the value you want to advance the phase of

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Andrew Rich
I am up to the stage of adding fft and scope sinks and resamplers and sliders Need to explore the blocks Curious about doppler correction Andrew Sent from my iPhone > On 27 Oct 2017, at 11:35 pm, Marcus Müller wrote: > > Glad you're getting engaged with SDR, and

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Marcus Müller
Glad you're getting engaged with SDR, and especially GNU Radio! So, if you're completely new to GNU Radio, I'd recommend the "official Guided Tutorials": http://tutorials.gnuradio.org They start out rather smooth, and you can "stop" at any point (e.g. if you don't actually want to learn how

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Andrew Rich
Thanks Marcus I can now start learning gnu radio Andrew Sent from my iPhone > On 27 Oct 2017, at 10:09 pm, Marcus Müller wrote: > > Hi Andrew, > > most SDR devices are most easily usable in GNU Radio with the "Osmocom > Source" block, contained in gr-osmosdr. > > BUT: to

Re: [Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Marcus Müller
Hi Andrew, most SDR devices are most easily usable in GNU Radio with the "Osmocom Source" block, contained in gr-osmosdr. BUT: to get an gr-osmosdr with the AirSpy driver, you need to, in this order 1. Install GNU Radio and libairspy 2. build gr-osmosdr from source (Do NOT install it as

[Discuss-gnuradio] Help with Airspy Mini

2017-10-27 Thread Andrew Rich
Hello Can some one tell me please what I need to do to use my AirSpy Mini as a source in GRC. What do I need to install ? The only other SDR I have is RTL-SDR and HackRF and Funcube Dongle Want to start learning packet radio Andrew Rich VK4TEC ___

Re: [Discuss-gnuradio] Help understanding AX.25 encoding and tagged streams

2017-08-27 Thread Cinaed Simson
On 08/26/2017 05:36 PM, Robert McGwier wrote: > At one time rational resampling meant that the interpolation and > decimation were each integers so the rate change is the ratio of two > integers and thus rational. All integers are rational. But not all rationals are integers. 1,2,3, are integers

Re: [Discuss-gnuradio] Help understanding AX.25 encoding and tagged streams

2017-08-26 Thread Robert McGwier
At one time rational resampling meant that the interpolation and decimation were each integers so the rate change is the ratio of two integers and thus rational. If one or more of your inputs is fractional I believe you need the arbitrary rate resampler. Bob On Aug 15, 2017 10:16 PM, "Cinaed

Re: [Discuss-gnuradio] Help understanding AX.25 encoding and tagged streams

2017-08-15 Thread Cinaed Simson
On 08/14/2017 07:14 AM, Jack White wrote: > Hello, knowledgeable ones, > > I need to put together testbed satellite uplink using AX.25 encoding and > GMSK modulation. The flowgraph source is an Ettus USRP X310 with a > WBX-120 daughterboard. > > The flowgraph is a modification of one used with a

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-20 Thread Adrian Musceac
Hi Cinaed, Respectfully, I believe there is a misunderstanding. The application is called qradiolink and it transmits and receives digital voice/data using either Codec2 or Opus for audio. I run it on an Android phone for portable SDR experimentation in various UHF/SHF bands. This is amateur

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-20 Thread Adrian Musceac
Hi Maitland, Thanks for the detailed reply! I will adjust my include paths accordingly. On my system, it seems that libqwt-dev cannot be installed in parallel with libqwt5-qt4-dev. Nevertheless, it is not an issue for my build, since the libs coexist and linking is correct. It is only a

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Cinaed Simson
On 06/19/2017 02:39 PM, Adrian Musceac wrote: > Hi Cinaed, > Thanks for your prompt response and the qt4 clarification. I will settle for > qt4 now as building gnuradio against qt5 would be too much effort. If you want to port gnuradio to qt5, you would need to checkout the entire source tree

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Adrian Musceac
Hi Cinaed, Thanks for your prompt response and the qt4 clarification. I will settle for qt4 now as building gnuradio against qt5 would be too much effort. But the header issue still stands, it looks like the include path is wrong, at least on Debian. I don't know if this is just a Debian package

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Cinaed Simson
On 06/19/2017 01:05 PM, Adrian Musceac wrote: > Hi fellow Debian hams and Gnuradio experts, > > I am currently trying to build a SDR experimental application based on > Gnuradio for digital voice and data communications in the amateur radio > VHF-UHF bands [1][2]. I am using Gnuradio 3.7.10 on

[Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Adrian Musceac
Hi fellow Debian hams and Gnuradio experts, I am currently trying to build a SDR experimental application based on Gnuradio for digital voice and data communications in the amateur radio VHF-UHF bands [1][2]. I am using Gnuradio 3.7.10 on Debian GNU/Linux from jessie-backports. I ran into some

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-11 Thread Marcus Müller
Dear Matt, > - If I set the generator at 50% modulation depth and I simply plot the > source input, I get this result , which > is different from the graph from Wikipedia Looks like clipping on either the TX or RX side. Reduce the output amplitude of the signal

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-11 Thread Matt Cooper
I've been doing some tests, and something strange is happening: - If I set the generator at 50% modulation depth and I simply plot the source input, I get this result , which is different from the graph from Wikipedia

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-11 Thread Matt Cooper
Wow! Thanks for taking the time to put this together. I'll try following those steps and let you know how it goes. Thanks again! -- View this message in context: http://gnuradio.4.n7.nabble.com/Help-needed-to-obtain-AM-Depth-of-Modulation-tp63826p63839.html Sent from the GnuRadio mailing list

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-11 Thread Matt Cooper
You are totally right. I need it to be RF input independent, so I'll try following your advice. Thanks a lot! -- View this message in context: http://gnuradio.4.n7.nabble.com/Help-needed-to-obtain-AM-Depth-of-Modulation-tp63826p63838.html Sent from the GnuRadio mailing list archive at

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-10 Thread Cinaed Simson
I would start with source -> low pass filter(complex) - rational-resampler(complex) -> am demod -> number sink(float). I have never used the AM Demod block and I have never calculated the Modulation Index for AM. But it does appear you have a plumbing problem. I would start with changing the

Re: [Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-10 Thread Kevin Reid
On Wed, May 10, 2017 at 3:31 AM, Matt Cooper wrote: > Hi guys! > > I am trying to calculate the Depth of Modulation > of > an AM signal using GNU Radio, but I just can't make it work. > ... > -

[Discuss-gnuradio] Help needed to obtain AM Depth of Modulation

2017-05-10 Thread Matt Cooper
Hi guys! I am trying to calculate the Depth of Modulation of an AM signal using GNU Radio, but I just can't make it work. To test, I am using a Rode & Schwarz SMB100M signal generator connected to a USB SDR receiver

[Discuss-gnuradio] Help wanted for very exotic project

2016-08-18 Thread Daniel Poelzleithner
Hi, we are a non profit group of enthusiasts following an alternative physical concept of a unified theory, called BSM-SG (Basic Structures of Matter - Supergravitation Unified Theory). If you are interested in a bit hardware tinkering and data analysis in exotic projects, we could need some

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-26 Thread Ed Coleman
Thank you Marcus. I was overlooking the input fields in the property settings for the hier block. As usual the answer seems simple once it is explained. -Ed On Mon, Jul 25, 2016 at 4:36 PM, Marcus Müller wrote: > For lazy people: This is about generating hier blocks

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Marcus Müller
For lazy people: This is about generating hier blocks with GRC. Ed, you're doing it right already, I think. When you use that hier block somewhere, you get an input field in the hier block properties that should set the avgLength variable as available in you flowgraph. That should be all! If it

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
I 'thought' that my reply would appear threaded within the discussion I was reading ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-02/msg00336.html) my apologies for any confusion On Mon, Jul 25, 2016 at 3:35 PM, Ed Coleman wrote: > This was a very helpful

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
This was a very helpful introduction to hierarchical blocks. One thing I am unclear on is how a parameter in a hier block is controlled via the top block. For example suppose I have a moving average block inside my hier block and I want the number of averages to be defined from the top block.

Re: [Discuss-gnuradio] Help - Tutorial: PSK Symbol Recovery

2016-05-28 Thread Jose Perez
Hi Marcus, Ahhh ok It makes sense! Thank so much! Best regards, José 2016-05-28 14:59 GMT-03:00 Marcus Müller-3 [via GnuRadio] < ml-node+s4n60229...@n7.nabble.com>: > Hi Jose, > > so, the flow graphs in the tutorial do timing and frequency > synchronization, but what they don't do is any

Re: [Discuss-gnuradio] Help - Tutorial: PSK Symbol Recovery

2016-05-28 Thread Marcus Müller
Hi Jose, so, the flow graphs in the tutorial do timing and frequency synchronization, but what they don't do is any kind of framing: you just won't know if the first bit you decoded is a the first bit of a byte, or from somewhere in the middle; that's what you're seeing here, probably! Best

[Discuss-gnuradio] Help - Tutorial: PSK Symbol Recovery

2016-05-28 Thread Jose Perez
Hi all, I am studying the tutorial 7: PSK Symbol Recovery. For it, I am using the mpsk_stage6.grc example flowgraph. But I am trying to simulate a transmition of a txt file. I can see the decoded signal on the scope perfectly but I would like to save this received file. According the tutorial,

[Discuss-gnuradio] Help in FEC example + ofdm modulation

2016-05-09 Thread Jose Perez
Hello colleagues, I need some help! I am studying the FEC examples and for it I am using the "fecapi_tagged_encoders.grc". I can understand this example but I have problems when I try to simulate some modulation and transmission. I don't receive any information and this is showed in reports

Re: [Discuss-gnuradio] Help required for tunnel.py with two USRPs

2016-03-03 Thread Derek Kozel
Hello Henning, To make it easy to update UHD versions Ettus has a private package archive, PPA, for Ubuntu. You can update your UHD using the following commands. You will still need to recompile GNU Radio (most accurately gr-uhd) to make it compatible with the newer UHD's interface. # Remove

Re: [Discuss-gnuradio] Help required for tunnel.py with two USRPs

2016-03-03 Thread Marcus Müller
The UHD you're using is 3.5.5. That is much older than the B200, so this can't work. You will have to use a newer version of UHD, then re-compile GNU Radio to work with that, and then try again. I presume you installed UHD and GNU Radio through your Linux Distro's package manager? (Guessing from

[Discuss-gnuradio] Help required for tunnel.py with two USRPs

2016-03-03 Thread Henning Bredenberg
Hi all, I'm trying to simulate a communication system with GNU-Radio. First of all, i have to check if "tunnel.py" is still up to date in my version of GNU-Radio. The Aim is to use a TAP-device for the simulation of sending and receiving data. After connecting two USRP B200 via USB to the

Re: [Discuss-gnuradio] Help with OOT error

2016-02-12 Thread Michael Dickens
Hi micro7311 - GRC scripts are placed typically into ${prefix}/share/gnuradio/grc/blocks -- in your case, looks like ${prefix} == "/usr". Without having access to your OOT module or any other info about it, the best advice I can give is to check to make sure our OOT install ${prefix} matches that

Re: [Discuss-gnuradio] Help with OOT error

2016-02-12 Thread micro7311
Hi, thank for the detailed response to my question. I forgot to attach the OOT modules. They are attached here. On Fri, Feb 12, 2016 at 7:22 AM, Michael Dickens [via GnuRadio] < ml-node+s4n58160...@n7.nabble.com> wrote: > Hi micro7311 - GRC scripts are placed typically into >

Re: [Discuss-gnuradio] Help with OOT error

2016-02-12 Thread Michael Dickens
On Fri, Feb 12, 2016, at 08:32 AM, micro7311 wrote: > Hi, thank for the detailed response to my question.  I forgot to > attach the OOT modules.  They are attached here. All works nicely for me, though admittedly I'm running on OS X & you're not (or, looks like not). Here's a screenshot of one of

[Discuss-gnuradio] Help with OOT error

2016-02-11 Thread micro7311
Hi, I am trying to run an OOT module but I am getting the following errors. GRC can't seem to locate the OOT modules but I cannot figure out how to map it correctly. Please advise any suggestions. Thank you. <<< Welcome to GNU Radio Companion v3.7.4git-201-ga7bec1a3 >>> Preference file:

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-29 Thread En Shih
Thanks Albin and Tim. I've uploaded a new file of the input signal here: "dump3" (I hope the distortion problem will be better) After removing the LPF ( with this flow graph

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-28 Thread Tim K
En, Ah! Sitting and playing with it greatly helped my understanding of the problem. 1. Your capture seems to have some distortion on it. Fortunately, this doesn't affect FM too bad, but you may want to crank your gain back. 2. Remember, Bell 202 uses 1200 Hz and 2200 Hz. You probably don't want

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-28 Thread Albin Stigö
For anyone working with APRS Stephen (wa8lmf) has put together a downloadable cd image with a lot of test data. Not in quadrature, but that's maybe something Hilbert can take care of. http://wa8lmf.net/TNCtest/ # Get it with wget. $ wget http://www.argentdata.com/files/tnc_test_cd_ver1.0.zip #

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-28 Thread Albin Stigö
En Shih, > I tried looking for the data frames > by looking for start/stop bits, the header. I've also tried flipping the > bits. However, it still doesn't look quite right. Packet uses NRZI (non-return to zero inverted) encoding, which means that a 0 is encoded as a change in tone, and a 1 is

[Discuss-gnuradio] Help decoding Bell 202

2015-12-27 Thread En Shih
Hi all, I am trying to decode a Bell 202 signal from a RTL dongle source using GNU Radio Companion 3.7.8.1. I am new to GNU Radio and signal processing, and constructed this flow graph by searching previous topics on AFSK:

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-27 Thread Tim K
Just some obsesrvations... - Why do WBFM to Audio? Shouldn't that be NBFM? - Your post NBFM receive looks good. - Your QD output looks a little strange. Perhaps look at the FFT of your signal before the QD? - In my experience the MM Clock Recovery block likes using ~4 sps. Perhaps use the

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-27 Thread Tim K
En, It's hard to judge exactly from your screen shots... if I had your .grc files and sample inputs, I might be able to do a little better! You may find the APRS test CD [1] useful, if you haven't used it already. Here's what I get using the test CD, and aprs-wav.grc. I happened to take the

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-27 Thread En Shih
Thanks for the reply, Tim. - The WBFM is a remnant I've never corrected. I now have the audio from NBFM. - The baudrate is 1200. This is the Fourier after Hilbert before QD: and the

Re: [Discuss-gnuradio] Help decoding Bell 202

2015-12-27 Thread En Shih
Thanks, Tim. That really clarified a lot of confusion that I had! I have uploaded the files here: https://drive.google.com/folderview?id=0B5T4PFVUKZgmcXlTWnV0VzZFQTg=sharing -"bell202new.grc" is the current flow

Re: [Discuss-gnuradio] HELP!!! USRPN210+GNURADIO

2015-12-01 Thread Harold Daniel Moreno Urbina
Like one year ago I was testing with USRP N210 with the blocks attached to this message. Note that one is for transmission and the other one for reception. I am lucky and I got 2 USRP N210, so I was able to send a tone (one sin function or the add of two sin functions) and receive it correctly.

[Discuss-gnuradio] HELP!!! USRPN210+GNURADIO

2015-12-01 Thread mohamid92
Hello everybody I just start working on USRP with Gnu radio. In last two weeks I was looking for tutorial to test my USRP without programming any blocks. The only tutorial I found is an FM receiver, but unfortunately frequency range of USRPN210 is way much bigger than FM frequencies (400MHZ-to

  1   2   3   4   5   6   7   >