discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] complex dot product


From: Eric Blossom
Subject: [Discuss-gnuradio] complex dot product
Date: Mon, 15 Nov 2004 08:32:53 -0800
User-agent: Mutt/1.5.6i

On Mon, Nov 15, 2004 at 04:26:07PM +0000, Prateek Dayal wrote:
> ok .. i am actually demodulating FM in the NTSC file ....
> 
> can u tell me where is the complex dot product is used in NTSC FM ..
> ... downconversion ???
> 
> Regards,
> 
> Prateek 

It's used as part of the implementation of this filter:

    channel_filter = \
      gr.freq_xlating_fir_filter_ccf (cfir_decimation,
                                      channel_coeffs,
                                      offset_freq,
                                      input_rate)

Eric




reply via email to

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