登录
首页 » c » OFDM系统仿真代码

OFDM系统仿真代码

于 2023-02-16 发布 文件大小:11.19 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

该代码是提现OFDM技术中的信道容量,根据代码可以得出该系统的信道容量与天线的输入个数,也就是用户数量的增加而导致的频谱资源的利用率是则么样的

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

发表评论

0 个回复

  • log
    me gusta la programacion al extremo
    2009-11-10 22:49:19下载
    积分:1
  • 串口运动控制上位机/C#串口助手源码
    C#串口运动控制上位机源码,主要用于运动控制调试,比如在"M "栏输入1000,串口输出M 1000,,在"M-"输入1000,串口输出M-1000;下位机可根据指令进行区别驱动电机方向运动 串口运动控制上位机 └── 马达串口运动控制上位机     ├── SerialCommunicate     │   ├── Form1.Designer.cs     │   ├── Form1.cs     │   ├── Form1.resx     │   ├── Program.cs     │   ├── Properties     │   │   ├── AssemblyInfo.cs     │   │   ├── Resources.Designer.cs     │   │   ├── Resources.resx     │   │   ├── Settings.Designer.cs     │   │   └── Settings.settings     │   ├── SerialCommunicate.csproj     │   ├── bin     │   │   ├── Debug     │   │   │   ├── SerialCommunicate.exe     │   │   │   ├── SerialCommunicate.pdb     │   │   │   ├── SerialCommunicate.vshost.exe     │   │   │   └── SerialCommunicate.vshost.exe.manifest     │   │   └── Release     │   │       ├── SerialCommunicate.exe     │   │       ├── SerialCommunicate.pdb     │   │       ├── SerialCommunicate.vshost.exe     │   │       └── SerialCommunicate.vshost.exe.manifest     │   └── obj     │       ├── Debug     │       │   ├── DesignTimeResolveAssemblyReferences.cache     │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache     │       │   ├── SerialCommunicate.Form1.resources     │       │   ├── SerialCommunicate.Properties.Resources.resources     │       │   ├── SerialCommunicate.csproj.FileListAbsolute.txt     │       │   ├── SerialCommunicate.csproj.GenerateResource.Cache     │       │   ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │       │   ├── SerialCommunicate.exe     │       │   ├── SerialCommunicate.pdb     │       │   └── TempPE     │       └── Release     │           ├── 3ed801191daeeafe4f32720599873cc71f6b.png     │           ├── DesignTimeResolveAssemblyReferences.cache     │           ├── DesignTimeResolveAssemblyReferencesInput.cache     │           ├── QIcon Changer.exe     │           ├── SerialCommunicate.Form1.resources     │           ├── SerialCommunicate.Properties.Resources.resources     │           ├── SerialCommunicate.csproj.FileListAbsolute.txt     │           ├── SerialCommunicate.csproj.GenerateResource.Cache     │           ├── SerialCommunicate.csprojResolveAssemblyReference.cache     │           ├── SerialCommunicate.exe     │           ├── SerialCommunicate.pdb     │           └── TempPE     ├── SerialCommunicate.sln     └── SerialCommunicate.v11.suo 11 directories, 40 files
    2021-08-15 00:31:13下载
    积分:1
  • C# 播放器屏幕保护程序
    里面有定时器的基本用法
    2013-02-24下载
    积分:1
  • mtm
    多频道功率谱计算程序,比常规功率分辨率更高(Multi-channel power spectrum calculation program, a higher resolution than conventional power)
    2008-12-10 14:13:34下载
    积分:1
  • BankSystem
    刚学完VC++,试着在VS2010下编写的一个银行活期储蓄系统,用到MFC对话框、CSocket、数据库(After studying VC++, try to write in a bank Savings VS2010 system, used in MFC dialog, CSocket, database)
    2014-01-26 16:26:17下载
    积分:1
  • GPS卡尔曼滤波跟踪算法GPS_Kalman
    用matlab编写的GPS卡尔曼滤波跟踪算法,可用于GPS导航里目标跟踪估计等,非常好用!(Prepared using matlab GPS Kalman filter tracking algorithm can be used for GPS navigation in target tracking estimation, very easy to use!)
    2020-07-08 10:48:56下载
    积分:1
  • disparity-map
    利用matlab立体匹配,可获得立体图像左右视图的视差图代码,效果不错 (Matlab matching around view of the three-dimensional image can be obtained disparity map code, good results)
    2013-03-24 10:37:34下载
    积分:1
  • POP3mail
    C#自写的POP3邮件接收程序源代码,通过这个接收客户端可接收指定邮箱地址内的邮件,查看邮件内容等功能,在使用之前,请先设定相关参数:POP3地址、用户名、密码、邮件编号等,设置完成可点击连接测试。用110端口新建POP3服务器连接,根据邮件编号从服务器获得相应邮件,向服务器发送QUIT命令从而结束和POP3服务器的会话,更新按钮的状态,注意到连接与断开(收取邮件)状态是互斥的(Desde que escribí el código fuente en C# para recibir correo electrónico POP3, dirección de correo electrónico en el e-mail especificado a través de este cliente receptor puede recibir, ver el contenido del mensaje y otras funciones, antes de usar, por favor corriga los parámetros relevantes: dirección POP3, nombre de usuario, contraseñ a, número de mensaje, etc, haga clic en la configuración de la prueba de conexión se ha completado. Nuevo servidor POP3 utiliza el puerto 110 conexiones a recoger el correo desde el servidor basado en el número de aviso correspondiente, envía SALIR comando al servidor servidor y POP3 poniendo así fin a la sesión, el botón de actualización de estado, y señ aló que conectar y desconectar (recepción de correo) estados son mutuamente excluyentes)
    2014-04-09 13:33:33下载
    积分:1
  • MouseSimulation
    ͨ
    2008-08-26 18:52:52下载
    积分:1
  • lab4
    CSAPP Code Optimization lab
    2014-12-06 13:09:29下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载