找回密码
 立即注册

MIMO OFDM联合雷达通信一体化(JRC)收发器

[复制链接]
发表于 2025-1-18 16:32:27 | 显示全部楼层 |阅读模式
文件列表:
├gr-mimo-ofdm-jrc-main
│  ├.gitignore
│  ├apps
│  │  ├CMakeLists.txt
│  ├cmake
│  │  ├cmake_uninstall.cmake.in
│  │  ├Modules
│  │  │  ├CMakeParseArgumentsCopy.cmake
│  │  │  ├mimo_ofdm_jrcConfig.cmake
│  │  │  ├targetConfig.cmake.in
│  ├CMakeLists.txt
│  ├docs
│  │  ├CMakeLists.txt
│  │  ├doxygen
│  │  │  ├CMakeLists.txt
│  │  │  ├Doxyfile.in
│  │  │  ├Doxyfile.swig_doc.in
│  │  │  ├doxyxml
│  │  │  │  ├base.py
│  │  │  │  ├doxyindex.py
│  │  │  │  ├generated
│  │  │  │  │  ├compound.py
│  │  │  │  │  ├compoundsuper.py
│  │  │  │  │  ├index.py
│  │  │  │  │  ├indexsuper.py
│  │  │  │  │  ├__init__.py
│  │  │  │  ├text.py
│  │  │  │  ├__init__.py
│  │  │  ├other
│  │  │  │  ├group_defs.dox
│  │  │  │  ├main_page.dox
│  │  │  ├swig_doc.py
│  │  ├README.mimo_ofdm_jrc
│  ├examples
│  │  ├README
│  │  ├simulation
│  │  │  ├communication
│  │  │  │  ├mimo_ofdm_jrc_comm_sim.grc
│  │  │  ├radar
│  │  │  │  ├mimo_ofdm_jrc_radar_sim.grc
│  │  ├usrp
│  │  │  ├mimo_ofdm_comm_RX.grc
│  │  │  ├mimo_ofdm_jrc_TRX.grc
│  │  │  ├mimo_usrp_alignment_4tx2rx.grc
│  ├grc
│  │  ├CMakeLists.txt
│  │  ├mimo_ofdm_jrc_fft_peak_detect.block.yml
│  │  ├mimo_ofdm_jrc_frame_detector.block.yml
│  │  ├mimo_ofdm_jrc_frame_sync.block.yml
│  │  ├mimo_ofdm_jrc_gui_heatmap_plot.block.yml
│  │  ├mimo_ofdm_jrc_gui_time_plot.block.yml
│  │  ├mimo_ofdm_jrc_matrix_transpose.block.yml
│  │  ├mimo_ofdm_jrc_mimo_ofdm_equalizer.block.yml
│  │  ├mimo_ofdm_jrc_mimo_ofdm_radar.block.yml
│  │  ├mimo_ofdm_jrc_mimo_precoder.block.yml
│  │  ├mimo_ofdm_jrc_moving_avg.block.yml
│  │  ├mimo_ofdm_jrc_ofdm_cyclic_prefix_remover.block.yml
│  │  ├mimo_ofdm_jrc_ofdm_frame_generator.block.yml
│  │  ├mimo_ofdm_jrc_range_angle_estimator.block.yml
│  │  ├mimo_ofdm_jrc_stream_decoder.block.yml
│  │  ├mimo_ofdm_jrc_stream_encoder.block.yml
│  │  ├mimo_ofdm_jrc_target_simulator.block.yml
│  │  ├mimo_ofdm_jrc_usrp_mimo_trx.block.yml
│  │  ├mimo_ofdm_jrc_zero_pad.block.yml
│  ├include
│  │  ├mimo_ofdm_jrc
│  │  │  ├api.h
│  │  │  ├CMakeLists.txt
│  │  │  ├fft_peak_detect.h
│  │  │  ├frame_detector.h
│  │  │  ├frame_sync.h
│  │  │  ├gui_heatmap_plot.h
│  │  │  ├gui_time_plot.h
│  │  │  ├matrix_transpose.h
│  │  │  ├mimo_ofdm_equalizer.h
│  │  │  ├mimo_ofdm_radar.h
│  │  │  ├mimo_precoder.h
│  │  │  ├moving_avg.h
│  │  │  ├ofdm_cyclic_prefix_remover.h
│  │  │  ├ofdm_frame_generator.h
│  │  │  ├range_angle_estimator.h
│  │  │  ├stream_decoder.h
│  │  │  ├stream_encoder.h
│  │  │  ├target_simulator.h
│  │  │  ├usrp_mimo_trx.h
│  │  │  ├zero_pad.h
│  ├lib
│  │  ├CMakeLists.txt
│  │  ├fft_peak_detect_impl.cc
│  │  ├fft_peak_detect_impl.h
│  │  ├frame_detector_impl.cc
│  │  ├frame_detector_impl.h
│  │  ├frame_sync_impl.cc
│  │  ├frame_sync_impl.h
│  │  ├gui_heatmap_plot_impl.cc
│  │  ├gui_heatmap_plot_impl.h
│  │  ├gui_time_plot_impl.cc
│  │  ├gui_time_plot_impl.h
│  │  ├heatmap_plot.cc
│  │  ├heatmap_plot.h
│  │  ├matrix_transpose_impl.cc
│  │  ├matrix_transpose_impl.h
│  │  ├mimo_ofdm_equalizer_impl.cc
│  │  ├mimo_ofdm_equalizer_impl.h
│  │  ├mimo_ofdm_radar_impl.cc
│  │  ├mimo_ofdm_radar_impl.h
│  │  ├mimo_precoder_impl.cc
│  │  ├mimo_precoder_impl.h
│  │  ├moving_avg_impl.cc
│  │  ├moving_avg_impl.h
│  │  ├ofdm_cyclic_prefix_remover_impl.cc
│  │  ├ofdm_cyclic_prefix_remover_impl.h
│  │  ├ofdm_frame_generator_impl.cc
│  │  ├ofdm_frame_generator_impl.h
│  │  ├range_angle_estimator_impl.cc
│  │  ├range_angle_estimator_impl.h
│  │  ├range_angle_raster_data.cc
│  │  ├range_angle_raster_data.h
│  │  ├stream_decoder_impl.cc
│  │  ├stream_decoder_impl.h
│  │  ├stream_encoder_impl.cc
│  │  ├stream_encoder_impl.h
│  │  ├target_simulator_impl.cc
│  │  ├target_simulator_impl.h
│  │  ├time_plot.cc
│  │  ├time_plot.h
│  │  ├usrp_mimo_trx_impl.cc
│  │  ├usrp_mimo_trx_impl.h
│  │  ├utils.cc
│  │  ├utils.h
│  │  ├viterbi_decoder.cc
│  │  ├viterbi_decoder.h
│  │  ├zero_pad_impl.cc
│  │  ├zero_pad_impl.h
│  ├LICENSE
│  ├MANIFEST.md
│  ├python
│  │  ├CMakeLists.txt
│  │  ├__init__.py
│  ├README.md
│  ├swig
│  │  ├CMakeLists.txt
│  │  ├mimo_ofdm_jrc_swig.i


MIMO OFDM联合雷达通信一体化(JRC)收发器.zip (293.58 KB, 下载次数: 0, 售价: 50 积分)


回复

使用道具 举报

小黑屋|获取积分|网站地图|必过源码 ( 湘ICP备2020019413号-2 )

GMT+8, 2025-2-5 12:48 , Processed in 0.091412 second(s), 27 queries .

Powered by Biguo100

2006-2023 Biguo100 Team

快速回复 返回顶部 返回列表