Re: [Discuss-gnuradio] TX modulator shadow?

2007-02-24 Thread Eric Blossom
On Sat, Feb 24, 2007 at 08:42:35PM -0500, George Nychis wrote: > Hey all, > > I was wondering what the following does when initializing the host end of > the transmit chain: > > for (int i = 0; i < MAX_CHAN; i++){ > d_tx_modulator_shadow[i] = (TX_MODULATOR_DISABLE_NCO > | TX_MODULA

[Discuss-gnuradio] TX modulator shadow?

2007-02-24 Thread George Nychis
Hey all, I was wondering what the following does when initializing the host end of the transmit chain: for (int i = 0; i < MAX_CHAN; i++){ d_tx_modulator_shadow[i] = (TX_MODULATOR_DISABLE_NCO | TX_MODULATOR_COARSE_MODULATION_NONE); ... } Thanks :) - George _