找回密码
 立即注册

OFDM通信系统的仿真与FFT实现

[复制链接]
发表于 2025-1-6 03:41:16 | 显示全部楼层 |阅读模式
文件列表:
├Simulation-and-FFT-Implementation-of-OFDM-Communication-System-main
│  ├hardware
│  │  ├golde_model
│  │  │  ├fft_im.txt
│  │  │  ├fft_output_im.txt
│  │  │  ├fft_output_re.txt
│  │  │  ├fft_re.txt
│  │  │  ├gold_fft.mlx
│  │  │  ├gold_ifft.mlx
│  │  │  ├ifft_im.txt
│  │  │  ├ifft_output_im.txt
│  │  │  ├ifft_output_re.txt
│  │  │  ├ifft_re.txt
│  │  │  ├input_im.txt
│  │  │  ├input_re.txt
│  │  ├src
│  │  │  ├fft_ifft_top.v
│  │  ├tb
│  │  │  ├fft_output_im.txt
│  │  │  ├fft_output_re.txt
│  │  │  ├fft_tb.v
│  │  │  ├ifft_output_im.txt
│  │  │  ├ifft_output_re.txt
│  │  │  ├input_im.txt
│  │  │  ├input_re.txt
│  │  ├vivado
│  │  │  ├lab2
│  │  │  │  ├fft_ifft_top_utilization_synth(1).rpt
│  │  │  │  ├lab2.cache
│  │  │  │  │  ├wt
│  │  │  │  │  │  ├gui_handlers.wdf
│  │  │  │  │  │  ├java_command_handlers.wdf
│  │  │  │  │  │  ├project.wpc
│  │  │  │  │  │  ├synthesis.wdf
│  │  │  │  │  │  ├synthesis_details.wdf
│  │  │  │  │  │  ├webtalk_pa.xml
│  │  │  │  ├lab2.hw
│  │  │  │  │  ├lab2.lpr
│  │  │  │  ├lab2.ip_user_files
│  │  │  │  │  ├README.txt
│  │  │  │  ├lab2.runs
│  │  │  │  │  ├.jobs
│  │  │  │  │  │  ├vrs_config_1.xml
│  │  │  │  │  │  ├vrs_config_2.xml
│  │  │  │  │  │  ├vrs_config_3.xml
│  │  │  │  │  ├synth_1
│  │  │  │  │  │  ├.vivado.begin.rst
│  │  │  │  │  │  ├.vivado.end.rst
│  │  │  │  │  │  ├.Vivado_Synthesis.queue.rst
│  │  │  │  │  │  ├fft_ifft_top.dcp
│  │  │  │  │  │  ├fft_ifft_top.tcl
│  │  │  │  │  │  ├fft_ifft_top.vds
│  │  │  │  │  │  ├fft_ifft_top_utilization_synth.pb
│  │  │  │  │  │  ├fft_ifft_top_utilization_synth.rpt
│  │  │  │  │  │  ├gen_run.xml
│  │  │  │  │  │  ├htr.txt
│  │  │  │  │  │  ├ISEWrap.js
│  │  │  │  │  │  ├ISEWrap.sh
│  │  │  │  │  │  ├project.wdf
│  │  │  │  │  │  ├rundef.js
│  │  │  │  │  │  ├runme.bat
│  │  │  │  │  │  ├runme.log
│  │  │  │  │  │  ├runme.sh
│  │  │  │  │  │  ├vivado.jou
│  │  │  │  │  │  ├vivado.pb
│  │  │  │  │  │  ├__synthesis_is_complete__
│  │  │  │  ├lab2.srcs
│  │  │  │  │  ├constrs_1
│  │  │  │  │  │  ├new
│  │  │  │  │  │  │  ├fft_clk.xdc
│  │  │  │  ├lab2.xpr
│  │  │  │  ├timing_summary(1).rpt
│  ├matlab_code
│  │  ├OFDM
│  │  │  ├addcp.m
│  │  │  ├bpskdemod.m
│  │  │  ├bpskmod.m
│  │  │  ├bpsk_theory.mat
│  │  │  ├comb.m
│  │  │  ├ofdm.m
│  │  │  ├ofdmdemap.m
│  │  │  ├ofdmmap.m
│  │  │  ├qam16demod.m
│  │  │  ├qam16mod.m
│  │  │  ├qam64demod.m
│  │  │  ├qam64mod.m
│  │  │  ├qam_16_theory.mat
│  │  │  ├qam_64_theory.mat
│  │  │  ├qpskdemod.m
│  │  │  ├qpskmod.m
│  │  │  ├qpsk_theory.mat
│  │  │  ├removecp.m
│  │  │  ├symboldemod.m
│  │  │  ├symbolmod.m
│  │  ├基带调制解调
│  │  │  ├BPSK
│  │  │  │  ├bpsk.m
│  │  │  │  ├bpskdemod.m
│  │  │  │  ├bpskmod.m
│  │  │  │  ├bpsk_theory.mat
│  │  │  │  ├comb.m
│  │  │  │  ├compconv.m
│  │  │  │  ├compoversamp.m
│  │  │  │  ├hrollfcoef.m
│  │  │  ├QAM16
│  │  │  │  ├comb.m
│  │  │  │  ├compconv.m
│  │  │  │  ├compoversamp.m
│  │  │  │  ├hrollfcoef.m
│  │  │  │  ├qam16.m
│  │  │  │  ├qam16demod.m
│  │  │  │  ├qam16mod.m
│  │  │  │  ├qam_16_theory.mat
│  │  │  ├QAM64
│  │  │  │  ├comb.m
│  │  │  │  ├compconv.m
│  │  │  │  ├compoversamp.m
│  │  │  │  ├hrollfcoef.m
│  │  │  │  ├qam64.m
│  │  │  │  ├qam64demod.m
│  │  │  │  ├qam64mod.m
│  │  │  │  ├qam_64_theory.mat
│  │  │  ├QPSK
│  │  │  │  ├comb.m
│  │  │  │  ├compconv.m
│  │  │  │  ├compoversamp.m
│  │  │  │  ├hrollfcoef.m
│  │  │  │  ├qpsk.m
│  │  │  │  ├qpskdemod.m
│  │  │  │  ├qpskmod.m
│  │  │  │  ├qpsk_theory.mat
│  ├README.md

运行例图:
01.gif


OFDM通信系统的仿真与FFT实现.zip (20.92 MB, 下载次数: 0, 售价: 50 积分)


回复

使用道具 举报

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

GMT+8, 2025-2-5 12:41 , Processed in 0.069435 second(s), 24 queries .

Powered by Biguo100

2006-2023 Biguo100 Team

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