Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | gr-digital: getting rid of warnings from costas loop block. | Tom Rondeau | |
2011-04-06 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-04-04 | pfb: fixed documentation for PFB-based clock sync. | Tom Rondeau | |
2011-04-01 | build: updating Makefiles for newer linker requirements. | Tom Rondeau | |
2011-03-30 | build: add missing linker defines for Win32 | Don Ward | |
2011-03-30 | build: update config.guess and config.sub from canonical source | Johnathan Corgan | |
In volk, these are now actual files instead of symlinks | |||
2011-03-30 | usrp: cleanup misc usage | Don Ward | |
2011-03-30 | volk: fix missing Boost flags | Don Ward | |
2011-03-29 | Merge remote branch 'jblum/wip/gr_block_pure_virtual' | Johnathan Corgan | |
* 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) | |||
2011-03-29 | Merge remote branch 'jblum/wip/throttle' | Johnathan Corgan | |
* 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) | |||
2011-03-29 | gr-digital: restructured Costas loop to be specified in terms of the damping ↵ | Tom Rondeau | |
factor and natural frequency instead of randomly setting the gains. Much more robust in simulation. | |||
2011-03-28 | gr-digital: adding GRC components for Costas loop. | Tom Rondeau | |
2011-03-28 | gr-digital: adding QA code for Costas loop block. | Tom Rondeau | |
2011-03-28 | gr-digital: renaming block to avoid name collision with stuff in gnuradio-core. | Tom Rondeau | |
2011-03-28 | digital: fixing up build structure. Compiles now. | Tom Rondeau | |
2011-03-28 | digital: configuration files for building gr_digital | Tom Rondeau | |
2011-03-28 | pager: fixed naming in PC file. | Tom Rondeau | |
2011-03-28 | gr-digital: adding a new top-level block for digital comms work. | Tom Rondeau | |
2011-03-28 | audio: added missing header to Makefile. | Tom Rondeau | |
2011-03-28 | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | |
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed. | |||
2011-03-28 | audio: cleanup audio source/sink with virtual inheritance | Josh Blum | |
The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed. | |||
2011-03-28 | runtime: changes to block headers to allow pure virtual sub-classes (interfaces) | Josh Blum | |
2011-03-28 | throttle: cleanup conditional code and reimplement with boost posix time | Josh Blum | |
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. | |||
2011-03-28 | runtime: changes to block headers to allow pure virtual sub-classes (interfaces) | Josh Blum | |
2011-03-28 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-03-28 | audio: fixing class typo for OSX audio driver. | Tom Rondeau | |
2011-03-28 | audio: re-adding circular_buffer.h for OSX build. | Tom Rondeau | |
2011-03-28 | volk: adding BOOST_CPPFLAGS to volk to use boost unit tests. | Tom Rondeau | |
2011-03-26 | gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping. | Tom Rondeau | |
2011-03-26 | Merge branch 'qwt4' | Tom Rondeau | |
2011-03-26 | gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵ | Tom Rondeau | |
segfault can be found. | |||
2011-03-26 | gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ↵ | Tom Rondeau | |
only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory. | |||
2011-03-26 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-03-26 | Adding phase detector in Costas loop for 8PSK. | Tom Rondeau | |
2011-03-25 | Merge branch 'filtdesign' | Tom Rondeau | |
2011-03-25 | gr-utils: more error checking on filter designer. | Tom Rondeau | |
2011-03-25 | gr-utils: adding save/open capabilities to equiripple filters. Also added ↵ | Tom Rondeau | |
some error checking on opening and saving files. | |||
2011-03-25 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-03-25 | Fixing missing include files and various other patches for Windows build issues. | Don Ward | |
2011-03-22 | audio: moved audio docs to gr-audio and fix comments | Josh Blum | |
2011-03-20 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-03-18 | gr-utils: handling parameters and GUI updates when loading filters from ↵ | Tom Rondeau | |
file. Only for windowed filters. | |||
2011-03-17 | gr-utils: refactoring design parameters from 'design' to 'params' to not ↵ | Tom Rondeau | |
conflict with design function. | |||
2011-03-17 | gr-utils: way to break something you just fixed a few days ago... | Tom Rondeau | |
2011-03-17 | gr-utils: Adding save and open actions to filter designer. | Tom Rondeau | |
2011-03-16 | howto: updated ignores | Johnathan Corgan | |
2011-03-16 | build: updated version to 3.4.0git | Johnathan Corgan | |
2011-03-16 | Merge remote branch 'gnuradio/next' | Johnathan Corgan | |
* gnuradio/next: (806 commits) gruel: added missing ignores gruel: fixed swig interface file to dereference pmt_t. qtgui: fix distcheck error gruel: fixing structure. Passes make check. gruel: SWIGing Gruel into Python to access PMTs. gnuradio-examples: add C++ audio examples using new gr-audio created gruel/attributes.h to house compiler specific attribute macros audio: remove obsoleted individual top-level components gr-audio: added README and default config fix volk: simplify the get new method for the aligned pool grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc grc: swap store the subprocess object rather than the pid when executing qtgui: removed python directory that was added, never used uhd: use %ignore to hide warnings and fix errors Added/updated ignore files. Fixing gr_filter_design program to import from gnuradio Python package. audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py ... | |||
2011-03-15 | gruel: added missing ignores | Johnathan Corgan | |
2011-03-15 | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | |