discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] How can Receiver separate between two different frequ


From: Niaz Ahmed
Subject: [Discuss-gnuradio] How can Receiver separate between two different frequency's input
Date: Tue, 1 Nov 2011 12:30:52 +0500


I am working on an application where i receive input at audio_sink and check for tone or data.
Data is FSK modulated at 1k and 3k whereas Tone is of 2k (i.e Tone lies in the middle).

I have written a flow graph which consists of two heirarichal flow graphs (tone_rx and data_rx). 
Input is received at audio_sink and then forwarded to both sub-graphs.

My code works fine when tone is received but there is a problem when Data is received. 
Because Data consists of FSK code and it has 2k components in it which also triggers Tone graph.

So i want to ask is there any GnuRadio Block by using which i can avoid triggering of tone while receiving Data 
as i need to eliminate 2k component for Data but retain it when input it is  Tone. OR
is there any such method by which we identify at the start whether it is data or tone.
i am using laptop sound card (not usrp). 




                     ____________________
                                          -------> |  Tone Rx Flow Graph    |
            __________           |           |____________________| 
           | audio_sink |______|
           |__________|           |
                                         |            ____________________
                                          ------- > |  Data Rx Flow Graph    |
                     |____________________|                     
                                                                         
                                                               
                                                      





--
Best Regards

Niaz Ahmed
Lab Engineer
NUCES-FAST, Islamabad Campus
EXT-271

Engineers motto: cheap, good, fast: choose any two


reply via email to

[Prev in Thread] Current Thread [Next in Thread]