discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] question regarding GrMixer.h


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] question regarding GrMixer.h
Date: Tue, 15 Jul 2003 14:07:23 -0700
User-agent: Internet Messaging Program (IMP) 4.0-cvs

Quoting Joseph DiVerdi <address@hidden>:

> While deep in the GrMixer.h code learning how to access input and output data
> I noticed that it appears this module emulates a "partial" mixer where only
> the sine multiplication is performed rather than both the sine and cosine
> multiplication.

Correct.  The GrMixer was kind of a quick hack for a specific purpose.

> Or is it that these operators and the sin function are overloaded with
> complex calculations when complex data is being processed?

No, unfortunately, that would be very useful, but not very easy due to C++'s
very limited template system.

Matt




reply via email to

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