-
ECE 4634
说明: Zero forcing - with interference cancellation
- 2019-04-27 21:44:17下载
- 积分:1
-
Cap02_Shadowing
无线信道建模一直以来都很复杂,而且不同场景下的模型差异较大,这是一本专门讲解无线信道建模方法的书籍配套的matlab例程(Channel modeling has been very complex, and the model under different scenarios are quite different, which is the one devoted to channel modeling method books matching matlab routines)
- 2013-09-13 09:43:26下载
- 积分:1
-
最新C版触摸库
合泰最新版触摸库,可直接调用,BS83.....(Including the design of the module and HCI and antenna)
- 2019-05-23 17:17:16下载
- 积分:1
-
单通道跳频信号生成的子函数
说明: 用于生成多用户的单通道的跳频信号的子函数(Frequency Hopping Signal for Generating Multi-user Single Channel)
- 2019-06-23 17:25:48下载
- 积分:1
-
BPSK-AWGN
BPSK在AWGN信道下的仿真程序,matlab代码,功能齐全,是一个很好的平台(BPSK in AWGN channel under the simulation program, matlab code, full-featured, is a good platform)
- 2007-12-24 20:15:53下载
- 积分:1
-
ofdms
说明: ofdm system
1. applyOFDMChannel
2. calculateOFDMBER
3. generateOFDMSignal
4. getOFDMPreambleAndPilot
5. OFDMReceiver
6. OFDMSynchronizationExample
7. OFDMTransmitter
8. processOFDMScopes
9. receiveOFDMSignal
- 2019-05-31 15:10:31下载
- 积分:1
-
DRSP
建立无线传感网中节点路由的减少重传次数的一种算法(An algorithm to establish the number of node routing in wireless sensor networks to reduce retransmission)
- 2012-08-03 13:58:55下载
- 积分:1
-
ChannelCodingMatlabSimulation
简单的信道编码matlab仿真程序,主要是无噪声信道和高斯噪声信道下的信道仿真。(Simple channel coding matlab simulation program, the main channel is no noise and Gaussian noise channel channel simulation.)
- 2013-07-18 16:03:28下载
- 积分:1
-
Protograph_EXIT_chart-master
说明: matlab ldpc EXIT code
- 2020-02-28 12:43:26下载
- 积分: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