GNU Radio 3.4.2 C++ API
Signal Sources
Collaboration diagram for Signal Sources:

Classes

class  gr_glfsr_source_b
 Galois LFSR pseudo-random source. More...
class  gr_glfsr_source_f
 Galois LFSR pseudo-random source generating float outputs -1.0 - 1.0. More...
class  gr_lfsr_32k_source_s
 LFSR pseudo-random source with period of 2^15 bits (2^11 shorts)This source is typically used along with gr_check_lfsr_32k_s to test the USRP using its digital loopback mode. More...
class  gr_null_source
 A source of zeros. More...
class  gr_file_descriptor_source
 Read stream from file descriptor. More...
class  gr_file_source
 Read stream from file. More...
class  gr_message_source
 Turn received messages into a stream. More...
class  gr_udp_source
 Read stream from an UDP socket. More...
class  gr_wavfile_source
 Read stream from a Microsoft PCM (.wav) file, output floats. More...
class  usrp_source_c
 Interface to Universal Software Radio Peripheral Rx pathoutput: 1 stream of complex<float> More...
class  usrp_source_s
 Interface to Universal Software Radio Peripheral Rx pathoutput: 1 stream of short. More...
class  usrp2_source_16sc
class  usrp2_source_32fc
class  gr_noise_source_c
 random number source More...
class  gr_noise_source_f
 random number source More...
class  gr_noise_source_i
 random number source More...
class  gr_noise_source_s
 random number source More...
class  gr_sig_source_c
 signal generator with gr_complex output. More...
class  gr_sig_source_f
 signal generator with float output. More...
class  gr_sig_source_i
 signal generator with int output. More...
class  gr_sig_source_s
 signal generator with short output. More...
class  gr_vector_source_b
 source of unsigned char's that gets its data from a vector More...
class  gr_vector_source_c
 source of gr_complex's that gets its data from a vector More...
class  gr_vector_source_f
 source of float's that gets its data from a vector More...
class  gr_vector_source_i
 source of int's that gets its data from a vector More...
class  gr_vector_source_s
 source of short's that gets its data from a vector More...