登录
首页 » matlab » MZM_OOK

MZM_OOK

于 2020-11-16 发布
0 69
下载积分: 1 下载次数: 11

代码说明:

说明:  利用matlab实现马赫曾德尔调制器的OOK调制(Using matlab to realize OOK modulation of MZM)

文件列表:

MZM_OOK, 0 , 2019-08-05
MZM_OOK\RZ-OOK和RZ-BPSK, 0 , 2019-08-05
MZM_OOK\RZ-OOK和RZ-BPSK\add_noise.m, 1006 , 2016-10-11
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of NRZ-BPSK.fig, 189047 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of NRZ-OOK.fig, 190802 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ33-BPSK.fig, 675013 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ33-OOK.fig, 710766 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ50-BPSK.fig, 690467 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ50-OOK.fig, 756773 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ66-BPSK.fig, 641638 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\Eye diagram of RZ66-OOK.fig, 676327 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\main.m, 3592 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\NRZ-BPSK.fig, 212280 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\NRZ-OOK.fig, 212600 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\OOK.m, 2012 , 2016-10-31
MZM_OOK\RZ-OOK和RZ-BPSK\Read me.docx, 23162 , 2016-10-11
MZM_OOK\RZ-OOK和RZ-BPSK\RZ33-BPSK.fig, 676910 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\RZ33-OOK.fig, 703279 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\RZ50-BPSK.fig, 678878 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\RZ50-OOK.fig, 704967 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\RZ66-BPSK.fig, 652661 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\RZ66-OOK.fig, 666731 , 2016-10-27
MZM_OOK\RZ-OOK和RZ-BPSK\t2f.m, 212 , 2016-10-11

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

发表评论

0 个回复

  • lab kmin
    rgb2lab空间,然后提取各颜色分量,用k值分割,很好的达到了区分效果。(The rgb2lab space is then extracted from each color component and segmented by K value.)
    2018-08-19 09:47:25下载
    积分:1
  • 组件的进展巴尔
    像 ubunto barr 颜色司的变化与进步巴尔的酒吧在节点和多 mure,我发现这分组件时寻求其他人为我的项目。
    2022-01-24 16:08:14下载
    积分:1
  • 1
    说明:  5G网络仿真,附带matlab程序以及论文,适合做5G研究的同学看看!(Optimal femtocell density for maximizing throughput in 5G heterogeneous networks under outage constraints)
    2018-07-12 17:57:53下载
    积分:1
  • chrome_elf
    说明:  BlockTheSpot - Spotify ad-blocker Installation: 1.) Browse to Spotify installation folder %APPDATA%Spotify 2.) Download chrome_elf.zip 3.) Replace chrome_elf.dll, config.ini from chrome_elf.zip to that folder.
    2020-04-22 04:49:48下载
    积分:1
  • 康复机器人 临床上的要求的康复训练内容
    说明:  该系统能够帮助中枢神经损伤患者完成临床上的要求的康复训练内容,通过训练参数的反馈给患肢康复效果的总体评价结果。(The system can help patients with central nervous system injury to complete the clinical requirements of rehabilitation training content, through the feedback of training parameters to the overall evaluation results of the rehabilitation effect of the affected limb.)
    2020-06-27 01:20:02下载
    积分:1
  • web前端黑客技术揭秘
    学习前端安全必备,php程序员可以借鉴学习(Learning Front End Safety Necessary)
    2019-06-10 16:28:44下载
    积分:1
  • Genetic-Algorithm-master
    适用于学习调度的同志学习,如有错误,希望指教(For the study of scheduling comrades learning, if there is a mistake, I hope to enlighten.)
    2018-11-02 21:03:32下载
    积分:1
  • Delphi将TableToClass 表文件转换成类文件
    Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;    //读取数据库名称列表    function ReadDBNameList: TStringList;    //读取数据表名称列表    function ReadTableNameList: TStringList;    function TableToClassInfo(ATableName: string): TStrings;    //取得SQLServer字段的类型,返回相应Delphi变量类型    function GetColumnType(AType: integer): string;    //取得SQLServer字段的类型,返回相应字符串    function GetDBColumnType(AType: integer): string;    //仅生成类信息    procedure GenerateClassInfo;    //生成Unit文件    procedure GenerateUnitFile;    procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);    //取得保存的文件名,没有扩展名    function GetFileName(AFileName: string): string;    //保存文件    procedure SaveToFile(AList: TStringList = nil);    //取取选择数据表的数量
    2022-03-24 10:52:12下载
    积分:1
  • 基于Matlab的振动加速度信号处理方法的研究_张芳
    说明:  在 matlab 开发平台上,首先进行数据平滑处理,再采用快速傅里叶算法在频域进行 滤波和积分处理,得到重要的速度和位移指标参数,(On the matlab development platform, the data is smoothed first, then the FFT algorithm is used to filter and integrate in the frequency domain, and the important parameters of velocity and displacement are obtained,)
    2020-03-02 14:36:51下载
    积分:1
  • 对象闪烁功能
    对象闪烁功能-functional objects scintillation Contents Paragraphs Page
    2022-05-24 17:14:45下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载