gnuradio.wavelet

Processing blocks for wavelet transforms.

gnuradio.wavelet.squash_ff(pmt_vector_float igrid, pmt_vector_float ogrid) → sptr

Implements cheap resampling of spectrum directly from spectral points, using gsl interpolation.

Constructor Specific Documentation:

Parameters:
  • igrid
  • ogrid
squash_ff_sptr.active_thread_priority(self) → int
squash_ff_sptr.set_thread_priority(self, int priority) → int
squash_ff_sptr.thread_priority(self) → int
gnuradio.wavelet.wavelet_ff(int size = 1024, int order = 20, bool forward = True) → sptr

Compute wavelet transform using gsl routines.

Constructor Specific Documentation:

Parameters:
  • size
  • order
  • forward
wavelet_ff_sptr.active_thread_priority(self) → int
wavelet_ff_sptr.set_thread_priority(self, int priority) → int
wavelet_ff_sptr.thread_priority(self) → int
gnuradio.wavelet.wvps_ff(int ilen) → sptr

computes the Wavelet Power Spectrum from a set of wavelet coefficients

Constructor Specific Documentation:

Parameters:ilen
wvps_ff_sptr.active_thread_priority(self) → int
wvps_ff_sptr.set_thread_priority(self, int priority) → int
wvps_ff_sptr.thread_priority(self) → int

Previous topic

gnuradio.trellis

Next topic

gnuradio.fft

This Page