登录
首页 » 通信 » 根据输入的调制方式对输入序列进行调制,完成对星座图的映射...

根据输入的调制方式对输入序列进行调制,完成对星座图的映射...

于 2022-09-14 发布 文件大小:2.06 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

根据输入的调制方式对输入序列进行调制,完成对星座图的映射-According to the modulation input sequence of input modulation, the completion of the mapping of the constellation diagram

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

发表评论

0 个回复

  • 综合业务数字网
    ISDN-Objects专门为DELPHI设计并优化。只要用简单的方法(如Connect/Disconnect/Sendfile/ReceiveFile等),你可以立刻在你的程序中加入ISDN的功能。超级的性能也是亮点之一。数字电话文件传输或传真,ISDN-Objects是你更快地开发ISDN应用的理想工具。ISDN-Objects的技术数据:非常简单的方法用以在最快速度下发送和接收数据,在线帮助,无限通道,无限控制器,CAPI 2.0,与ISDN卡生产商武官,编程简单,强大的高层方法(如SendFile / SendWave),支持所有ISDN协议数据压缩(如果CAPI驱动支持,将采用V.42bits),将电话实时转换到WAVE或反之。-ISDN-Objects for DELPHI design and optimization. As long as a simplistic way (such as Connect/Disconnect/Sendfile/ReceiveFile, etc.), you can immediately in your program to add ISDN function. Super is one of the highlights of the performance. File Transfer digital telephone or fax, ISDN-Objects is the faster you develop the ideal tool for ISDN applications. ISDN-Objects of the technical data: a very simple method for the fastest speeds in the send and receive data, online help, unlimited access, unlimited controller, CAPI 2.0, with the ISDN card manufacturers attache, programming is simple, powerful high-level methods (such as SendFile/SendWave), support all the ISDN
    2023-03-27 19:20:03下载
    积分:1
  • 一个串口调试软件的代码,很好用 一个串口调试软件的代码,很好用...
    一个串口调试软件的代码,很好用 一个串口调试软件的代码,很好用-a serial debugging software code, with a good serial debugging software code, easy to use
    2022-04-13 00:50:49下载
    积分:1
  • FPGASOPC开发快速入门教程中文版,详细讲解如何使用FPGA
    FPGASOPC开发快速入门教程中文版,详细讲解如何使用FPGA-QuickStart Development FPGASOPC Chinese version in detail on the use of FPGA
    2023-01-12 00:35:04下载
    积分:1
  • 经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文...
    经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文-classic HOWTO articles need to be friends to see and understand more about what is not bad. Here because you can find the necessary. English
    2023-07-31 14:45:03下载
    积分:1
  • 监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看...
    监控串口的传送状态,还可以打印监视报表,以及各种校验方式.不妨试试看-monitoring serial transmission of the state, but also can print statements surveillance, and various calibration mode. May Try
    2022-02-16 05:19:28下载
    积分:1
  • failed to translate
    易语言开发 合区账号查找工具 可以直接读取海浪合区工具生成的文件-failed to translate
    2022-11-26 17:15:04下载
    积分:1
  • 一个带有客户端服务器的十字棋游戏,很好的源码!谢谢!
    一个带有客户端服务器的十字棋游戏,很好的源码!谢谢!-a client server with the Crusaders game of chess, a good source! Thank you!
    2023-03-23 16:20:04下载
    积分:1
  • labview 变频控制485,CRC校验
    labview  变频控制485通信,CRC校验。labview  变频控制485通信,CRC校验
    2023-07-18 07:45:04下载
    积分:1
  • 基于linux平台用QT编写的串口代码
    基于linux平台用QT编写的串口通信代码,去年我使用Qt编写串口通信程序时,将自己的学习过程写成了教程(Qt编写串口通信程序全程图文讲解),但是由于时间等原因,我只实现了Windows下的串口通信,并没有去做Linux下的。自从教程发布到网上后,就不断有人提出相关的问题,而其中问的最多的就是,怎样在Linux下实现串口通信。因为有计划安排,而且没有开发板,所以一直没能去研究,也就没能给出很好的解决办法。前些天,网友hqwfreefly 用Qt写了一个叫linucom的Linux下串口调试程序,实现了Linux的串口通信。而且,正好现在我有几天假期,所以就和hqwfreefly合作,将linucom更新为Lincom,并且推出了Windows下的Wincom,然后完成了这篇Qt编写串口通信程序的专题教程,也算完成了我的一个心愿。
    2023-01-19 21:40:04下载
    积分:1
  • 为调试设备编写的RS232转以太网软件。 均使用异步方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息...
    为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS232 using the API written in Ethernet using Sockte class. The program uses two separate threads, the threads in the message is transmitted data, this program includes: RS232 asynchronous communication, Sockte asynchronous communication, the user interface thread, communication between threads.
    2022-03-24 03:34:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载