[Discuss-gnuradio] gnuradio history loop

2016-09-10 Thread Mr M.H.M.N.D. Herath
Dear sir/Madam If we set history in the block. Can they process loop in each input sample signal Neil Herath -- *CONFIDENTIAL COMMUNICATION* *E-mails from The Open University of Sri Lanka normally contain confidential and privileged material, and are for the sole use of the intended recipient.

Re: [Discuss-gnuradio] PSK31 (from audio to radio)

2016-09-10 Thread Cinaed Simson
On 09/09/2016 06:40 PM, pen tester wrote: > Hi, >Still playing around and I have a question about the value which > should go in the Polyphase Resampler on the tx side please. Any advice > on the AM rx too would be helpful :-) Looking at transmit. It appears you start with something in memory

Re: [Discuss-gnuradio] gnuradio history loop

2016-09-10 Thread Martin Braun
You can use the history inside the block, you can't feed it back through a GNU Radio connection. M On 09/10/2016 06:01 AM, Mr M.H.M.N.D. Herath wrote: > Dear sir/Madam > If we set history in the block. Can they process loop in each input > sample signal > Neil Herath > > *CONFIDENTIAL COMMUNIC

Re: [Discuss-gnuradio] Upgrading Gnuradio/GRC

2016-09-10 Thread Martin Braun
This won't help your immediate issue, but to avoid these kinds of situations, I recommend not installing hand-compiled GNU Radio (or UHD) into /usr/local, but rather some dedicated directory. Cheers, M On 09/07/2016 05:58 AM, John B. Wood wrote: > Hello, everyone. Short of starting with a fresh

Re: [Discuss-gnuradio] PSK31 (from audio to radio)

2016-09-10 Thread pen tester
Thanks Cinaed for your response. For everything up to the multiply on the TX side - this is actually from a working example that TXs using an audio card [1]. So just for a proof of concept I would like to leave that as-is and just append on TX over Osmocom Sink. Happy to look at simplifying later,