-
基于Simulink的分布式MIMO OFDM无线通信仿真
MATLAB/Simulink的平台上,设计并实现了一种多输入多输出、正交频分复用的无
线通信系统健路级仿真。针对多输入多输出通信系统仿真对硬件资源消耗严重的不足,提出了一种
在MATLAB/Simulink环境下利用局域网内多台PC进行吩布式联合—防真的方案。该方案灵活有效,
可广泛应用于各类具有高复杂度的通信类仿真。
- 2022-10-16 13:45:02下载
- 积分:1
-
振动仿真 vibration simulation using matlab and ansys!
振动仿真 vibration simulation using matlab and ansys!-Vibration Simulation vibration simulation using matlab and ansys!
- 2022-03-25 16:55:25下载
- 积分:1
-
Delphi 7 从入门到精通随书源码,写的比较浅显易懂,不过是英文版的,相信对你会有帮助。...
Delphi 7 从入门到精通随书源码,写的比较浅显易懂,不过是英文版的,相信对你会有帮助。-Delphi 7 from entry to the source proficient with the book, written in relatively simple words, but is the English version, and I believe that will be helpful to you.
- 2022-11-07 04:40:07下载
- 积分:1
-
Ip&router教材
Ip&routeræ•™æ-Iprouter materials
- 2023-06-02 09:35:04下载
- 积分:1
-
数据结构中的一个经典案例,HuffmanTree 先将其实现,看看,应该还可以...
数据结构中的一个经典案例,HuffmanTree 先将其实现,看看,应该还可以-data structure of a classic cases, achieving its first HuffmanTree see, but should also be! !
- 2022-05-06 13:20:06下载
- 积分:1
-
德仪官方网站上的msp430系列的详细介绍,msp430开发者必备。
德仪官方网站上的msp430系列的详细介绍,msp430开发者必备。-Official website of Texas Instruments MSP430 series of detailed introduction, msp430 developers must.
- 2023-08-12 05:05:04下载
- 积分:1
-
《开发自己的搜索引擎――lucene+nutch》(第2版)搜索引擎数据镜像数据1...
《开发自己的搜索引擎――lucene+nutch》(第2版)搜索引擎数据镜像数据1-lucene+nutch,data mirror
- 2022-12-08 12:10:09下载
- 积分:1
-
第二章语言概述 ppt 编译原理
第二章语言概述 ppt 编译原理-Chapter II Language Overview ppt Compiler Principle. . . . .
- 2022-01-30 23:10:18下载
- 积分:1
-
EXCEL表格数据导入数据库的例子,用delphi做的,不错的参考例子...
EXCEL表格数据导入数据库的例子,用delphi做的,不错的参考例子-EXCEL spreadsheet data into a database of examples, using delphi to do, and a good reference example
- 2022-05-15 23:15:06下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1