Home
last modified time | relevance | path

Searched refs:d_mixer_offset (Results 1 – 4 of 4) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-channels/lib/
H A Dchannel_model2_impl.cc65 d_mixer_offset = blocks::multiply_cc::make(); in channel_model2_impl()
70 connect(d_multipath, 0, d_mixer_offset, 0); in channel_model2_impl()
73 connect(d_freq_gen, 0, d_mixer_offset, 1); in channel_model2_impl()
75 connect(d_mixer_offset, 0, d_noise_adder, 1); in channel_model2_impl()
H A Dchannel_model_impl.cc66 d_mixer_offset = blocks::multiply_cc::make(); in channel_model_impl()
70 connect(d_multipath, 0, d_mixer_offset, 0); in channel_model_impl()
71 connect(d_freq_offset, 0, d_mixer_offset, 1); in channel_model_impl()
72 connect(d_mixer_offset, 0, d_noise_adder, 1); in channel_model_impl()
H A Dchannel_model2_impl.h43 blocks::multiply_cc::sptr d_mixer_offset; variable
H A Dchannel_model_impl.h42 blocks::multiply_cc::sptr d_mixer_offset; variable