Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | Fixes other uses of channel model to always have negative or zero | Alick Zhao | |
seed for noise source, matching the documentation update in 0d6871b3. | |||
2012-07-15 | digital: adding BER/SNR simulation example. | Martin Braun | |
2012-07-15 | digital: removing unused parameter from DPSK demod GRC block. | Martin Braun | |
2012-07-08 | digital: fix for FLL block; uses actual FIR filter. | Hendrik van Wyk | |
This should work much more efficiently and also appears to fix issue 463. | |||
2012-07-08 | digital: fixes the digital demod GRC examples after last updates to gr-digital. | Martin Braun | |
2012-07-08 | digital: fixes DxPSK mod/demod to use right API. | Martin Braun | |
2012-07-08 | digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude. | Martin Braun | |
2012-07-08 | digital: adding a GFSK mod/demodulator. | Wayne Roberts | |
Includes GRC files and an example in gr-digital/examples/demod | |||
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan 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-06-16 | digital: fixed use of gray code in digital mod/demod GRC files. | Tom Rondeau | |
2012-06-14 | digital: fixed typo with gray code setting in GRC's QAM demodulator. | Tom Rondeau | |
2012-06-07 | fixed copyright dates. | Tom Rondeau | |
2012-06-07 | Some really minor nits. | Tom Rondeau | |
2012-06-06 | Block Modifications: | Tim O'Shea | |
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes Cleanup of incorrect forecast behavior Make the flag port optional, incase external preamble triggers are preferred to in-band gr_vector_source: added set_data( data ) and rewind() public methods gr_head: added set_length(int) method to modify head length New Blocks Added: gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n) gr_pack_k_bits: Complementary block fo gr_unpack_k_bits gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through | |||
2012-05-21 | Merge branch 'sphinxdocs' | Tom Rondeau | |
2012-05-20 | docs: fixing up docs from sphinx warnings. | Tom Rondeau | |
2012-05-15 | digital: these classes are part of the digital library | Josh Blum | |
2012-04-24 | digital: added GRC file for chunks_to_symbols block. | Tom Rondeau | |
2012-04-24 | digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵ | Tom Rondeau | |
use this one. | |||
2012-04-24 | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | |
2012-04-23 | docs: adding documentation for new gr-digital blocks. | Tom Rondeau | |
2012-04-23 | digital: copying over rest of blocks from gnuradio-core to gr-digital. | Tom Rondeau | |
Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility. | |||
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
2012-04-19 | Merge branch 'maint' | Tom Rondeau | |
2012-04-19 | digital: fixed miscalculation of symbol rate in digital_bert_rx. | Tom Rondeau | |
2012-04-15 | Merge branch 'maint' | Tom Rondeau | |
2012-04-15 | digital: fix QA for constellation to always reset the seed for deterministic ↵ | Ben Reynwar | |
tests. | |||
2012-04-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-14 | digital: make seed value unambiguous | Martin Braun | |
2012-04-13 | digital: updated BER test recever to use new SNR probe in digital. | Tom Rondeau | |
2012-04-05 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/grc/Makefile.am | |||
2012-04-05 | digital: added GRC files for new MPSK SNR estimator and probe. | Tom Rondeau | |
2012-04-03 | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. | |||
2012-04-03 | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | |
Conflicts: CMakeLists.txt | |||
2012-04-03 | examples: Reworked locations and installation of examples. | Tom Rondeau | |
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. | |||
2012-04-01 | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | |
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | |||
2012-03-27 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-27 | Merge branch 'ch_bw' | Tom Rondeau | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | |||
2012-03-19 | digital: in narrowband examples, added the ability to change the channel ↵ | Tom Rondeau | |
bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals. | |||
2012-03-17 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_gruel.m4 | |||
2012-03-17 | digital: fix constellation __repr__ for Python swig only | Johnathan Corgan | |
2012-03-10 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-10 | Merge remote branch 'benreynwar/maint' | Tom Rondeau | |
2012-03-09 | Adding __repr__ to constellations. | Ben Reynwar | |
2012-02-27 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-27 | Merge branch 'maint' | Tom Rondeau | |
2012-02-27 | Merge remote-tracking branch 'benreynwar/maint' into maint | Tom Rondeau | |