登录
首页 » matlab » OFDMPTP

OFDMPTP

于 2021-04-21 发布 文件大小:79KB
0 338
下载积分: 1 下载次数: 118

代码说明:

  Matlab与VPI联合仿真光OFDM传输系统,其中VPI只完成光纤传输其余都用matlab完成。系统包括了上下变频,clipping等模块。(Matlab co-simulation with VPI optical OFDM transmission system, wherein the optical fiber transmission VPI only complete rest are completed using matlab. System includes a down conversion, clipping and other modules.)

文件列表:

OFDMPTP
.......\OFDMPTP.vtmu,28756,2015-06-09
.......\OFDMPTP.vtmu_pack
.......\.................\Attachments
.......\.................\Inputs
.......\.................\Outputs
.......\.................\.......\OFDMPTP.vpa,24703,2015-09-22
.......\.................\.......\OFDMPTP.vpb,10603,2015-05-25
.......\.................\Reports
.......\.................\Resources
.......\.................\.........\PowerAdjust.vtmg,7525,2015-05-07
.......\.................\.........\PowerAdjust.vtmg_pack
.......\.................\.........\.....................\Attachments
.......\.................\.........\.....................\Inputs
.......\.................\.........\.....................\......\PowerAdjustment.m,960,2015-05-13
.......\.................\.........\.....................\Outputs
.......\.................\.........\.....................\Reports
.......\.................\.........\.....................\Resources
.......\.................\.........\Rx.vtmg,9654,2015-05-06
.......\.................\.........\Rx.vtmg_pack
.......\.................\.........\............\Attachments
.......\.................\.........\............\Inputs
.......\.................\.........\............\......\De2IQ2SLM.m,1191,2015-06-04
.......\.................\.........\............\......\modulate_def.m,28890,2015-05-05
.......\.................\.........\............\......\OFDMRx.m,3365,2015-06-09
.......\.................\.........\............\......\OFDMRxIQSLM.m,3850,2015-09-22
.......\.................\.........\............\......\opt2ele.m,4771,2015-05-07
.......\.................\.........\............\......\oversamp.m,4002,2015-05-07
.......\.................\.........\............\Outputs
.......\.................\.........\............\Reports
.......\.................\.........\............\Resources
.......\.................\.........\Tx.vtmg,7306,2015-05-06
.......\.................\.........\Tx.vtmg_pack
.......\.................\.........\............\Attachments
.......\.................\.........\............\Inputs
.......\.................\.........\............\......\DeSLM(B107_WIN7_64_PC--zw--2015-06-10-09,39,00).m,579,2015-06-10
.......\.................\.........\............\......\DeSLM.m,592,2015-06-10
.......\.................\.........\............\......\IQ2SLM(B107_WIN7_64_PC--zhangweiu--2015-09-22-19,43,47).m,3279,2015-09-22
.......\.................\.........\............\......\IQ2SLM.m,3190,2015-09-22
.......\.................\.........\............\......\modulate_def.m,28890,2015-05-05
.......\.................\.........\............\......\OFDMRxSLM.m,3510,2015-06-10
.......\.................\.........\............\......\OFDMTx.m,2850,2015-07-28
.......\.................\.........\............\......\OFDMTx2IQSLM.m,3131,2015-09-22
.......\.................\.........\............\......\OFDMTxSLM.m,3057,2015-06-10
.......\.................\.........\............\......\oversamp.m,4004,2015-05-07
.......\.................\.........\............\......\secretkey1.m,287,2014-04-09
.......\.................\.........\............\......\SLM.m,2011,2015-06-10
.......\.................\.........\............\......\tmp.m,3408,2015-06-03
.......\.................\.........\............\......\Untitled5.m,3161,2015-05-15
.......\.................\.........\............\Outputs
.......\.................\.........\............\Reports
.......\.................\.........\............\Resources

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

发表评论

0 个回复

  • sampleEntropy1
    样本熵程序,本人对其进行了改进,进行了加速。效果不错(the fast of sample Entropy.)
    2020-09-04 11:08:06下载
    积分:1
  • 2008123456745812
    LevelSetMethods水平集matlab程序(Matlab program LevelSetMethods level set)
    2008-04-06 10:20:58下载
    积分:1
  • Solution-of-algebraic-equations
    代数方程组的解法,matlab,希望对大家有用(Solution of algebraic equations, matlab)
    2012-06-27 10:53:47下载
    积分:1
  • TECH_MEMO-93-07
    Longitudinal Control of the Lead Car of a Platoon
    2021-03-02 15:09:34下载
    积分:1
  • matlab_example
    过程辨识中,实现最小二乘法的仿真,并画出仿真的图行(a example of matlab)
    2011-11-16 16:25:29下载
    积分:1
  • remmean
    该函数是matlab编写的对一列数据进行去平均处理,两种去平均的方法(里面有三个程序),里面有详细解释说明,看看即懂!(This function is a matlab prepared to go on an average of the data processing, two kinds of methods to average (there are three procedures), which has a detailed explanation, see that understand!)
    2014-02-03 22:42:28下载
    积分:1
  • liyapunuo
    随机振动-李雅普诺微分方程的精细积分在计算机上的实施算例。(The precise integration of random vibration- Lyapunov differential equations to implement on a computer example. )
    2014-11-03 21:49:10下载
    积分:1
  • simulab2
    stb building algo...........
    2013-04-02 11:41:08下载
    积分:1
  • S-function-to-Simulink
    S-函数是System function 系统函数的简称,是指采用非图形化(即计算机语言,而非Simulink 系统模块)的方式描述的功能模块。在MATLAB 中,用户除了可以使用MATLAB 代码编写S-函数以外,还 可以使用C、C++、FORTRAN 或Ada 语言编写S-函数,只不过用这些语言编写程序时需要用编译器生成 动态连接库(DLL)文件,然后在Simulink 中直接调用(S-function System Function system function, refers to the use of non-graphical (ie computer language, rather than the Simulink system module) way described functional modules. In MATLAB, the user can use MATLAB code to write the S-function outside can use C, C++, FORTRAN or Ada language preparation of the S-function, only in these languages ​ ​ to write programs need to use the compiler to generate dynamic link library (DLL ) file, and then called directly in Simulink)
    2013-05-15 09:54:55下载
    积分:1
  • SIR
    经典的疾病传播模型,包括SI、SIS、SIR模型等等(The classic model of disease transmission, including SI, SIR models, etc.)
    2020-12-12 14:09:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载