Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread Tom Rondeau
On Thu, Jun 5, 2014 at 4:37 AM, jason sam wrote: > ok.Then how can i achieve FM for greater deviation.i.e. in MHz range in > GRC? > What you're seeing is a result of the Remez algorithm in the optfir module not properly converging. Why isn't always clear; you can either tighten up or loosen the

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
ok.Then how can i achieve FM for greater deviation.i.e. in MHz range in GRC? On Thu, Jun 5, 2014 at 1:18 PM, Marcus Müller wrote: > Given your question, I think you already know the answer. 2MHz is far > from audio. Please refer to the wbfm example in GNU Radio, which has sane > parameters. >

Re: [Discuss-gnuradio] Using WBFM block

2014-06-05 Thread Marcus Müller
Given your question, I think you already know the answer. 2MHz is far from audio. Please refer to the wbfm example in GNU Radio, which has sane parameters. Greetings, Marcus On 05.06.2014 09:58, jason sam wrote: > Hi All, > I am doing simple wide band FM..The flowgraph is as attached..When i > exe

[Discuss-gnuradio] Using WBFM block

2014-06-05 Thread jason sam
Hi All, I am doing simple wide band FM..The flowgraph is as attached..When i execute it i am getting following error: gr_remez: insufficient extremals -- cannot continue Traceback (most recent call last): File "/home/ali/Desktop/top_block.py", line 109, in tb = top_block() File "/home/ali