83773701d0
## [3.7.13.3] - 2018-06-13 ### Fixed #### Project Scope - For non-C++11 compilers, the new cstdint include doesn't work out; conditionalized it. ## [3.7.13.2] - 2018-05-31 ### Fixed #### Project Scope - Actually bumped version in CMakeLists.txt to 3.7.13.2; the 3.7.13.1 tag was tagged off-branch; maintainer failure to simultaneously push a commit that raises the internal version number to 3.7.14.0: this had to be reverted ASAP. ## [3.7.13.1] - 2018-05-31 ### Fixed #### Project Scope - Actually bumped version in CMakeLists.txt ## [3.7.13.0] - 2018-05-31 ### Fixed #### Project Scope - `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her - CMake: using regex to match compiler against "Clang" now enables correct build on OS X #### GRC - Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps #### gr-blocks - `float_array_to_int`: int32 limits were wrongly hardcoded. - Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case ## [3.7.12.0] - 2018-04-01 ### Software Engineering - Changed Changelog format - Introducing Semantic Versioning - Change of development model: Rather than merging bugfixes to maint, merging maint to master, and next, if applicable, we'll be moving forward more in a typical management model: Development happens on master, and bugfixes are cherrypicked onto the maint-${RELEASE} branch. More info: http://lists.gnu.org/archive/html/discuss-gnuradio/2018-02/msg00133.html - First attempt at having a .clang-format file to improve code contribution style quality. This is Work In Progress. ### Fixed #### Project Scope - Buildability on systems where custom CMake command would try to find "" (empty string) as executable - Buildable with C++11 compilers (though deprecation warning-rich, due to `unique_ptr`) - several previously improperly handled include directories now actually included in individual lib/CMakeLists - Unit test/QA now parallelizable - Logger works with log4cpp <= 1.1.2 both in and out of tree - Python linkage under MinGW64 - Documentation Directory now uniformly "docs/" (instead of sometimes "doc/") - `log` vs `logf` performance bugs - on-time `pmt::mp("string")` calls (instead of cached PMTs) performance bug - Doxygen build now reproducible #### GRC - Dialogs' parent windows - Embedded Python Blocks now work in hierarchical GRC flow graphs #### gnuradio-runtime - `random.h`: Uniform integer Generation depended on Boost version > min version - `random.h`: time-dependency when seeding with `0` replaced with actual standard seed - block startup now synchronized via barrier - New tag propagation policy "custom" for own implementation - `get_tags_in_range` used `v.resize(0)` to clear vectors, which lead to unnecessary memory reallocations - `logger_ptr` now always a pointer, no matter whether logging is enabled; fixes heap corruption bug - `buffer[_reader]_sptr` superfluous grab/release performance bug - BSD threading and shared mem compatibility - PMT: `equal()` comparison #### gr-utils - Sorted files in `gr_modtool` makexml processing, leading to improved reproducibility of builds #### gr-audio - OS X: memcpy bug - OS X: debug mode - Non-Linux ALSA compatibibilty #### gr-analog - `fmdet_cf` now has GRC file - `fastnoise_source`: non-threadsafe `libc` `rand()` replaced by XOROSHIRO128+ #### gr-blocks - `simple_copy` Ctrlport example - Metadata sink/source not closing file on `close()` - `multiply_matrix` formerly used "magic int" value where its API expected enum (and that int wasn't covered) - TCP connection ASIO bug - `tags_strobe`: superfluous tags addition - `vector_sink`: multithreading hazards on `data` access - `tuntap_pdu`: MTU-sized IP packet reception - `socket_pdu`: Garbage Collect closed TCP connections #### gr-channels - IQ imbalance block formula now mathematically correct now mathematically correct - `selective_fading_model`: proper scaling of path length #### gr-digital - `additive_scrambler_bb`: tag triggered reset - `stream_to_tagged_stream`: tag offset after `unlock()` - `blks2/packet.py`: Flushing for small packets - `interpolating_resampler`: GCC 4.0 compile error - `constellation`: 16QAM demapper was wrong for one constellation point - `chunks_to_symbols`: mutex-guard LUT against modification during use - MSVC compatibility throug `and` -> `&&` etc - `crc32_bb`: handle unpacked bytes correctly - `ofdm_carrier_allocator`: catching wrong allocations instead of crashing #### gr-dtv - All examples now are installed - DVB-T2: Removed L1 post scrambling in spec v1.1.1 mode #### gr-fcd - Building on non-Linux systems - Extended symbol bug in Reed-Solomon encoder - DVB-T Cell identifier #### gr-fcd - Building on non-Linux systems #### gr-fec - `channel_construction.py`: return int frozen bit output - `GSL_LDFLAGS` propagation - `polar_decoder` used to be flaky #### gr-fft - locking of fftw wisdom - `window.cc`: removed NaN due to FP math - compilation under MinGW - `logpwrfft.py` reference scaling integer division bug #### gr-filter - Simpson's rule code removed in favor of GSL call #### gr-qtgui - Time sink: Segfault with tag trigger #### gr-uhd - Antenna selection in UHD apps - `uhd_fft` scalar gain-capability - Device selection for multi-device operations in UHD apps - TX streamer creation #### gr-zeromq - Multi-part messages reception ### Added #### Project Scope - Ninja (https://ninja-build.org) now a supported build system #### gnuradio-runtime - Python can now get `gr.WORK_CALLED_PRODUCE` and `gr.DONE` #### gr-utils - `gr_modtool`: Autocompletion, line editing - `gr_modtool`: `copyrightholder` option #### GRC - "Create Duplicate" - "Save a copy" - BokehGUI #### gr-blocks - New `tag_share` block: take tags from one two input streams to one output stream - `tag_gate`: tag filtering - `file_source`: configurable `file_begin` stream tag - `moving_average`: Vector mode (with element-wise MA) - `plateau_detector`: threshold get/set #### gr-digital - `costas_loop_cc`: Optional loop variable outputs - New `correlate_access_code_tag` block - `glfsr` exposed through Python #### gr-dtv - 256QAM mode for ITU-T J.83B transmitter #### gr-fec - negative Polynomials in `cc_encoder` #### gr-filter - `symbol_sync_{cc|ff}` #### gr-uhd - `uhd_app.py`: selectable time/clock sources - make `recv()` call's timeout parameterizable - message-based RX tuning through sink, TX through source ### Changed #### Project Scope - VOLK version requirement: 1.4.0 - Minimal required SWIG version now 2.0.4 - GSL optional dependency - Threw out completely unused `gr_??int` types - Doxygen build no longer contains timestamps - Doxygen build now reproducible - Though factually before, now officially include ZeroMQ and Sphinx as optional dependencies in docs #### gnuradio-runtime - Python gateway allows variable number of ports #### gr-utils - `gr_modtool`: Block template now uses `numpy.float32` instead of float. 32bit float is actually the default GNU Radio type.e. #### gr-blocks - `vector_sink` can preallocate memory for desired amount of items #### gr-digital - `header_format_default` now sps>1-capable - `correlate_acces_code` uses `GR_LOG` #### gr-uhd - `uhd_fft`: respect `lo_offset` in `set_bandwidth` - `usrp_source`: freq tag now actually reflects last set frequency, even on multiple channels #### gr-qtgui - Labels: now with 98.121212388% improved floating point formatting - Time Sink: Stem plot option exposed ### Deprecated #### gnuradio-runtime - `gr::sys_pri`
368 lines
18 KiB
Text
368 lines
18 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2018/07/16 07:55:22 mef Exp $
|
|
include/gnuradio/digital/additive_scrambler_bb.h
|
|
include/gnuradio/digital/api.h
|
|
include/gnuradio/digital/binary_slicer_fb.h
|
|
include/gnuradio/digital/burst_shaper_cc.h
|
|
include/gnuradio/digital/burst_shaper_ff.h
|
|
include/gnuradio/digital/chunks_to_symbols_bc.h
|
|
include/gnuradio/digital/chunks_to_symbols_bf.h
|
|
include/gnuradio/digital/chunks_to_symbols_ic.h
|
|
include/gnuradio/digital/chunks_to_symbols_if.h
|
|
include/gnuradio/digital/chunks_to_symbols_sc.h
|
|
include/gnuradio/digital/chunks_to_symbols_sf.h
|
|
include/gnuradio/digital/clock_recovery_mm_cc.h
|
|
include/gnuradio/digital/clock_recovery_mm_ff.h
|
|
include/gnuradio/digital/cma_equalizer_cc.h
|
|
include/gnuradio/digital/constellation.h
|
|
include/gnuradio/digital/constellation_decoder_cb.h
|
|
include/gnuradio/digital/constellation_receiver_cb.h
|
|
include/gnuradio/digital/constellation_soft_decoder_cf.h
|
|
include/gnuradio/digital/corr_est_cc.h
|
|
include/gnuradio/digital/correlate_access_code_bb.h
|
|
include/gnuradio/digital/correlate_access_code_bb_ts.h
|
|
include/gnuradio/digital/correlate_access_code_ff_ts.h
|
|
include/gnuradio/digital/correlate_access_code_tag_bb.h
|
|
include/gnuradio/digital/correlate_access_code_tag_ff.h
|
|
include/gnuradio/digital/correlate_and_sync_cc.h
|
|
include/gnuradio/digital/costas_loop_cc.h
|
|
include/gnuradio/digital/cpmmod_bc.h
|
|
include/gnuradio/digital/crc32.h
|
|
include/gnuradio/digital/crc32_async_bb.h
|
|
include/gnuradio/digital/crc32_bb.h
|
|
include/gnuradio/digital/descrambler_bb.h
|
|
include/gnuradio/digital/diff_decoder_bb.h
|
|
include/gnuradio/digital/diff_encoder_bb.h
|
|
include/gnuradio/digital/diff_phasor_cc.h
|
|
include/gnuradio/digital/fll_band_edge_cc.h
|
|
include/gnuradio/digital/framer_sink_1.h
|
|
include/gnuradio/digital/glfsr.h
|
|
include/gnuradio/digital/glfsr_source_b.h
|
|
include/gnuradio/digital/glfsr_source_f.h
|
|
include/gnuradio/digital/hdlc_deframer_bp.h
|
|
include/gnuradio/digital/hdlc_framer_pb.h
|
|
include/gnuradio/digital/header_buffer.h
|
|
include/gnuradio/digital/header_format_base.h
|
|
include/gnuradio/digital/header_format_counter.h
|
|
include/gnuradio/digital/header_format_crc.h
|
|
include/gnuradio/digital/header_format_default.h
|
|
include/gnuradio/digital/header_format_ofdm.h
|
|
include/gnuradio/digital/header_payload_demux.h
|
|
include/gnuradio/digital/interpolating_resampler_type.h
|
|
include/gnuradio/digital/kurtotic_equalizer_cc.h
|
|
include/gnuradio/digital/lfsr.h
|
|
include/gnuradio/digital/lms_dd_equalizer_cc.h
|
|
include/gnuradio/digital/map_bb.h
|
|
include/gnuradio/digital/metric_type.h
|
|
include/gnuradio/digital/modulate_vector.h
|
|
include/gnuradio/digital/mpsk_receiver_cc.h
|
|
include/gnuradio/digital/mpsk_snr_est.h
|
|
include/gnuradio/digital/mpsk_snr_est_cc.h
|
|
include/gnuradio/digital/msk_timing_recovery_cc.h
|
|
include/gnuradio/digital/ofdm_carrier_allocator_cvc.h
|
|
include/gnuradio/digital/ofdm_chanest_vcvc.h
|
|
include/gnuradio/digital/ofdm_cyclic_prefixer.h
|
|
include/gnuradio/digital/ofdm_equalizer_base.h
|
|
include/gnuradio/digital/ofdm_equalizer_simpledfe.h
|
|
include/gnuradio/digital/ofdm_equalizer_static.h
|
|
include/gnuradio/digital/ofdm_frame_acquisition.h
|
|
include/gnuradio/digital/ofdm_frame_equalizer_vcvc.h
|
|
include/gnuradio/digital/ofdm_frame_sink.h
|
|
include/gnuradio/digital/ofdm_insert_preamble.h
|
|
include/gnuradio/digital/ofdm_mapper_bcv.h
|
|
include/gnuradio/digital/ofdm_sampler.h
|
|
include/gnuradio/digital/ofdm_serializer_vcc.h
|
|
include/gnuradio/digital/ofdm_sync_sc_cfb.h
|
|
include/gnuradio/digital/packet_header_default.h
|
|
include/gnuradio/digital/packet_header_ofdm.h
|
|
include/gnuradio/digital/packet_headergenerator_bb.h
|
|
include/gnuradio/digital/packet_headerparser_b.h
|
|
include/gnuradio/digital/packet_sink.h
|
|
include/gnuradio/digital/pfb_clock_sync_ccf.h
|
|
include/gnuradio/digital/pfb_clock_sync_fff.h
|
|
include/gnuradio/digital/pn_correlator_cc.h
|
|
include/gnuradio/digital/probe_density_b.h
|
|
include/gnuradio/digital/probe_mpsk_snr_est_c.h
|
|
include/gnuradio/digital/protocol_formatter_async.h
|
|
include/gnuradio/digital/protocol_formatter_bb.h
|
|
include/gnuradio/digital/protocol_parser_b.h
|
|
include/gnuradio/digital/scrambler_bb.h
|
|
include/gnuradio/digital/simple_correlator.h
|
|
include/gnuradio/digital/simple_framer.h
|
|
include/gnuradio/digital/simple_framer_sync.h
|
|
include/gnuradio/digital/symbol_sync_cc.h
|
|
include/gnuradio/digital/symbol_sync_ff.h
|
|
include/gnuradio/digital/timing_error_detector_type.h
|
|
include/gnuradio/swig/constellation.i
|
|
include/gnuradio/swig/digital_swig0.i
|
|
include/gnuradio/swig/digital_swig0_doc.i
|
|
include/gnuradio/swig/digital_swig1.i
|
|
include/gnuradio/swig/digital_swig1_doc.i
|
|
include/gnuradio/swig/digital_swig2.i
|
|
include/gnuradio/swig/digital_swig2_doc.i
|
|
include/gnuradio/swig/ofdm_equalizer.i
|
|
include/gnuradio/swig/packet_header.i
|
|
lib/libgnuradio-digital.so
|
|
lib/libgnuradio-digital.so.${PKGVERSION}
|
|
lib/pkgconfig/gnuradio-digital.pc
|
|
${PYSITELIB}/gnuradio/digital/__init__.py
|
|
${PYSITELIB}/gnuradio/digital/__init__.pyc
|
|
${PYSITELIB}/gnuradio/digital/__init__.pyo
|
|
${PYSITELIB}/gnuradio/digital/_digital_swig0.so
|
|
${PYSITELIB}/gnuradio/digital/_digital_swig1.so
|
|
${PYSITELIB}/gnuradio/digital/_digital_swig2.so
|
|
${PYSITELIB}/gnuradio/digital/bpsk.py
|
|
${PYSITELIB}/gnuradio/digital/bpsk.pyc
|
|
${PYSITELIB}/gnuradio/digital/bpsk.pyo
|
|
${PYSITELIB}/gnuradio/digital/constellation_map_generator.py
|
|
${PYSITELIB}/gnuradio/digital/constellation_map_generator.pyc
|
|
${PYSITELIB}/gnuradio/digital/constellation_map_generator.pyo
|
|
${PYSITELIB}/gnuradio/digital/cpm.py
|
|
${PYSITELIB}/gnuradio/digital/cpm.pyc
|
|
${PYSITELIB}/gnuradio/digital/cpm.pyo
|
|
${PYSITELIB}/gnuradio/digital/crc.py
|
|
${PYSITELIB}/gnuradio/digital/crc.pyc
|
|
${PYSITELIB}/gnuradio/digital/crc.pyo
|
|
${PYSITELIB}/gnuradio/digital/digital_swig.py
|
|
${PYSITELIB}/gnuradio/digital/digital_swig.pyc
|
|
${PYSITELIB}/gnuradio/digital/digital_swig.pyo
|
|
${PYSITELIB}/gnuradio/digital/digital_swig0.py
|
|
${PYSITELIB}/gnuradio/digital/digital_swig0.pyc
|
|
${PYSITELIB}/gnuradio/digital/digital_swig0.pyo
|
|
${PYSITELIB}/gnuradio/digital/digital_swig1.py
|
|
${PYSITELIB}/gnuradio/digital/digital_swig1.pyc
|
|
${PYSITELIB}/gnuradio/digital/digital_swig1.pyo
|
|
${PYSITELIB}/gnuradio/digital/digital_swig2.py
|
|
${PYSITELIB}/gnuradio/digital/digital_swig2.pyc
|
|
${PYSITELIB}/gnuradio/digital/digital_swig2.pyo
|
|
${PYSITELIB}/gnuradio/digital/generic_mod_demod.py
|
|
${PYSITELIB}/gnuradio/digital/generic_mod_demod.pyc
|
|
${PYSITELIB}/gnuradio/digital/generic_mod_demod.pyo
|
|
${PYSITELIB}/gnuradio/digital/gfsk.py
|
|
${PYSITELIB}/gnuradio/digital/gfsk.pyc
|
|
${PYSITELIB}/gnuradio/digital/gfsk.pyo
|
|
${PYSITELIB}/gnuradio/digital/gmsk.py
|
|
${PYSITELIB}/gnuradio/digital/gmsk.pyc
|
|
${PYSITELIB}/gnuradio/digital/gmsk.pyo
|
|
${PYSITELIB}/gnuradio/digital/modulation_utils.py
|
|
${PYSITELIB}/gnuradio/digital/modulation_utils.pyc
|
|
${PYSITELIB}/gnuradio/digital/modulation_utils.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_packet_utils.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_receiver.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_receiver.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_receiver.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_fixed.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_ml.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pn.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_sync_pnac.pyo
|
|
${PYSITELIB}/gnuradio/digital/ofdm_txrx.py
|
|
${PYSITELIB}/gnuradio/digital/ofdm_txrx.pyc
|
|
${PYSITELIB}/gnuradio/digital/ofdm_txrx.pyo
|
|
${PYSITELIB}/gnuradio/digital/packet_utils.py
|
|
${PYSITELIB}/gnuradio/digital/packet_utils.pyc
|
|
${PYSITELIB}/gnuradio/digital/packet_utils.pyo
|
|
${PYSITELIB}/gnuradio/digital/pkt.py
|
|
${PYSITELIB}/gnuradio/digital/pkt.pyc
|
|
${PYSITELIB}/gnuradio/digital/pkt.pyo
|
|
${PYSITELIB}/gnuradio/digital/psk.py
|
|
${PYSITELIB}/gnuradio/digital/psk.pyc
|
|
${PYSITELIB}/gnuradio/digital/psk.pyo
|
|
${PYSITELIB}/gnuradio/digital/psk_constellations.py
|
|
${PYSITELIB}/gnuradio/digital/psk_constellations.pyc
|
|
${PYSITELIB}/gnuradio/digital/psk_constellations.pyo
|
|
${PYSITELIB}/gnuradio/digital/qam.py
|
|
${PYSITELIB}/gnuradio/digital/qam.pyc
|
|
${PYSITELIB}/gnuradio/digital/qam.pyo
|
|
${PYSITELIB}/gnuradio/digital/qam_constellations.py
|
|
${PYSITELIB}/gnuradio/digital/qam_constellations.pyc
|
|
${PYSITELIB}/gnuradio/digital/qam_constellations.pyo
|
|
${PYSITELIB}/gnuradio/digital/qamlike.py
|
|
${PYSITELIB}/gnuradio/digital/qamlike.pyc
|
|
${PYSITELIB}/gnuradio/digital/qamlike.pyo
|
|
${PYSITELIB}/gnuradio/digital/qpsk.py
|
|
${PYSITELIB}/gnuradio/digital/qpsk.pyc
|
|
${PYSITELIB}/gnuradio/digital/qpsk.pyo
|
|
${PYSITELIB}/gnuradio/digital/soft_dec_lut_gen.py
|
|
${PYSITELIB}/gnuradio/digital/soft_dec_lut_gen.pyc
|
|
${PYSITELIB}/gnuradio/digital/soft_dec_lut_gen.pyo
|
|
${PYSITELIB}/gnuradio/digital/utils/__init__.py
|
|
${PYSITELIB}/gnuradio/digital/utils/__init__.pyc
|
|
${PYSITELIB}/gnuradio/digital/utils/__init__.pyo
|
|
${PYSITELIB}/gnuradio/digital/utils/alignment.py
|
|
${PYSITELIB}/gnuradio/digital/utils/alignment.pyc
|
|
${PYSITELIB}/gnuradio/digital/utils/alignment.pyo
|
|
${PYSITELIB}/gnuradio/digital/utils/gray_code.py
|
|
${PYSITELIB}/gnuradio/digital/utils/gray_code.pyc
|
|
${PYSITELIB}/gnuradio/digital/utils/gray_code.pyo
|
|
${PYSITELIB}/gnuradio/digital/utils/mod_codes.py
|
|
${PYSITELIB}/gnuradio/digital/utils/mod_codes.pyc
|
|
${PYSITELIB}/gnuradio/digital/utils/mod_codes.pyo
|
|
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.py
|
|
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyc
|
|
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
|
|
${PYSITELIB}/grc_gnuradio/blks2/packet.py
|
|
${PYSITELIB}/grc_gnuradio/blks2/packet.pyc
|
|
${PYSITELIB}/grc_gnuradio/blks2/packet.pyo
|
|
share/doc/gnuradio-${PKGVERSION}/README.digital
|
|
share/gnuradio/examples/digital/burst_shaper.grc
|
|
share/gnuradio/examples/digital/demod/ber_simulation.grc
|
|
share/gnuradio/examples/digital/demod/constellation_soft_decoder.grc
|
|
share/gnuradio/examples/digital/demod/digital_freq_lock.grc
|
|
share/gnuradio/examples/digital/demod/dpsk_loopback.grc
|
|
share/gnuradio/examples/digital/demod/gfsk_loopback.grc
|
|
share/gnuradio/examples/digital/demod/mpsk_demod.grc
|
|
share/gnuradio/examples/digital/demod/pam_sync.grc
|
|
share/gnuradio/examples/digital/demod/pam_timing.grc
|
|
share/gnuradio/examples/digital/demod/symbol_sync_test_complex.grc
|
|
share/gnuradio/examples/digital/demod/symbol_sync_test_float.grc
|
|
share/gnuradio/examples/digital/demod/symbol_sync_test_float_ted_gain.m
|
|
share/gnuradio/examples/digital/demod/test_corr_and_sync.grc
|
|
share/gnuradio/examples/digital/demod/test_corr_est.grc
|
|
share/gnuradio/examples/digital/demod/uhd_corr_and_sync_rx.grc
|
|
share/gnuradio/examples/digital/demod/uhd_corr_and_sync_tx.grc
|
|
share/gnuradio/examples/digital/example_costas.py
|
|
share/gnuradio/examples/digital/example_fll.py
|
|
share/gnuradio/examples/digital/example_timing.py
|
|
share/gnuradio/examples/digital/gen_whitener.py
|
|
share/gnuradio/examples/digital/narrowband/benchmark_rx.py
|
|
share/gnuradio/examples/digital/narrowband/benchmark_tx.py
|
|
share/gnuradio/examples/digital/narrowband/digital_bert_rx.py
|
|
share/gnuradio/examples/digital/narrowband/digital_bert_tx.py
|
|
share/gnuradio/examples/digital/narrowband/receive_path.py
|
|
share/gnuradio/examples/digital/narrowband/rx_voice.py
|
|
share/gnuradio/examples/digital/narrowband/transmit_path.py
|
|
share/gnuradio/examples/digital/narrowband/tunnel.py
|
|
share/gnuradio/examples/digital/narrowband/tx_voice.py
|
|
share/gnuradio/examples/digital/narrowband/uhd_interface.py
|
|
share/gnuradio/examples/digital/ofdm/benchmark_add_channel.py
|
|
share/gnuradio/examples/digital/ofdm/benchmark_rx.py
|
|
share/gnuradio/examples/digital/ofdm/benchmark_tx.py
|
|
share/gnuradio/examples/digital/ofdm/gr_plot_ofdm.py
|
|
share/gnuradio/examples/digital/ofdm/ofdm_loopback.grc
|
|
share/gnuradio/examples/digital/ofdm/receive_path.py
|
|
share/gnuradio/examples/digital/ofdm/rx_ofdm.grc
|
|
share/gnuradio/examples/digital/ofdm/transmit_path.py
|
|
share/gnuradio/examples/digital/ofdm/tunnel.py
|
|
share/gnuradio/examples/digital/ofdm/tx_ofdm.grc
|
|
share/gnuradio/examples/digital/ofdm/uhd_interface.py
|
|
share/gnuradio/examples/digital/packet/burst_tagger.grc
|
|
share/gnuradio/examples/digital/packet/example_corr_est.grc
|
|
share/gnuradio/examples/digital/packet/example_corr_est_and_clock_sync.grc
|
|
share/gnuradio/examples/digital/packet/example_corr_est_and_phase_sync.grc
|
|
share/gnuradio/examples/digital/packet/formatter_crc.grc
|
|
share/gnuradio/examples/digital/packet/formatter_ofdm.grc
|
|
share/gnuradio/examples/digital/packet/packet_loopback_hier.grc
|
|
share/gnuradio/examples/digital/packet/packet_rx.grc
|
|
share/gnuradio/examples/digital/packet/packet_tx.grc
|
|
share/gnuradio/examples/digital/packet/simple_bpsk_tx.grc
|
|
share/gnuradio/examples/digital/packet/transmitter_sim_hier.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage0.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage1.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage2.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage3.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage4.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage5.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage6.grc
|
|
share/gnuradio/examples/digital/packet/tx_stage6a.grc
|
|
share/gnuradio/examples/digital/packet/uhd_packet_rx.grc
|
|
share/gnuradio/examples/digital/packet/uhd_packet_rx_tun.grc
|
|
share/gnuradio/examples/digital/packet/uhd_packet_tx.grc
|
|
share/gnuradio/examples/digital/packet/uhd_packet_tx_tun.grc
|
|
share/gnuradio/examples/digital/run_length.py
|
|
share/gnuradio/examples/digital/snr_estimators.py
|
|
share/gnuradio/grc/blocks/blks2_packet_decoder.xml
|
|
share/gnuradio/grc/blocks/blks2_packet_encoder.xml
|
|
share/gnuradio/grc/blocks/digital_additive_scrambler_bb.xml
|
|
share/gnuradio/grc/blocks/digital_binary_slicer_fb.xml
|
|
share/gnuradio/grc/blocks/digital_block_tree.xml
|
|
share/gnuradio/grc/blocks/digital_burst_shaper.xml
|
|
share/gnuradio/grc/blocks/digital_chunks_to_symbols.xml
|
|
share/gnuradio/grc/blocks/digital_clock_recovery_mm_xx.xml
|
|
share/gnuradio/grc/blocks/digital_cma_equalizer_cc.xml
|
|
share/gnuradio/grc/blocks/digital_constellation.xml
|
|
share/gnuradio/grc/blocks/digital_constellation_decoder_cb.xml
|
|
share/gnuradio/grc/blocks/digital_constellation_modulator.xml
|
|
share/gnuradio/grc/blocks/digital_constellation_receiver_cb.xml
|
|
share/gnuradio/grc/blocks/digital_constellation_rect.xml
|
|
share/gnuradio/grc/blocks/digital_constellation_soft_decoder_cf.xml
|
|
share/gnuradio/grc/blocks/digital_corr_est_cc.xml
|
|
share/gnuradio/grc/blocks/digital_correlate_access_code_bb.xml
|
|
share/gnuradio/grc/blocks/digital_correlate_access_code_tag_xx.xml
|
|
share/gnuradio/grc/blocks/digital_correlate_access_code_xx_ts.xml
|
|
share/gnuradio/grc/blocks/digital_correlate_and_sync_cc.xml
|
|
share/gnuradio/grc/blocks/digital_costas_loop_cc.xml
|
|
share/gnuradio/grc/blocks/digital_cpmmod_bc.xml
|
|
share/gnuradio/grc/blocks/digital_crc32_async_bb.xml
|
|
share/gnuradio/grc/blocks/digital_crc32_bb.xml
|
|
share/gnuradio/grc/blocks/digital_descrambler_bb.xml
|
|
share/gnuradio/grc/blocks/digital_diff_decoder_bb.xml
|
|
share/gnuradio/grc/blocks/digital_diff_encoder_bb.xml
|
|
share/gnuradio/grc/blocks/digital_diff_phasor_cc.xml
|
|
share/gnuradio/grc/blocks/digital_dxpsk_demod.xml
|
|
share/gnuradio/grc/blocks/digital_dxpsk_mod.xml
|
|
share/gnuradio/grc/blocks/digital_fll_band_edge_cc.xml
|
|
share/gnuradio/grc/blocks/digital_framer_sink_1.xml
|
|
share/gnuradio/grc/blocks/digital_gfsk_demod.xml
|
|
share/gnuradio/grc/blocks/digital_gfsk_mod.xml
|
|
share/gnuradio/grc/blocks/digital_glfsr_source_x.xml
|
|
share/gnuradio/grc/blocks/digital_gmsk_demod.xml
|
|
share/gnuradio/grc/blocks/digital_gmsk_mod.xml
|
|
share/gnuradio/grc/blocks/digital_gmskmod_bc.xml
|
|
share/gnuradio/grc/blocks/digital_hdlc_deframer_bp.xml
|
|
share/gnuradio/grc/blocks/digital_hdlc_framer_pb.xml
|
|
share/gnuradio/grc/blocks/digital_header_payload_demux.xml
|
|
share/gnuradio/grc/blocks/digital_kurtotic_equalizer_cc.xml
|
|
share/gnuradio/grc/blocks/digital_lms_dd_equalizer_cc.xml
|
|
share/gnuradio/grc/blocks/digital_map_bb.xml
|
|
share/gnuradio/grc/blocks/digital_modulate_vector.xml
|
|
share/gnuradio/grc/blocks/digital_mpsk_receiver_cc.xml
|
|
share/gnuradio/grc/blocks/digital_mpsk_snr_est_cc.xml
|
|
share/gnuradio/grc/blocks/digital_msk_timing_recovery_cc.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_carrier_allocator_cvc.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_chanest_vcvc.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_cyclic_prefixer.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_demod.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_frame_acquisition.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_frame_equalizer_vcvc.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_frame_sink.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_insert_preamble.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_mod.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_rx.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_sampler.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_serializer_vcc.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_sync_pn.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_sync_sc_cfb.xml
|
|
share/gnuradio/grc/blocks/digital_ofdm_tx.xml
|
|
share/gnuradio/grc/blocks/digital_packet_headergenerator_bb.xml
|
|
share/gnuradio/grc/blocks/digital_packet_headergenerator_bb_default.xml
|
|
share/gnuradio/grc/blocks/digital_packet_headerparser_b.xml
|
|
share/gnuradio/grc/blocks/digital_packet_headerparser_b_default.xml
|
|
share/gnuradio/grc/blocks/digital_packet_sink.xml
|
|
share/gnuradio/grc/blocks/digital_pfb_clock_sync.xml
|
|
share/gnuradio/grc/blocks/digital_pn_correlator_cc.xml
|
|
share/gnuradio/grc/blocks/digital_probe_density_b.xml
|
|
share/gnuradio/grc/blocks/digital_probe_mpsk_snr_est_c.xml
|
|
share/gnuradio/grc/blocks/digital_protocol_formatter_async.xml
|
|
share/gnuradio/grc/blocks/digital_protocol_formatter_bb.xml
|
|
share/gnuradio/grc/blocks/digital_protocol_parser_b.xml
|
|
share/gnuradio/grc/blocks/digital_psk_demod.xml
|
|
share/gnuradio/grc/blocks/digital_psk_mod.xml
|
|
share/gnuradio/grc/blocks/digital_qam_demod.xml
|
|
share/gnuradio/grc/blocks/digital_qam_mod.xml
|
|
share/gnuradio/grc/blocks/digital_scrambler_bb.xml
|
|
share/gnuradio/grc/blocks/digital_simple_correlator.xml
|
|
share/gnuradio/grc/blocks/digital_simple_framer.xml
|
|
share/gnuradio/grc/blocks/digital_symbol_sync_xx.xml
|
|
share/gnuradio/grc/blocks/variable_header_format_default.xml
|