-
polar for sc
用SC译码算法进行极化码的解码,经典方法(Decoding of polarization codes with SC decoding algorithm)
- 2020-11-28 20:39:28下载
- 积分:1
-
Montecarlo
光源布局优化蒙特卡洛算法仿真等等对于平面估计定位精度提高(Simulation of light source layout optimization Monte Carlo algorithm and so on for improving the accuracy of plane estimation)
- 2017-12-14 11:23:14下载
- 积分:1
-
987526
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆,对于学习图像处理是个很好的入门()
- 2018-02-22 08:09:22下载
- 积分:1
-
DLL_LIBRARY32_2.1
CAREL控制器通讯协议,通过这个文件即可编写自己carel控制器监控程序(CAREL DLL_LIBRARY32_2.1)
- 2020-06-28 22:20:02下载
- 积分:1
-
MIMO-OFDM
此代码为MIMO-OFDM源程序,包括PSK调制与解调,空时分组编译码,信道建模等部分(This code for MIMO-OFDM source, including PSK modulation and demodulation, space-time block coding and decoding, channel modeling and other parts)
- 2014-05-23 09:45:44下载
- 积分:1
-
CounterPanel
A panel with test run counters.
- 2014-02-18 09:44:45下载
- 积分:1
-
pskfangzhen
实现4psk调制 理论和实际对比的误码率曲线输出(4PSK modulation error rate output)
- 2018-04-20 09:24:46下载
- 积分:1
-
NFC3
NFC协议第三部分,描述了NFC tag 2 通讯协议(NFC protocol third part describes the communication protocol NFC tag 3)
- 2016-06-26 11:23:02下载
- 积分:1
-
WINSOCK-UDP
基于VC++ 6.0 Winsock+UDP 广播信息源码(Based on VC++ 6.0 Winsock+ UDP broadcast source)
- 2011-09-22 21:10:05下载
- 积分:1
-
bpsk_Awagn_Rayleigh
说明: 实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on )
- 2010-03-22 23:11:17下载
- 积分:1