登录
首页 » 通信 » OFDM与噪声

OFDM与噪声

于 2022-01-25 发布 文件大小:2.21 kB
0 74
下载积分: 2 下载次数: 1

代码说明:

它是一个基本的OFDM编程,以了解OFDM系统是如何发送和接收不存在的噪音。它将显示如何添加循环前缀,如何执行ifft、fft等。

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

发表评论

0 个回复

  • modbus 源代码,功能 0x03,实施 0x10
    modbus 源代码,功能 0x03,0x10 实施 ;
    2022-08-16 05:30:27下载
    积分:1
  • 串口读写
    串口读写 -Serial reading and writing
    2022-11-09 07:05:04下载
    积分:1
  • example of detecting ras
    一个检测RAS的例子-example of detecting ras
    2022-03-15 08:40:21下载
    积分:1
  • 驱动例,优秀代码。
    driver example, excellent code.
    2022-02-27 02:10:15下载
    积分:1
  • Gallager1963 LDPC published papers.
    Gallager1963年发表LDPC论文。-Gallager1963 LDPC published papers.
    2023-08-13 17:05:03下载
    积分:1
  • PIC18F4550 + rfm42
    PIC18F4550与RFM42无线模块之间的通信;
    2022-09-17 22:05:02下载
    积分:1
  • optical circuit switch
    我们发现HLDA启发式算法适合于
    2022-06-21 12:20:50下载
    积分:1
  • A variety of chips commonly used in manual, including NE555.pdf, PCF8591.pdf, MA...
    各种常用的芯片手册,包括NE555.pdf,PCF8591.pdf,MAX232.pdf等32个文件-A variety of chips commonly used in manual, including NE555.pdf, PCF8591.pdf, MAX232.pdf and 32 files
    2022-02-13 10:35:58下载
    积分:1
  • c# plc modibus
    c# 串口 以太网通信 modibus  连接 plc  从文本框输入负数 -2 补码=反+1=进位+原数 Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数?? //發送二進制數據 ?????????????? private void SendBytesData(SerialPort serialPort) { ////从 文本框取得数据 如果负数 -2 怎么办???? byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text); spcom.Write(bytesSend, 0, bytesSend.Length); } 通过MODBUS TCP读写PLC源码 功能模块一:读写PLC主模块 using System; using System.Net; using System.Net.Sockets; public static void WriteWord(int mwAddress,int mwValue) {写字到以太网 if (init_plc() == 0) { try { hi = mwAddress / 256; low = mwAddress - hi * 256; hi1 = mwValue / 256; ///////////16bit low1 = mwValue - hi * 256; sendBuf[7] = 6; sendBuf[8] = (byte)hi; sendBuf[9] = (byte)low; sendBuf[10]
    2022-07-10 15:42:30下载
    积分:1
  • P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.
    P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.-P2P Firewall traversal code, P2P development as the matching code. xxxxxxxxxxxxxxxxxxxxxxxxxx
    2023-06-16 08:55:02下载
    积分:1
  • 696518资源总数
  • 104281会员总数
  • 62今日下载