Re: [Discuss-gnuradio] Qt GUI: Water falls the wrong direction

2017-08-25 Thread Andrew Rich
Are you telling me water does run uphill ? 

Sent from my iPhone

> On 26 Aug 2017, at 7:34 am, Martin Braun  wrote:
> 
> Kartik,
> 
> I was joking about renaming it. Waterfall plot is a common term, even if
> it's upside down, people would get more confused with any other name.
> 
> Cheers,
> Martin
> 
>> On 08/24/2017 04:00 PM, Kartik Patel wrote:
>> Hi.
>> 
>> I was wondering why it's called Waterfall and now I understand it was a
>> mistake. :P 
>> 
>> Anyways, I can look into it sometime in next week if we don't want to
>> simply rename the plot. I am not sure if there's just a parameter that
>> we need to change or there is something more we may have to do.
>> 
>> Thanks.
>> 
>> Regards,
>> Kartik Patel
>> 
>> 
>> On Thu, Aug 24, 2017 at 3:12 PM, Martin Braun > > wrote:
>> 
>>>On 08/24/2017 03:16 AM, Marcus Müller wrote:
>>> Hi Folks,
>>> 
>>> while discussing the DABstep GUI's developer mode, we noticed that the
>>> QT GUI Waterfall sink doesn't fully deserve that name. It's a waterrise
>>> sink:
>>> 
>>> http://marcus.hostalia.de/waterfall.webm
>>
>>> 
>>> Is there a (maybe unexposed) property to change the direction of flow?
>> 
>>Seems easier to rename it :)
>> 
>>-- M
>> 
>> 
>>___
>>Discuss-gnuradio mailing list
>>Discuss-gnuradio@gnu.org 
>>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>> 
>> 
>> ᐧ
>> 
>> 
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Qt GUI: Water falls the wrong direction

2017-08-25 Thread Martin Braun
Kartik,

I was joking about renaming it. Waterfall plot is a common term, even if
it's upside down, people would get more confused with any other name.

Cheers,
Martin

On 08/24/2017 04:00 PM, Kartik Patel wrote:
> Hi.
> 
> I was wondering why it's called Waterfall and now I understand it was a
> mistake. :P 
> 
> Anyways, I can look into it sometime in next week if we don't want to
> simply rename the plot. I am not sure if there's just a parameter that
> we need to change or there is something more we may have to do.
> 
> Thanks.
> 
> Regards,
> Kartik Patel
> 
> 
> On Thu, Aug 24, 2017 at 3:12 PM, Martin Braun  > wrote:
> 
> On 08/24/2017 03:16 AM, Marcus Müller wrote:
> > Hi Folks,
> >
> > while discussing the DABstep GUI's developer mode, we noticed that the
> > QT GUI Waterfall sink doesn't fully deserve that name. It's a waterrise
> > sink:
> >
> > http://marcus.hostalia.de/waterfall.webm
> 
> >
> > Is there a (maybe unexposed) property to change the direction of flow?
> 
> Seems easier to rename it :)
> 
> -- M
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> 
> ᐧ
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] [GSoC 17] DAB: Last Update

2017-08-25 Thread Martin Braun
Luca,

I sure hope this wasn't your last mailing list post though :)
I'm very glad you've said you would keep working on this.

Cheers,
Martin


On 08/25/2017 11:43 AM, Moritz Luca Schmid wrote:
> Hi everyone,
> 
> here is my last blog post
> . It
> contains my latest progress and a cool gource video of the gr-dab git
> commit history during GSoC that you can also find on YouTube
> .
> 
> Next week, I am submitting my final GSoC code after fixing the last
> (until now ;) known bugs.
> 
> After GSoC I am planning to reimplement the OFDM synchronization of
> gr-dab. Read more about it in the post.
> 
> 
> Cheers
> 
> Luca
> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] OFDM Preamble

2017-08-25 Thread Edwin Li
Hi Adhitha,

I haven't used the "OFDM Insert Preamble" module before. But in my
understanding, in tx_ofdm.grc, "OFDM Carrier Allocator" does the job of
"OFDM insert preamble". It uses "sync word" instead of "preamble". I think
they are the same thing. As for FFT length, keep it the same as your other
OFDM modules. Note that the length of a sync word must be the same as FFT
length.

Regards,
Edwin
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Packet encoding example (Packet_loopback_hier.grc)

2017-08-25 Thread mehtap özkan
Thanks to Marcus Müller I became aware of the Packet TX and RX blocks.
 I use the Packet_loopback_hier.grc example. However the example is set to
2 samples per seconds=sps. When I try to increase sps=100, the number of
taps of the RRC filter becomes( 5*sps*nfilts) exceeds its limit.
 I get
../.grc_gnuradio\packet_rx.py", line 49, in __init__
self.mark_delay = mark_delay = mark_delays[sps]
IndexError: list index out of range

Is there another way to increase the speed limit?

Thanks
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] [GSoC 17] DAB: Last Update

2017-08-25 Thread Moritz Luca Schmid

Hi everyone,

here is my last blog post 
. It 
contains my latest progress and a cool gource video of the gr-dab git 
commit history during GSoC that you can also find on YouTube 
.


Next week, I am submitting my final GSoC code after fixing the last 
(until now ;) known bugs.


After GSoC I am planning to reimplement the OFDM synchronization of 
gr-dab. Read more about it in the post.



Cheers

Luca

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 15

2017-08-25 Thread Kartik Patel
Hello,

Yes. In fact, it is one of the reasons of having the module! If you have a
web server and domain name configured for redirect/proxy to the system
using the hardware, you can share it over the Internet.

Regards,
Kartik Patel

On Fri, Aug 25, 2017 at 1:31 AM, Andrew Rich 
wrote:

> That looks cool
>
> Does that mean people could access a waterfall remotely ?
>
> I watch the waterfall for satellites
>
> 1 hour rotation
>
> Andrew
>
> Sent from my iPhone
>
> On 25 Aug 2017, at 4:15 pm, Kartik Patel 
> wrote:
>
> Hello all,
>
> This week I worked on documentations, tutorials and code cleanups. For
> more details, check out my blog post here
> .
>
> I have also added a tutorial here
> . You can also view the
> screencast of the tutorial available on Youtube at this link
> .
>
> Suggestions for the tutorial will be highly appreciated. Once finalized,
> we can add the tutorial in GNU Radio Wiki.
>
> Regards,
> Kartik Patel
> ᐧ
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
ᐧ
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] OFDM Preamble

2017-08-25 Thread Adhitha Dias
Hi,

Could anyone please help me to set the input parameters in "OFDM Insert
Preamble" OOT in GNURadio? It has 2 parameters FFT Length, and Preamble.
Where should it be used in the tx_ofdm.grc example. Thank you for the help
in advance.

Regards,
Adhitha Dias
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 15

2017-08-25 Thread Andrew Rich
That looks cool

Does that mean people could access a waterfall remotely ?

I watch the waterfall for satellites 

1 hour rotation

Andrew

Sent from my iPhone

> On 25 Aug 2017, at 4:15 pm, Kartik Patel  wrote:
> 
> Hello all,
> 
> This week I worked on documentations, tutorials and code cleanups. For more 
> details, check out my blog post here.
> 
> I have also added a tutorial here. You can also view the screencast of the 
> tutorial available on Youtube at this link.
> 
> Suggestions for the tutorial will be highly appreciated. Once finalized, we 
> can add the tutorial in GNU Radio Wiki.
> 
> Regards,
> Kartik Patel
> ᐧ
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] [GSoC 2017] gr-bokehgui: Updates for week 15

2017-08-25 Thread Kartik Patel
Hello all,

This week I worked on documentations, tutorials and code cleanups. For more
details, check out my blog post here .

I have also added a tutorial here .
You can also view the screencast of the tutorial available on Youtube at this
link .

Suggestions for the tutorial will be highly appreciated. Once finalized, we
can add the tutorial in GNU Radio Wiki.

Regards,
Kartik Patel
ᐧ
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio