Age | Commit message (Collapse) | Author |
|
constellation.
|
|
|
|
|
|
|
|
|
|
Conflicts:
gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
gr-audio-oss/src/Makefile.swig.gen
gr-audio/swig/Makefile.swig.gen
|
|
kurtosis. Does not work yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added protection from exploding error calcs by clipping.
|
|
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In volk, these are now actual files instead of symlinks
|
|
|
|
|
|
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audio source/sink with virtual inheritance
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
* jblum/wip/throttle:
throttle: cleanup conditional code and reimplement with boost posix time
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
factor and natural frequency instead of randomly setting the gains. Much more robust in simulation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been removed.
|
|
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.
|
|
|
|
This greatly cleans up gr_throttle and moves the implementation into the .cc file.
The implementation uses boost's posix time library so it will work on all systems.
Also added set_sample_rate() method and support for callback in grc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
segfault can be found.
|
|
only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
|
|
|