Example of using gr.vector_source_c

Hi,

Could you tell me how to use gr.vector_source_c()?
I want to modulate the waveform with it, but can not find the examples.
Thank you.

On Thu, Jul 17, 2008 at 11:01:25AM -0400, James P. wrote:

Hi,

Could you tell me how to use gr.vector_source_c()?
I want to modulate the waveform with it, but can not find the examples.
Thank you.

$ cd gnuradio
$ find . -name ‘*.py’ -print | xargs grep -l gr.vector_source_c
./gr-gcell/src/qa_fft.py
./gnuradio-core/src/python/gnuradio/gr/qa_diff_phasor_cc.py
./gnuradio-core/src/python/gnuradio/gr/qa_fft_filter.py
./gnuradio-core/src/python/gnuradio/gr/qa_mute.py
./gnuradio-core/src/python/gnuradio/gr/benchmark_filters.py
./gnuradio-core/src/python/gnuradio/gr/qa_agc.py
./gnuradio-core/src/python/gnuradio/gr/qa_fft.py
./gnuradio-core/src/python/gnuradio/gr/qa_integrate.py
./gnuradio-core/src/python/gnuradio/gr/qa_single_pole_iir_cc.py
./gnuradio-core/src/python/gnuradio/gr/qa_constellation_decoder_cb.py
./gnuradio-core/src/python/gnuradio/gr/qa_ofdm_insert_preamble.py
./gnuradio-core/src/python/gnuradio/gr/qa_add_and_friends.py
./gnuradio-core/src/python/gnuradio/gr/qa_add_v_and_friends.py
./gnuradio-core/src/python/gnuradio/gr/qa_complex_to_xxx.py
./gnuradio-core/src/python/gnuradio/gr/qa_cma_equalizer.py
./gnuradio-examples/python/digital/benchmark_loopback.py
./gnuradio-examples/python/ofdm/benchmark_ofdm.py
./gnuradio-examples/python/usrp/test_dft_synth.py
./gr-gpio/src/python/gpio_usrp_siggen.py