__pthread_attr_t | |
__pthread_cond_t | |
__pthread_condattr_t | |
__pthread_mutex_t | |
__pthread_mutexattr_t | |
__pthread_transp_t | |
_internal_omni_thread_dummy | |
_internal_omni_thread_helper | |
alarmclock_args | |
audio_alsa_sink | Audio sink using ALSA |
audio_alsa_source | Audio source using ALSA |
audio_jack_sink | Audio sink using JACK |
audio_jack_source | Audio source using JACK |
audio_oss_sink | Audio sink using OSS |
audio_oss_source | Audio source using OSS |
audio_osx_sink | Audio sink using OSX |
audio_osx_source | Audio source using OSX |
audio_portaudio_sink | |
audio_portaudio_source | |
circular_buffer< T > | |
circular_linked_list< T > | |
darwin_dev_handle | |
force_init | |
swig::from_oper< ValueType > | |
fsm | FSM class |
fusb_devhandle | Abstract usb device handle |
fusb_devhandle_darwin | Darwin implementation of fusb_devhandle |
fusb_devhandle_generic | Generic implementation of fusb_devhandle using only libusb |
fusb_devhandle_linux | Linux specific implementation of fusb_devhandle using usbdevice_fs |
fusb_devhandle_ra_wb | Generic implementation of fusb_devhandle using only libusb |
fusb_devhandle_win32 | Win32 implementation of fusb_devhandle using libusb-win32 |
fusb_ephandle | Abstract usb end point handle |
fusb_ephandle_darwin | Darwin implementation of fusb_ephandle |
fusb_ephandle_generic | Generic implementation of fusb_ephandle using only libusb |
fusb_ephandle_linux | Linux specific implementation of fusb_ephandle using usbdevice_fs |
fusb_ephandle_ra_wb | Generic implementation of fusb_ephandle using only libusb |
fusb_ephandle_win32 | Win32 implementation of fusb_ephandle using libusb-win32 |
fusb_sysconfig | Factory for creating concrete instances of the appropriate subtype |
g72x_state | |
gr_adaptive_fir_ccf | Adaptive FIR filter with gr_complex input, gr_complex output and float taps |
gr_add_cc | Output = sum (input_0, input_1, ...) Add across all input streams |
gr_add_const_cc | Output = input + constant |
gr_add_const_ff | Output = input + constant |
gr_add_const_ii | Output = input + constant |
gr_add_const_sf | Output = input + constant |
gr_add_const_ss | Output = input + constant |
gr_add_const_vcc | Output vector = input vector + constant vector |
gr_add_const_vff | Output vector = input vector + constant vector |
gr_add_const_vii | Output vector = input vector + constant vector |
gr_add_const_vss | Output vector = input vector + constant vector |
gr_add_ff | Output = sum (input_0, input_1, ...) Add across all input streams |
gr_add_ii | Output = sum (input_0, input_1, ...) Add across all input streams |
gr_add_ss | Output = sum (input_0, input_1, ...) Add across all input streams |
gr_add_vcc | Output = sum (input_0, input_1, ...) Add across all input vectors |
gr_add_vff | Output = sum (input_0, input_1, ...) Add across all input vectors |
gr_add_vii | Output = sum (input_0, input_1, ...) Add across all input vectors |
gr_add_vss | Output = sum (input_0, input_1, ...) Add across all input vectors |
gr_agc2_cc | High performance Automatic Gain Control class |
gr_agc2_ff | High performance Automatic Gain Control class |
gr_agc_cc | High performance Automatic Gain Control class |
gr_agc_ff | High performance Automatic Gain Control class |
gr_align_on_samplenumbers_ss | Align several complex short (interleaved short) input channels with corresponding unsigned 32 bit sample_counters (provided as interleaved 16 bit values) |
gr_base_error_handler | |
gr_binary_slicer_fb | Slice float binary symbol outputting 1 bit output x < 0 --> 0 x >= 0 --> 1 |
gr_block | The abstract base class for all signal processing blocks. Blocks have a set of input streams and output streams. The input_signature and output_signature define the number of input streams and output streams respectively, and the type of the data items in each stream |
gr_block_detail | Implementation details to support the signal processing abstraction This class contains implementation detail that should be "out of sight" of almost all users of GNU Radio. This decoupling also means that we can make changes to the guts without having to recompile everything |
gr_buffer | Single writer, multiple reader fifo |
gr_buffer_reader | How we keep track of the readers of a gr_buffer |
gr_bytes_to_syms | Convert stream of bytes to stream of +/- 1 symbols input: stream of bytes; output: stream of float |
gr_char_to_float | Convert stream of chars to a stream of float |
gr_check_counting_s | Sink that checks if its input stream consists of a counting sequence |
gr_check_lfsr_32k_s | Sink that checks if its input stream consists of a lfsr_32k sequence. This sink is typically used along with gr_lfsr_32k_source_s to test the USRP using its digital loopback mode |
gr_chunks_to_symbols_bc | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of unsigned char; output: stream of gr_complex |
gr_chunks_to_symbols_bf | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of unsigned char; output: stream of float |
gr_chunks_to_symbols_ic | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of int; output: stream of gr_complex |
gr_chunks_to_symbols_if | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of int; output: stream of float |
gr_chunks_to_symbols_sc | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of short; output: stream of gr_complex |
gr_chunks_to_symbols_sf | Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of short; output: stream of float |
gr_circular_file | |
gr_clock_recovery_mm_cc | Mueller and Müller (M&M) based clock recovery block with complex input, complex output. This implements the Mueller and Müller (M&M) discrete-time error-tracking synchronizer |
gr_clock_recovery_mm_ff | Mueller and Müller (M&M) based clock recovery block with float input, float output. This implements the Mueller and Müller (M&M) discrete-time error-tracking synchronizer |
gr_cma_equalizer_cc | Implements constant modulus adaptive filter on complex stream |
gr_complex_to_arg | Complex in, angle out (float) |
gr_complex_to_float | Convert a stream of gr_complex to 1 or 2 streams of float |
gr_complex_to_imag | Complex in, imaginary out (float) |
gr_complex_to_interleaved_short | Convert stream of complex to a stream of interleaved shorts |
gr_complex_to_mag | Complex in, magnitude out (float) |
gr_complex_to_mag_squared | Complex in, magnitude squared out (float) |
gr_complex_to_real | Complex in, real out (float) |
gr_conjugate_cc | Output = complex conjugate of input |
gr_constellation_decoder_cb | |
gr_correlate_access_code_bb | Examine input for specified access code, one bit at a time. input: stream of bits, 1 bit per input byte (data in LSB) output: stream of bits, 2 bits per output byte (data in LSB, flag in next higher bit) |
gr_costas_loop_cc | Carrier tracking PLL for QPSK input: complex; output: complex |
gr_cpu | |
gr_ctcss_squelch_ff | Gate or zero output if ctcss tone not present |
gr_dd_mpsk_sync_cc | Decision directed M-PSK synchronous demod This block performs joint carrier tracking and symbol timing recovery |
gr_deinterleave | Deinterleave a single input into N outputs |
gr_diff_decoder_bb | Y[0] = (x[0] - x[-1]) % M Differential decoder |
gr_diff_encoder_bb | Y[0] = (x[0] + y[-1]) % M Differential encoder |
gr_diff_phasor_cc | |
gr_dispatcher | Invoke callbacks based on select |
gr_divide_cc | Output = input_0 / input_1 / input_x ...) Divide across all input streams |
gr_divide_ff | Output = input_0 / input_1 / input_x ...) Divide across all input streams |
gr_divide_ii | Output = input_0 / input_1 / input_x ...) Divide across all input streams |
gr_divide_ss | Output = input_0 / input_1 / input_x ...) Divide across all input streams |
gr_error_handler | Abstract error handler |
gr_fake_channel_decoder_pp | Remove fake padding from packet input: stream of byte vectors; output: stream of byte vectors |
gr_fake_channel_encoder_pp | Pad packet with alternating 1,0 pattern. input: stream of byte vectors; output: stream of byte vectors |
gr_feedforward_agc_cc | Non-causal AGC which computes required gain based on max absolute value over nsamples |
gr_feval_cc | Base class for evaluating a function: complex -> complex |
gr_feval_dd | Base class for evaluating a function: double -> double |
gr_feval_ll | Base class for evaluating a function: long -> long |
gr_fft_filter_ccc | Fast FFT filter with gr_complex input, gr_complex output and gr_complex taps |
gr_fft_filter_fff | Fast FFT filter with float input, float output and float taps |
gr_fft_vcc | Compute forward or reverse FFT. complex vector in / complex vector out |
gr_fft_vfc | Compute forward FFT. float vector in / complex vector out |
gr_file_descriptor_sink | Write stream to file descriptor |
gr_file_descriptor_source | Read stream from file descriptor |
gr_file_error_handler | |
gr_file_sink | Write stream to file |
gr_file_source | Read stream from file |
gr_filter_delay_fc | Filter-Delay Combination Block. The block takes one or two float stream and outputs a complex stream. If only one float stream is input, the real output is a delayed version of this input and the imaginary output is the filtered output. If two floats are connected to the input, then the real output is the delayed version of the first input, and the imaginary output is the filtered output. The delay in the real path accounts for the group delay introduced by the filter in the imaginary path. The filter taps needs to be calculated before initializing this block |
gr_fir_ccc | Abstract class for FIR with gr_complex input, gr_complex output and gr_complex taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_ccc_3dnow | 3DNow! version of gr_fir_ccc |
gr_fir_ccc_3dnowext | |
gr_fir_ccc_generic | Concrete class for generic implementation of FIR with gr_complex input, gr_complex output and gr_complex taps |
gr_fir_ccc_info | |
gr_fir_ccc_simd | Common base class for SIMD versions of gr_fir_ccc |
gr_fir_ccc_sse | SSE version of gr_fir_ccc |
gr_fir_ccf | Abstract class for FIR with gr_complex input, gr_complex output and float taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_ccf_3dnow | 3DNow! version of gr_fir_ccf |
gr_fir_ccf_generic | Concrete class for generic implementation of FIR with gr_complex input, gr_complex output and float taps |
gr_fir_ccf_info | |
gr_fir_ccf_simd | Common base class for SIMD versions of gr_fir_ccf |
gr_fir_ccf_sse | SSE version of gr_fir_ccf |
gr_fir_fcc | Abstract class for FIR with float input, gr_complex output and gr_complex taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_fcc_3dnow | 3DNow! version of gr_fir_fcc |
gr_fir_fcc_generic | Concrete class for generic implementation of FIR with float input, gr_complex output and gr_complex taps |
gr_fir_fcc_info | |
gr_fir_fcc_simd | Common base class for SIMD versions of gr_fir_fcc |
gr_fir_fcc_sse | SSE version of gr_fir_fcc |
gr_fir_fff | Abstract class for FIR with float input, float output and float taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_fff_3dnow | 3DNow! version of gr_fir_fff |
gr_fir_fff_generic | Concrete class for generic implementation of FIR with float input, float output and float taps |
gr_fir_fff_info | |
gr_fir_fff_simd | Common base class for SIMD versions of gr_fir_fff |
gr_fir_fff_sse | SSE version of gr_fir_fff |
gr_fir_filter_ccc | FIR filter with gr_complex input, gr_complex output and gr_complex taps |
gr_fir_filter_ccf | FIR filter with gr_complex input, gr_complex output and float taps |
gr_fir_filter_fcc | FIR filter with float input, gr_complex output and gr_complex taps |
gr_fir_filter_fff | FIR filter with float input, float output and float taps |
gr_fir_filter_fsf | FIR filter with float input, short output and float taps |
gr_fir_filter_scc | FIR filter with short input, gr_complex output and gr_complex taps |
gr_fir_fsf | Abstract class for FIR with float input, short output and float taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_fsf_3dnow | 3DNow! version of gr_fir_fsf |
gr_fir_fsf_generic | Concrete class for generic implementation of FIR with float input, short output and float taps |
gr_fir_fsf_info | |
gr_fir_fsf_simd | Common base class for SIMD versions of gr_fir_fsf |
gr_fir_fsf_sse | SSE version of gr_fir_fsf |
gr_fir_scc | Abstract class for FIR with short input, gr_complex output and gr_complex taps This is the abstract class for a Finite Impulse Response filter |
gr_fir_scc_3dnow | 3DNow! version of gr_fir_scc |
gr_fir_scc_3dnowext | 3DNow! Ext version of gr_fir_scc |
gr_fir_scc_generic | Concrete class for generic implementation of FIR with short input, gr_complex output and gr_complex taps |
gr_fir_scc_info | |
gr_fir_scc_simd | Common base class for SIMD versions of gr_fir_scc |
gr_fir_scc_sse | SSE version of gr_fir_scc |
gr_fir_sysconfig | Abstract base class for configuring the automatic selection of the fastest gr_fir for your platform |
gr_fir_sysconfig_generic | |
gr_fir_sysconfig_x86 | |
gr_fir_util | |
gr_firdes | Finite Impulse Response (FIR) filter design functions |
gr_float_to_char | Convert stream of float to a stream of char |
gr_float_to_complex | Convert 1 or 2 streams of float to a stream of gr_complex |
gr_float_to_short | Convert stream of float to a stream of short |
gr_float_to_uchar | Convert stream of float to a stream of unsigned char |
gr_fractional_interpolator | Interpolating mmse filter with float input, float output |
gr_framer_sink_1 | Given a stream of bits and access_code flags, assemble packets. input: stream of bytes from gr_correlate_access_code_bb output: none. Pushes assembled packet into target queue |
gr_freq_xlating_fir_filter_ccc | FIR filter combined with frequency translation with gr_complex input, gr_complex output and gr_complex taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_freq_xlating_fir_filter_ccf | FIR filter combined with frequency translation with gr_complex input, gr_complex output and float taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_freq_xlating_fir_filter_fcc | FIR filter combined with frequency translation with float input, gr_complex output and gr_complex taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_freq_xlating_fir_filter_fcf | FIR filter combined with frequency translation with float input, gr_complex output and float taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_freq_xlating_fir_filter_scc | FIR filter combined with frequency translation with short input, gr_complex output and gr_complex taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_freq_xlating_fir_filter_scf | FIR filter combined with frequency translation with short input, gr_complex output and float taps This class efficiently combines a frequency translation (typically "down conversion") with a FIR filter (typically low-pass) and decimation. It is ideally suited for a "channel selection filter" and can be efficiently used to select and decimate a narrow band signal out of wide bandwidth input |
gr_frequency_modulator_fc | Frequency modulator block float input; complex baseband output |
gr_fxpt | Fixed point sine and cosine and friends |
gr_fxpt_nco | Numerically Controlled Oscillator (NCO) |
gr_fxpt_vco | Voltage Controlled Oscillator (VCO) |
gr_goertzel_fc | Goertzel single-bin DFT calculation |
gr_head | Copies the first N items to the output then signals done Useful for building test cases |
gr_hilbert_fc | Hilbert transformer. real output is input appropriately delayed. imaginary output is hilbert filtered (90 degree phase shift) version of input |
gr_iir_filter_ffd | IIR filter with float input, float output and double taps
This filter uses the Direct Form I implementation, where |
gr_interleave | Interleave N inputs to a single output |
gr_interleaved_short_to_complex | Convert stream of interleaved shorts to a stream of complex |
gr_interp_fir_filter_ccc | Interpolating FIR filter with gr_complex input, gr_complex output and gr_complex taps |
gr_interp_fir_filter_ccf | Interpolating FIR filter with gr_complex input, gr_complex output and float taps |
gr_interp_fir_filter_fcc | Interpolating FIR filter with float input, gr_complex output and gr_complex taps |
gr_interp_fir_filter_fff | Interpolating FIR filter with float input, float output and float taps |
gr_interp_fir_filter_fsf | Interpolating FIR filter with float input, short output and float taps |
gr_interp_fir_filter_scc | Interpolating FIR filter with short input, gr_complex output and gr_complex taps |
gr_io_signature | I/o signature for input and output ports |
gr_keep_one_in_n | Decimate a stream, keeping one item out of every n |
gr_kludge_copy | Output[i] = input[i] This is a short term kludge to work around a problem with the hierarchical block impl |
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 |
gr_lms_dfe_cc | Least-Mean-Square Decision Feedback Equalizer (complex in/out) |
gr_lms_dfe_ff | Least-Mean-Square Decision Feedback Equalizer (float in/out) |
gr_local_sighandler | Get and set signal handler |
gr_map_bb | Output[i] = map[input[i]] |
gr_message | Message |
gr_message_sink | Gather received items into messages and insert into msgq |
gr_message_source | Turn received messages into a stream |
gr_msg_handler | Abstract class of message handlers |
gr_msg_queue | Thread-safe message queue |
gr_multiply_cc | Output = prod (input_0, input_1, ...) Multiply across all input streams |
gr_multiply_const_cc | Output = input * constant |
gr_multiply_const_ff | Output = input * constant |
gr_multiply_const_ii | Output = input * constant |
gr_multiply_const_ss | Output = input * constant |
gr_multiply_const_vcc | Output vector = input vector * constant vector (element-wise) |
gr_multiply_const_vff | Output vector = input vector * constant vector (element-wise) |
gr_multiply_const_vii | Output vector = input vector * constant vector (element-wise) |
gr_multiply_const_vss | Output vector = input vector * constant vector (element-wise) |
gr_multiply_ff | Output = prod (input_0, input_1, ...) Multiply across all input streams |
gr_multiply_ii | Output = prod (input_0, input_1, ...) Multiply across all input streams |
gr_multiply_ss | Output = prod (input_0, input_1, ...) Multiply across all input streams |
gr_multiply_vcc | Output = prod (input_0, input_1, ...) Element-wise multiply across all input vectors |
gr_multiply_vff | Output = prod (input_0, input_1, ...) Element-wise multiply across all input vectors |
gr_multiply_vii | Output = prod (input_0, input_1, ...) Element-wise multiply across all input vectors |
gr_multiply_vss | Output = prod (input_0, input_1, ...) Element-wise multiply across all input vectors |
gr_mute_cc | Output = input or zero if muted |
gr_mute_ff | Output = input or zero if muted |
gr_mute_ii | Output = input or zero if muted |
gr_mute_ss | Output = input or zero if muted |
gr_nco< o_type, i_type > | Base class template for Numerically Controlled Oscillator (NCO) |
gr_nlog10_ff | Output = n*log10(input) + k |
gr_noise_source_c | Random number source |
gr_noise_source_f | Random number source |
gr_noise_source_i | Random number source |
gr_noise_source_s | Random number source |
gr_nop | Does nothing. Used for testing only |
gr_null_sink | Bit bucket |
gr_null_source | A source of zeros |
gr_oscope_guts | Guts of oscilloscope trigger and buffer module |
gr_oscope_sink_f | Building block for python oscilloscope module. Accepts 1 to 16 float streams |
gr_oscope_sink_x | Abstract class for python oscilloscope module. Don't instantiate this. Use gr_oscope_sink_f or gr_oscope_sink_c instead |
gr_pa_2x2_phase_combiner | Pa_2x2 phase combiner Anntenas are arranged like this: |
gr_packed_to_unpacked_bb | Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. input: stream of unsigned char; output: stream of unsigned char |
gr_packed_to_unpacked_ii | Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. input: stream of int; output: stream of int |
gr_packed_to_unpacked_ss | Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. input: stream of short; output: stream of short |
gr_packet_sink | Process received bits looking for packet sync, header, and process bits into packet |
gr_phase_modulator_fc | Phase modulator block output=complex(cos(in*sensitivity),sin(in*sensitivity)) |
gr_pll_carriertracking_cc | Implements a PLL which locks to the input frequency and outputs the input signal mixed with that carrier. input: stream of complex; output: stream of complex |
gr_pll_freqdet_cf | Implements a PLL which locks to the input frequency and outputs an estimate of that frequency. Useful for FM Demod. input: stream of complex; output: stream of floats |
gr_pll_refout_cc | Implements a PLL which locks to the input frequency and outputs a carrier input: stream of complex; output: stream of complex |
gr_preferences | |
gr_prefs | Base class for representing user preferences a la windows INI files |
gr_probe_avg_mag_sqrd_c | Compute avg magnitude squared. input: gr_complex |
gr_probe_avg_mag_sqrd_f | Compute avg magnitude squared. input: float |
gr_probe_signal_f | Sink that allows a sample to be grabbed from Python |
gr_pwr_squelch_cc | Gate or zero output when input power below threshold |
gr_pwr_squelch_ff | Gate or zero output when input power below threshold |
gr_quadrature_demod_cf | Quadrature demodulator: complex in, float out This can be used to demod FM, FSK, GMSK, etc. The input is complex baseband |
gr_random | Pseudo random number generator |
gr_rational_resampler_base_ccc | Rational Resampling Polyphase FIR filter with gr_complex input, gr_complex output and gr_complex taps |
gr_rational_resampler_base_ccf | Rational Resampling Polyphase FIR filter with gr_complex input, gr_complex output and float taps |
gr_rational_resampler_base_fcc | Rational Resampling Polyphase FIR filter with float input, gr_complex output and gr_complex taps |
gr_rational_resampler_base_fff | Rational Resampling Polyphase FIR filter with float input, float output and float taps |
gr_rational_resampler_base_fsf | Rational Resampling Polyphase FIR filter with float input, short output and float taps |
gr_rational_resampler_base_scc | Rational Resampling Polyphase FIR filter with short input, gr_complex output and gr_complex taps |
gr_rms_cf | RMS average power |
gr_rms_ff | RMS average power |
gr_rotator | |
gr_select_handler | Abstract handler for select based notification |
gr_short_to_float | Convert stream of short to a stream of float |
gr_sig_source_c | Signal generator with gr_complex output |
gr_sig_source_f | Signal generator with float output |
gr_sig_source_i | Signal generator with int output |
gr_sig_source_s | Signal generator with short output |
gr_signal | Representation of signal |
gr_silent_error_handler | |
gr_simple_correlator | Inverse of gr_simple_framer (more or less) |
gr_simple_framer | Add sync field, seq number and command field to payload |
gr_simple_squelch_cc | Simple squelch block based on average signal power and threshold in dB |
gr_single_pole_avg< o_type, i_type, tap_type > | Class template for single pole moving average filter |
gr_single_pole_avg_filter_ff | Single pole moving average filter with float input, float output The input and output satisfy a difference equation of the form |
gr_single_pole_iir< o_type, i_type, tap_type > | Class template for single pole IIR filter |
gr_single_pole_iir< gr_complex, i_type, double > | |
gr_single_pole_iir_filter_cc | Single pole IIR filter with complex input, complex output The input and output satisfy a difference equation of the form |
gr_single_pole_iir_filter_ff | Single pole IIR filter with float input, float output The input and output satisfy a difference equation of the form |
gr_single_pole_rec< o_type, i_type, tap_type > | Class template for single pole recursive filter |
gr_single_pole_rec_filter_ff | Single pole recursive filter with float input, float output The input and output satisfy a difference equation of the form |
gr_single_threaded_scheduler | Simple scheduler for stream computations |
gr_single_zero_avg< o_type, i_type, tap_type > | Class template for single zero moving average filter |
gr_single_zero_avg_filter_ff | Single zero moving average filter with float input, float output The input and output satisfy a difference equation of the form |
gr_single_zero_rec< o_type, i_type, tap_type > | Class template for single zero recursive filter |
gr_single_zero_rec_filter_ff | Single zero recursive filter with float input, float output The input and output satisfy a difference equation of the form |
gr_skiphead | Skips the first N items, from then on copies items to the output Useful for building test cases and sources which have metadata or junk at the start |
gr_squelch_base_cc | |
gr_squelch_base_ff | |
gr_stream_to_streams | Convert a stream of items into a N streams of items Converts a stream of N items into N streams of 1 item. Repeat ad infinitum |
gr_stream_to_vector | Convert a stream of items into a stream of blocks containing nitems_per_block |
gr_streams_to_stream | Convert N streams of 1 item into a 1 stream of N items Convert N streams of 1 item into 1 stream of N items. Repeat ad infinitum |
gr_streams_to_vector | Convert N streams of items to 1 stream of vector length N |
gr_sub_cc | Output = input_0 - input_1 - ...) Subtract across all input streams |
gr_sub_ff | Output = input_0 - input_1 - ...) Subtract across all input streams |
gr_sub_ii | Output = input_0 - input_1 - ...) Subtract across all input streams |
gr_sub_ss | Output = input_0 - input_1 - ...) Subtract across all input streams |
gr_sync_block | Synchronous 1:1 input to output with history Override work to provide the signal processing implementation |
gr_sync_decimator | Synchronous N:1 input to output with history Override work to provide the signal processing implementation |
gr_sync_interpolator | Synchronous 1:N input to output with history Override work to provide the signal processing implementation |
gr_test | Test class for testing runtime system (setting up buffers and such.) This block does not do any usefull actual data processing. It just exposes setting all standard block parameters using the contructor or public methods |
gr_threshold_ff | |
gr_throttle | Throttle flow of samples such that the average rate does not exceed samples_per_sec. input: one stream of itemsize; output: one stream of itemsize |
gr_timer | Implement timeouts |
gr_uchar_to_float | Convert stream of unsigned chars to a stream of float |
gr_unpack_k_bits_bb | Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB |
gr_unpacked_to_packed_bb | Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. input: stream of unsigned char; output: stream of unsigned char |
gr_unpacked_to_packed_ii | Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. input: stream of int; output: stream of int |
gr_unpacked_to_packed_ss | Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. input: stream of short; output: stream of short |
gr_vco< o_type, i_type > | Base class template for Voltage Controlled Oscillator (VCO) |
gr_vco_f | VCO - Voltage controlled oscillator input: float stream of control voltages; output: float oscillator output |
gr_vector_sink_b | Unsigned char sink that writes to a vector |
gr_vector_sink_c | Gr_complex sink that writes to a vector |
gr_vector_sink_f | Float sink that writes to a vector |
gr_vector_sink_i | Int sink that writes to a vector |
gr_vector_sink_s | Short sink that writes to a vector |
gr_vector_source_b | Source of unsigned char's that gets its data from a vector |
gr_vector_source_c | Source of gr_complex's that gets its data from a vector |
gr_vector_source_f | Source of float's that gets its data from a vector |
gr_vector_source_i | Source of int's that gets its data from a vector |
gr_vector_source_s | Source of short's that gets its data from a vector |
gr_vector_to_stream | Convert a stream of blocks of nitems_per_block items into a stream of items |
gr_vector_to_streams | Convert 1 stream of vectors of length N to N streams of items |
gr_vmcircbuf | Abstract class to implement doubly mapped virtual memory circular buffers |
gr_vmcircbuf_createfilemapping | Concrete class to implement circular buffers with mmap and shm_open |
gr_vmcircbuf_createfilemapping_factory | Concrete factory for circular buffers built using mmap and shm_open |
gr_vmcircbuf_factory | Abstract factory for creating circular buffers |
gr_vmcircbuf_mmap_shm_open | Concrete class to implement circular buffers with mmap and shm_open |
gr_vmcircbuf_mmap_shm_open_factory | Concrete factory for circular buffers built using mmap and shm_open |
gr_vmcircbuf_mmap_tmpfile | Concrete class to implement circular buffers with mmap and shm_open |
gr_vmcircbuf_mmap_tmpfile_factory | Concrete factory for circular buffers built using mmap and shm_open |
gr_vmcircbuf_sysconfig | |
gr_vmcircbuf_sysv_shm | Concrete class to implement circular buffers with mmap and shm_open |
gr_vmcircbuf_sysv_shm_factory | Concrete factory for circular buffers built using mmap and shm_open |
gri_agc2_cc | High performance Automatic Gain Control class |
gri_agc2_ff | High performance Automatic Gain Control class with attack and decay rate |
gri_agc_cc | High performance Automatic Gain Control class |
gri_agc_ff | High performance Automatic Gain Control class |
gri_fft_complex | FFT: complex in, complex out |
gri_fft_real_fwd | FFT: real in, complex out |
gri_fft_real_rev | FFT: complex in, float out |
gri_goertzel | Implements Goertzel single-bin DFT calculation |
gri_iir< i_type, o_type, tap_type > | Base class template for Infinite Impulse Response filter (IIR) |
gri_lfsr_15_1_0 | Linear Feedback Shift Register using primitive polynomial x^15 + x + 1 |
gri_lfsr_32k | Generate pseudo-random sequence of length 32768 bits |
gri_log_poster | |
gri_logger | Non-blocking logging to a file |
gri_mmse_fir_interpolator | Compute intermediate samples between signal samples x(k*Ts) |
gri_mmse_fir_interpolator_cc | Compute intermediate samples between signal samples x(k*Ts) |
gsm_fr_decode_ps | GSM 06.10 Full Rate Vocoder Decoder |
gsm_fr_encode_sp | GSM 06.10 Full Rate Vocoder Encoder shorts in; 33 byte packets out |
gsm_state | |
i2c | Abstract class for controlling i2c bus |
i2c_bbio | Abstract class that implements bit banging i/o for i2c bus |
i2c_bbio_pp | Concrete class that bit bangs eval board i2c bus using parallel port |
i2c_bitbang | Class for controlling i2c bus |
interleaver | INTERLEAVER class |
std::less< PyObject * > | |
std::less< swig::PyObject_ptr > | |
std::less< swig::PyObject_var > | |
md5_ctx | |
microtune_4702 | Class for controlling microtune 4702 tuner module |
microtune_4702_eval_board | Control microtune 4702 eval board |
microtune_4937 | Class for controlling microtune 4937 tuner module |
microtune_4937_eval_board | Control microtune 4937 eval board |
microtune_xxxx | Abstract class for controlling microtune {4937,4702} tuner modules |
microtune_xxxx_eval_board | Abstract class for controlling microtune xxxx eval board |
mld_condition_t | |
mld_mutex_t | |
mld_thread_t | |
swig::noconst_traits< Type > | |
swig::noconst_traits< const Type > | |
omni_condition | |
omni_mutex | |
omni_mutex_lock | |
omni_semaphore | |
omni_semaphore_lock | |
omni_thread | |
omni_thread::omni_thread::ensure_self | |
omni_thread::omni_thread::init_t | |
omni_thread::omni_thread::value_t | |
omni_thread_dummy | |
omni_thread_fatal | |
omni_thread_invalid | |
option | |
swig::pointer_category | |
ppio | Abstract class that provides low level access to parallel port bits |
ppio_ppdev | Access to parallel port bits using the linux ppdev interface |
swig::PyObject_ptr | |
swig::PyObject_var | |
swig::PySequence_ArrowProxy< T > | |
swig::PySequence_Cont< T > | |
swig::PySequence_InputIterator< T, Reference > | |
swig::PySequence_Ref< T > | |
PySwigClientData | |
swig::PySwigIterator | |
swig::PySwigIterator_T< OutIterator > | |
swig::PySwigIteratorClosed_T< OutIterator, ValueType, FromOper > | |
swig::PySwigIteratorOpen_T< OutIterator, ValueType, FromOper > | |
PySwigObject | |
PySwigPacked | |
qa_ccomplex_dotprod_x86 | |
qa_complex_dotprod_x86 | |
qa_filter | Collect all the tests for the gr directory |
qa_float_dotprod_x86 | |
qa_general | Collect all the tests for the gr directory |
qa_gr_block | |
qa_gr_buffer | |
qa_gr_circular_file | |
qa_gr_fir_ccc | |
qa_gr_fir_ccf | |
qa_gr_fir_fcc | |
qa_gr_fir_fff | |
qa_gr_fir_scc | |
qa_gr_firdes | |
qa_gr_fxpt | |
qa_gr_fxpt_nco | |
qa_gr_fxpt_vco | |
qa_gr_io_signature | |
qa_gr_vmcircbuf | |
qa_gri_mmse_fir_interpolator | |
qa_runtime | Collect all the tests for the runtime directory |
rs | |
s_both< T > | |
s_buffer | |
s_node< T > | |
sched_param | |
sdr_1000_base | Very low level interface to SDR 1000 xcvr hardware |
boost::shared_ptr< T > | Shared_ptr documentation stub |
swig::stop_iteration | |
swig_cast_info | |
swig_const_info | |
swig_globalvar | |
swig_module_info | |
swig_type_info | |
swig_varlinkobject | |
SwigDirector_feval_cc | |
SwigDirector_feval_dd | |
SwigDirector_feval_ll | |
SwigDirector_gr_prefs | |
timespec | |
swig::traits< Type > | |
swig::traits< boost::shared_ptr< gr_block > > | |
swig::traits< double > | |
swig::traits< float > | |
swig::traits< int > | |
swig::traits< PyObject * > | |
swig::traits< short > | |
swig::traits< std::complex< float > > | |
swig::traits< std::vector< boost::shared_ptr< gr_block >, std::allocator< boost::shared_ptr< gr_block > > > > | |
swig::traits< std::vector< double, std::allocator< double > > > | |
swig::traits< std::vector< float, std::allocator< float > > > | |
swig::traits< std::vector< int, std::allocator< int > > > | |
swig::traits< std::vector< short, std::allocator< short > > > | |
swig::traits< std::vector< std::complex< float >, std::allocator< std::complex< float > > > > | |
swig::traits< std::vector< unsigned char, std::allocator< unsigned char > > > | |
swig::traits< Type * > | |
swig::traits< unsigned char > | |
swig::traits_as< Type, Category > | |
swig::traits_as< Type *, pointer_category > | |
swig::traits_as< Type, pointer_category > | |
swig::traits_as< Type, value_category > | |
swig::traits_asptr< Type > | |
swig::traits_asptr< std::vector< T > > | |
swig::traits_asptr_stdseq< Seq, T > | |
swig::traits_asval< Type > | |
swig::traits_asval< double > | |
swig::traits_asval< float > | |
swig::traits_asval< int > | |
swig::traits_asval< PyObject * > | |
swig::traits_asval< short > | |
swig::traits_asval< std::complex< float > > | |
swig::traits_asval< Type * > | |
swig::traits_asval< unsigned char > | |
swig::traits_check< Type, Category > | |
swig::traits_check< PyObject *, value_category > | |
swig::traits_check< Type, pointer_category > | |
swig::traits_check< Type, value_category > | |
swig::traits_from< Type > | |
swig::traits_from< const Type * > | |
swig::traits_from< double > | |
swig::traits_from< float > | |
swig::traits_from< int > | |
swig::traits_from< PyObject * > | |
swig::traits_from< short > | |
swig::traits_from< std::complex< float > > | |
swig::traits_from< std::vector< T > > | |
swig::traits_from< Type * > | |
swig::traits_from< unsigned char > | |
swig::traits_from_ptr< Type > | |
swig::traits_from_stdseq< Seq, T > | |
swig::traits_info< Type > | |
trellis_encoder_bb | Convolutional encoder |
trellis_encoder_bi | Convolutional encoder |
trellis_encoder_bs | Convolutional encoder |
trellis_encoder_ii | Convolutional encoder |
trellis_encoder_si | Convolutional encoder |
trellis_encoder_ss | Convolutional encoder |
trellis_metrics_c | Evaluate metrics for use by the Viterbi algorithm |
trellis_metrics_f | Evaluate metrics for use by the Viterbi algorithm |
trellis_metrics_i | Evaluate metrics for use by the Viterbi algorithm |
trellis_metrics_s | Evaluate metrics for use by the Viterbi algorithm |
trellis_permutation | Permutation |
trellis_siso_combined_f | |
trellis_siso_f | |
trellis_viterbi_b | |
trellis_viterbi_combined_b | |
trellis_viterbi_combined_i | |
trellis_viterbi_combined_s | |
trellis_viterbi_i | |
trellis_viterbi_s | |
usb_dev_handle | |
usrp1_sink_base | Abstract interface to Universal Software Radio Peripheral Tx path (Rev 1) |
usrp1_sink_c | Interface to Universal Software Radio Peripheral Tx path (Rev 1) |
usrp1_sink_s | Interface to Universal Software Radio Peripheral Tx path (Rev 1) |
usrp1_source_base | Abstract interface to Universal Software Radio Peripheral Rx path (Rev 1) |
usrp1_source_c | Interface to Universal Software Radio Peripheral Rx path (Rev 1) |
usrp1_source_s | Interface to Universal Software Radio Peripheral Rx path (Rev 1) |
usrp_basic | Base class for usrp operations |
usrp_basic_rx | Class for accessing the receive side of the USRP |
usrp_basic_tx | Class for accessing the transmit side of the USRP |
usrp_dboard_eeprom | |
usrp_local_sighandler | Get and set signal handler |
usrp_signal | Representation of signal |
usrp_standard_common | |
usrp_standard_rx | Standard usrp RX class |
usrp_standard_tx | Standard usrp TX class |
swig::value_category | |
std::vector< T > | Vector documentation stub |
video_sdl_sink_s | Video sink using SDL |
video_sdl_sink_uc | Video sink using SDL |
xmm_register | |
xmm_regs |