登录
首页 » 通信 » 在这个仿真模型,baseband 8

在这个仿真模型,baseband 8

于 2023-08-23 发布 文件大小:8.10 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

In this simulink model , baseband 8-ary PAM detection is simulated .A half-sine pulse shaped PAM signal is given as input to the detector.The received signal is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The 8-ary PAM signal transmitted is recovered at the detector output.

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

发表评论

0 个回复

  • MICROCHIP 公司的 ENC28J60 网络芯片的技术文档。
    MICROCHIP 公司的 ENC28J60 网络芯片的技术文档。-MICROCHIP company" s chips ENC28J60 Network technical documentation.
    2023-03-06 09:55:04下载
    积分:1
  • MIMO wireless communication system receiver ZERO
    mimo无线通信系统的ZERO-FORCING 接收机的MATLAB实现。给出了仿真图形-MIMO wireless communication system receiver ZERO-FORCING realize MATLAB. Graphical simulation
    2022-06-11 12:06:06下载
    积分:1
  • linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用...
    linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用-driver linux usbkiller e-book collection on the development of stratigraphic procedure linux have a good guide
    2022-11-01 10:10:03下载
    积分:1
  • 交互式方针工具,研究用于线性盲道均衡的CMA算法,Matlab程序
    交互式方针工具,研究用于线性盲信道均衡的CMA算法,Matlab程序-The BERGulator is a MATLAB5-based interactive simulation tool aimed at studying the behavior of the Constant Modulus Algorithm (CMA) when used for direct blind linear channel equalization.
    2023-08-26 02:50:03下载
    积分:1
  • 很好的Linux进程
    一款很不错的Linux程序-pretty good Linux process
    2022-11-07 18:40:03下载
    积分:1
  • 搜狗代理
    需要设置代理为  3129,可将本机作为代理服务器,实现数据的转发,进而完成代理功能                                                               
    2022-03-18 21:21:36下载
    积分:1
  • 移动道配置两种方式的C语言实现,里面还附了一篇报告...
    移动通信信道配置两种方式的C语言实现,里面还附了一篇报告-Channel configuration in two ways to achieve the C language, which is also included in a report
    2022-07-01 15:59:43下载
    积分:1
  • 用vb编写的能管理自己日程计划的程序。后台用access数据库,非常不错的。...
    用vb编写的能管理自己日程计划的程序。后台用access数据库,非常不错的。-with vb prepared to manage their own schedules procedures. Background database with access, very good.
    2023-05-25 11:25:02下载
    积分:1
  • librerias iec 870
    librerias iec 870-5-101 con demo
    2023-02-04 09:00:04下载
    积分:1
  • VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
    VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
    2023-07-24 17:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载