登录
首页 » matlab » Simulations_for_ofdm_Systems-Design

Simulations_for_ofdm_Systems-Design

于 2021-03-30 发布 文件大小:213KB
0 247
下载积分: 1 下载次数: 998

代码说明:

  此仿真程序是目前论坛里面最完整的仿真源码,并且经本人调试运行,完全没有错误,有很高的研究价值。为各位搞仿真和做OFDM系统相关论文的研究生,而没有全面仿真程序的人提供本程序。此程序包含52个仿真模块,可以仿真出52个仿真图。(This simulation program is the forum inside the most complete source of emulation and debugging, as I run, there is no error, has high research value. For you to do engage in OFDM system simulation and related post-graduate theses, and no comprehensive simulation program provide the program. This program contains 52 simulation module can be a simulation simulation Figure 52.)

文件列表:

Simulations for ofdm Systems Design
...................................\addnoise.m
...................................\array.fig
...................................\array.m
...................................\Barker_ambig.m
...................................\burn_thru.m
...................................\Capped_WedgeTM.m
...................................\Capped_Wedge_GUI.fig
...................................\Capped_Wedge_GUI.m
...................................\casestudy1_1.m
...................................\circular_array.m
...................................\circ_array.m
...................................\clutterrcsgui.m
...................................\clutter_rcs.m
...................................\clutter_rcs_gui.fig
...................................\clutter_rcs_gui.m
...................................\cylinder.m
...................................\cylinderi.m
...................................\cylinderRCS_fig.mat
...................................\dbesselh.m
...................................\dbesselj.m
...................................\dbessely.m
...................................\DielCappedWedgeTMFields_Ls.m
...................................\DielCappedWedgeTMFields_PW.m
...................................\double_canceler.m
...................................\example11_1.m
...................................\factor.m
...................................\fig10_8.m
...................................\fig11_18a.m
...................................\fig12_12-13.m
...................................\fig1_12.m
...................................\fig1_13.m
...................................\fig1_16.m
...................................\fig1_19.m
...................................\fig1_21.m
...................................\fig1_23.m
...................................\fig1_27.m
...................................\fig1_28.m
...................................\fig2_10.m
...................................\fig2_11ab.m
...................................\fig2_12.m
...................................\fig2_13.m
...................................\fig2_14.m
...................................\fig2_16.m
...................................\fig2_2.m
...................................\fig2_21.m
...................................\Fig2_3.m
...................................\fig2_6a.m
...................................\fig2_6b.m
...................................\Fig2_7.m
...................................\Fig2_8.m
...................................\fig2_9.m
...................................\fig3_17.m
...................................\fig3_7.m
...................................\fig3_8.m
...................................\fig3_8a.m
...................................\fig3_8_v1.m
...................................\Fig4_2.m
...................................\fig4_4.m
...................................\fig4_5.m
...................................\Fig4_6.m
...................................\fig4_8.m
...................................\fig5_14.m
...................................\fig5_3.m
...................................\fig710.m
...................................\fig7_10.m
...................................\fig7_10a.m
...................................\fig7_10b.m
...................................\fig7_10c.m
...................................\fig7_11.m
...................................\fig7_9.m
...................................\fig8_5.m
...................................\fig8_53.m
...................................\fig8_7.m
...................................\fig9_20.m
...................................\fig9_21.m
...................................\fig9_27.m
...................................\fig9_28.m
...................................\figs13.m
...................................\fluct_loss.m
...................................\fresnelc.m
...................................\fresnels.m
...................................\fxdwght.m
...................................\ghk_tracker.m
...................................\hrr_profile.m
...................................\improv_fac.m
...................................\incomplete_gamma.m
...................................\initialize.m
...................................\kalfilt.m
...................................\kalm.m
...................................\kalman_filter.m
...................................\kalman_gui.fig
...................................\kalman_gui.m
...................................\LFM.m
...................................\lfm_ambg.m
...................................\LFM_gui.fig
...................................\LFM_gui.m
...................................\linear_array.m
...................................\linear_array_gui.fig
...................................\linear_array_gui.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CS_OMP
    基于omp的频谱感知,基于omp的频谱感知,基于omp的频谱感知(spectrum sensing based OMP,spectrum sensing based OMP,spectrum sensing based OMP)
    2014-12-04 09:42:15下载
    积分:1
  • elasticsearch-river-mongodb-1.7.1
    elasticsearch-river-mongodb 源码,主要讲述elasticsearch 和 mongodb 同步索引实现。可以实现自己编译。(Elasticsearch-river-mongodb source code, including elasticsearch and mongodb synchronization index. Can be compiled.)
    2013-11-14 10:46:39下载
    积分:1
  • function4
    求解时滞微分方程组,并给出了Matlab程序的源代码(Delay Differential Equation, and gives the the Matlab program source code)
    2013-04-27 15:28:11下载
    积分:1
  • pinyuditonglvbo
    实现了图像处理中的频域低通处理,适合图像处理的初学者。matlab实现。(Image processing to achieve a low-pass frequency domain processing, image processing for beginners. matlab implementation.)
    2014-09-14 16:40:08下载
    积分:1
  • RS223_CONV_BPSK_simulink
    MATLAB程序调用SIMULINK的级联码误码仿真RS223_CONV_BPSK_simulink(MATLAB SIMULINK RS223_CONV code RS223_CONV_BPSK_simulink)
    2013-10-03 16:45:44下载
    积分:1
  • pcnn
    利用pcnn,每当有一批像素对应的神经元点火,对像素值进行一次修正。第n次点火的所有神经元用矩阵B(n)表示, 已经点火的像素位置标记为‘1’,未点火的标记为‘0’。通过一个3*3的模板滑过B(n),判断若模板内的值全为‘1’或全为‘0’, 则这些像素值不进行处理,否则若模板中心的值为‘1’,则增加该位置的像素值的大小,中心值为‘0’,则减小像素值。该功能由xiugai(B,K)函数实现 Beta取负值来抑制周围的神经元点火,因为输入pcnn(X)的是模糊图像,抑制之后使处理的像素值更加接近原图像的像素值(抑制参数通过试验确定,并不精确) 总之运行结果只是对像素值变化较大的边缘区域进行了像素值的修正。 通过不断调整参数使峰值信噪比有所升高,但是升高得不是太多(Use pcnn, whenever a group of pixels corresponding to the firing of neurons, a correction value for the pixel. Ignition of all the n-th neuron matrix B (n) represents, Already ignition pixel position labeled 1 , unfired labeled 0 . By a 3* 3 templates over the B (n), determines if the value within the template are all 1 or all 0 , These pixel values are not processed, otherwise the value if the template center 1 , then the increase in the size of the pixel values of the position, the center value of 0 , the pixel value is reduced. This function is implemented by xiugai (B, K) function Beta is a negative value around the element to inhibit neuronal firing, because the input pcnn (X) is a blurred image, the pixel values of inhibition after treatment of the pixel value closer to an original image (suppression parameter determined by experiment, is not exact) Results only in short run large changes in the edge region of the pixel values of the corrected pixel values. )
    2014-12-01 09:16:42下载
    积分:1
  • Research-Project-Proposal
    research project for cryptography RSA
    2012-10-05 23:32:11下载
    积分:1
  • WongKT_CT1209
    matlab codes for beamforming
    2014-02-13 13:41:52下载
    积分:1
  • VRM1
    说明:  电动机,告诉你如何计算电磁通量和电流。结合magnet使用效果更加。(motor, tell you how to calculate magnetic flux-- and current. Combine more effective use of magnet.)
    2006-02-28 03:04:34下载
    积分:1
  • datajob
    可以大批量地处理数据的导入,并将无关行列删除,再对数据中的字符串、数字格式统一,与拼接,并与另一个xls文档中的数据进行比较,是一个不错的代码。(Can import large quantities of process data, and independent of the ranks to delete the data string, the unity of the digital format, with the stitching, and compare the data with another xls document, which is a good code.)
    2012-08-31 16:36:44下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载