[Discuss-gnuradio] unable to read a WAV file recorded using GNU radio block

2019-01-21 Thread Rensi Mathew
I amtrying to read a FM signal recorded as WAV file using GNU radioCompanion, using python. I am attaching the .grc file used. Ican clearly hear the recorded signal but reading the data gives anull ([] ) value. Thepython code importsoundfi

Re: [Discuss-gnuradio] Moving average

2019-01-21 Thread Cinaed Simson
1/5 is zero using integer division in python. Try using float division 1/4000. 1/5. -- Cinaed On 1/21/19 4:41 PM, david vanhorn wrote: > The docs say that I need to set Scale to the inverse of the Length. > Ok, I interpret that as Length = 4000 and Scale = 1/4000 > The docs here: > https://w

Re: [Discuss-gnuradio] BER Example - With QT Gui Chooser for Different Modulations Issue

2019-01-21 Thread Cinaed Simson
On 1/21/19 3:47 PM, Luis Felipe Albarracin Sanchez wrote: > Hello all, > > I am exploring  the BER measurements in GNU Radio for different > modulations (I know Error Rate is deprecated) but i tried the example > under the digital folder for BER measurement and I understood all the > flowgraph. >

Re: [Discuss-gnuradio] Different uhd behavior with two cloned computers

2019-01-21 Thread Achilleas Anastasopoulos
OK, this is getting too confusing for me: FIRST (original) computer address@hidden:~$ uhd_usrp_probe [INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD_3.13.0.1-release SECOND (cloned) computer address@hidden:~$ uhd_usrp_probe [INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD

[Discuss-gnuradio] Moving average

2019-01-21 Thread david vanhorn
The docs say that I need to set Scale to the inverse of the Length. Ok, I interpret that as Length = 4000 and Scale = 1/4000 The docs here: https://www.gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1moving__average__ff.html says that Scale is a float. The discussion here clearly shows Scale working

Re: [Discuss-gnuradio] Different uhd behavior with two cloned computers

2019-01-21 Thread Marcus D. Leech
On 01/21/2019 06:48 PM, Achilleas Anastasopoulos wrote: Hi all, I have successfully installed from source gnuradio on an ubuntu 10.4. We are in the process of creating a communications lab with 10 hosts and 10 X300 and we thought the easiest way is to clone the original computer so that we do

[Discuss-gnuradio] Different uhd behavior with two cloned computers

2019-01-21 Thread Achilleas Anastasopoulos
Hi all, I have successfully installed from source gnuradio on an ubuntu 10.4. We are in the process of creating a communications lab with 10 hosts and 10 X300 and we thought the easiest way is to clone the original computer so that we don't have to reinstall all the software. However, when I tri

[Discuss-gnuradio] Changing variable with GUI chooser at run-time

2019-01-21 Thread Ayaz Mahmud
Hi, Question on changing the variable at run-time. I want to change the sync words in OFDM carrier Allocator block at run-time. I know that this will effect the receiver for packet synchronization/detection, which I don’t care at the moment. My only target is to vary this sync word at a time i

Re: [Discuss-gnuradio] Removing obsolete Heir blocks from my list

2019-01-21 Thread david vanhorn
THANK YOU! Not only did that get rid of my obsolete heir blocks, but I took a chance and deleted the code for the other heir blocks and re-generated them, and now my seemingly bizarre errors are gone and things are working as well as expected at this point. I will keep this in mind, it looks from

[Discuss-gnuradio] (no subject)

2019-01-21 Thread faisal
Hi I have final year project which is about spectrum sensing and my project should use raspberry pi ,gnuradio and SDR. Actually i did not use raspberry pi and gnuradio before i need help on how to integrate all of this components togather. ___ Discuss-gnu

Re: [Discuss-gnuradio] Removing obsolete Heir blocks from my list

2019-01-21 Thread Michael Dickens
Do you mean the "compiled" Python and GRC scripts? Look in "~/.grc_gnuradio/" and find the correct .py and .xml or .yml files & "rm" them. Not sure what else you might mean, so hopefully this helps! - MLD On Mon, Jan 21, 2019, at 3:14 PM, david vanhorn wrote: > I've created some heir blocks, and no

[Discuss-gnuradio] Removing obsolete Heir blocks from my list

2019-01-21 Thread david vanhorn
I've created some heir blocks, and now I have some that I'd like to remove from my list as they are obsolete. How do I remove them? -- K1FZY (WA4TPW) SK 9/29/37-4/13/15 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

[Discuss-gnuradio] Problem of puncturing in the FEC Extended Tagged Encoder

2019-01-21 Thread NAVES Raphael
Dear all, I am using the FEC Extended Tagged Encoder block with a CC Encoder Object. Everything is fine when there is no puncturing (meaning that P = '11'). However when I want to add some puncturing, there is a problem of tag. Indeed, the length tag is not updated depending on the puncturing

[Discuss-gnuradio] Output port problem?

2019-01-21 Thread david vanhorn
Error message "destination port 0 out of range for QSD Summing Amplifier(7)" This heir has a pad source with four float streams and a pad sink with one complex stream. Everything is float, and everything is connected. I assume the error above is talking about the pad sink. ID pad_sink_0 Label out

Re: [Discuss-gnuradio] Burst Shaper block partially delays burst

2019-01-21 Thread Johannes Demel
Hi Julian, thanks for your suggestion. I agree this is how I could work around my issue. Though, another goal of my project is to minimize latency. A 'tx_time' tag that points to some 'distant' time in the future contradicts that goal. Apparently, I forgot to add that to the list of things I'm