On Mon, Mar 29, 2010 at 04:53:25AM -0500, srujan kumar wrote:
>  Hello every one,
> 
> I am srujan and pursuing MS. I took this course “GNU Radio” and first I
> tried to install it on my laptop on vista it didn’t install did try so many
> times and finally I came to know that one of lab systems has it on fedora
> and Iam doing experiments on it I studied the sound examples, and Iam in
> USRP examples right now, can u please tell me why the ‘MW’ is in the file
> name “usrp_am_mw_rcv.py” what does it mean I thought the ‘am’ is for
> amplitude modulation ‘rcv’ is receiver and in the code why we use a
> ‘WFM’block for amplitude modulation? Or if I am entirely wrong can you
> please explain me….

It looks to me like this code was created by cutting and pasting from
code that did do WFM demod.  However, if you look at the class named
"wfm_rx_block", you can see that it doesn't actually have anything to
do with WFM, but rather AM.

Renaming it would make this more clear.

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to