|
| class | gr::feval_dd |
| | base class for evaluating a function: double -> doubleThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. More...
|
| |
| class | gr::feval_cc |
| | base class for evaluating a function: complex -> complexThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. More...
|
| |
| class | gr::feval_ll |
| | base class for evaluating a function: long -> longThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. More...
|
| |
| class | gr::feval |
| | base class for evaluating a function: void -> voidThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. More...
|
| |
| class | gr::feval_p |
| | base class for evaluating a function: pmt -> voidThis class is designed to be subclassed in Python or C++ and is callable from both places. It uses SWIG's "director" feature to implement the magic. More...
|
| |
| class | gr::fxpt |
| | fixed point sine and cosine and friends.fixed pt radians More...
|
| |
| class | gr::fxpt_nco |
| | Numerically Controlled Oscillator (NCO) More...
|
| |
| class | gr::fxpt_vco |
| | Voltage Controlled Oscillator (VCO) More...
|
| |
| class | gr::message |
| | Message class. More...
|
| |
| class | gr::msg_queue |
| | thread-safe message queue More...
|
| |
| class | gr::nco< o_type, i_type > |
| | base class template for Numerically Controlled Oscillator (NCO) More...
|
| |
| class | gr::prefs |
| | Base class for representing user preferences a la windows INI files.The real implementation is in Python, and is accessible from C++ via the magic of SWIG directors. More...
|
| |
| class | gr::blocks::lfsr_15_1_0 |
| | Linear Feedback Shift Register using primitive polynomial x^15 + x + 1. More...
|
| |
| class | gr::blocks::lfsr_32k |
| | generate pseudo-random sequence of length 32768 bits. More...
|
| |
| class | gr::digital::lfsr |
| | Fibonacci Linear Feedback Shift Register using specified polynomial mask. More...
|
| |
| class | gr::fft::fft_complex |
| | FFT: complex in, complex out. More...
|
| |
| class | gr::fft::fft_real_fwd |
| | FFT: real in, complex out. More...
|
| |
| class | gr::fft::fft_real_rev |
| | FFT: complex in, float out. More...
|
| |
| class | gr::fft::goertzel |
| | Implements Goertzel single-bin DFT calculation. More...
|
| |
| class | gr::wavelet::squash_ff |
| | Implements cheap resampling of spectrum directly from spectral points, using gsl interpolation. More...
|
| |