summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-08digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.Martin Braun
2012-07-08digital: adding a GFSK mod/demodulator.Wayne Roberts
Includes GRC files and an example in gr-digital/examples/demod
2012-07-08Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f'Tom Rondeau
2012-07-07Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
2012-07-07blocks: added gr::blocks::keep_one_in_nJohnathan Corgan
2012-07-06blocks: added gr::blocks::interleaveJohnathan Corgan
2012-07-05blocks: added gr::blocks::deinterleaveJohnathan Corgan
2012-07-04volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*Josh Blum
2012-07-04volk: fix volk_32f_x2_dot_prod_32f_u_sse tail caseJosh Blum
2012-07-04blocks: added gr::blocks::xor_XX (bb ss ii)Johnathan Corgan
2012-07-04blocks: added gr::blocks::or_XX (bb ss ii)Johnathan Corgan
2012-07-03blocks: apply swig fixJohnathan Corgan
2012-07-03Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-03Merge branch 'maint'Johnathan Corgan
2012-07-03volk: don't initialize phase in rotatorJohnathan Corgan
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03cmake: minor tweaks to GrSwig.cmakeJosh Blum
Added a custom print for docstring generation Removed unused output line from custom command
2012-07-03core: moved VMCIRCBUF related code to runtimeJosh Blum
This build stuff should not be at the top level.
2012-07-03Force swig compile ordering in gnuradio-coreJosh Blum
2012-07-03docs: remove redundant retries from swig_doc.pyJosh Blum
With proper build dependencies, it should not be needed.
2012-07-03swig: use add_custom_target for swig docs dependencyJosh Blum
This seems to fix the build dependency issue where generation gets called multiple times and steps on itself.
2012-07-03swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan
I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
2012-07-03swig: added additional swig dependencies gruel/coreJohnathan Corgan
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03core: added general_generated to swig depsJosh Blum
We generate the docs so its important that the docs see this header generated first.
2012-07-03blocks: added gr::blocks::not_XX (bb ss ii)Johnathan Corgan
2012-07-02blocks: added gr::blocks::and_const_XX (bb ss ii)Johnathan Corgan
2012-07-02blocks: added gr::blocks::add_XX (bb ss ii)Johnathan Corgan
2012-07-01Merge remote branch 'jblum-github/python_blocks2' into masterJohnathan Corgan
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i
2012-07-01blocks: added gr::blocks::nlog10_ffJohnathan Corgan
2012-06-30blocks: aded gr::blocks::multiply_conjugate_ccJohnathan Corgan
2012-06-29Merge remote branch 'jblum-github/uhd_wip'Johnathan Corgan
2012-06-29Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-29Merge branch 'maint'Johnathan Corgan
2012-06-29audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdrJosh Blum
The previous one didnt seem to be set by the build system. Perhaps this was lost in the transition to CMake?
2012-06-29blocks: added gr::blocks::integrate_XX with ss ii ff ccJohnathan Corgan
2012-06-29blocks: added gr::blocks::conjugate_ccJohnathan Corgan
2012-06-28core: fix for gri wave byteswappingJosh Blum
Sorry guys, I misunderstood the comments. Wave data is specifically in little endian format. Therefore we should only be swapping on big endian machines. Since systems only provide network endian macros: The following commit provides a cross platform byteswap and macros for host to/from worknet short and long.
2012-06-28blocks: added gr::blocks::uchar_to_floatJohnathan Corgan
2012-06-28blocks: added gr::blocks::short_to_floatJohnathan Corgan
2012-06-28blocks: added gr::blocks::short_to_charJohnathan Corgan
2012-06-27blocks: added gr::blocks::interleaved_short_to_complexJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_intJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_ucharJohnathan Corgan
2012-06-26blocks: added gr::blocks::float_to_shortJohnathan Corgan
2012-06-25volk: replace (__m128) with volk cast for portabilityJosh Blum
2012-06-25blocks: added gr::blocks::float_to_intJohnathan Corgan
2012-06-24blocks: added gr::blocks::float_to_complexJohnathan Corgan
2012-06-24blocks: added gr::blocks::float_to_charJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_argJohnathan Corgan
2012-06-23blocks: added gr::blocks::complex_to_mag_squaredJohnathan Corgan