-
pam
simulink实现载波PAM信号传输并计算不同信噪比下的误码率(PAM Modulation In Simulink)
- 2012-11-25 10:27:00下载
- 积分:1
-
kssign_functions
说明: 语言的文法规则 说明 对原编译程序作了如下修改,增加了输入文件(The grammar rules of the language have been modified as follows to add input files to the original compile)
- 2019-01-01 01:12:04下载
- 积分:1
-
SPMA 基于信道忙统计的多信道媒体接入控制协议
SPMA 基于信道忙统计的多信道媒体接入控制协议,低时延高可靠(SPMA Statistics-based multichannel channel media access control protocol, high reliability and low latency)
- 2021-03-15 16:09:22下载
- 积分:1
-
OpenProtocol
BTicino的网关通讯协议详细说明,非常详细,看完了就可以自己动手控制BT智能家居了!(BTicino gateway protocol details, very detailed, have read to make your own intelligent home control it!)
- 2010-09-19 10:12:08下载
- 积分:1
-
ac-so-ro
说明: MANET routing model with DSR
- 2019-05-14 23:50:12下载
- 积分:1
-
SC_decoding in MATLAB
说明: polar码的SC译码,里面有详细的代码介功能绍pdf,非常细致(SC decoding of polar code, which has detailed code introduction function PDF)
- 2020-02-13 11:39:53下载
- 积分:1
-
test_sam
说明: 实现了polar在BEC信道下的编译码,画出了误码率图像(The encoding and decoding of polar in BEC channel is realized, and the bit error rate image is drawn.)
- 2019-04-09 15:37:28下载
- 积分:1
-
非相参积累
雷达系统,雷达信号中频非相参积累的简单代码(Radar system, radar signal, intermediate frequency, non coherent accumulation, simple code.)
- 2021-03-04 22:49:32下载
- 积分:1
-
ofdm-mimo-2x2-master
仿真MIMO系统,采用STBC编码,发射天线数目为2,接收天线数目为2(The MIMO system is simulated with STBC coding, the number of transmit antennas is 2, and the number of receiving antennas is 2)
- 2021-04-04 22:49:04下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1