-
导引辅助的信道估计
说明: 在单径瑞利信道中,设计一种时分的导引辅助的信道估计方法,用Simulink和m语言进行仿真,测量BPSK的误码率性能,画出比特信噪比与误码率的关系曲线,并与理论误码率曲线进行对比(In the single path Rayleigh channel, a time-division guidance aided channel estimation method is designed. The simulation is carried out with Simulink and M language. The BER performance of BPSK is measured, and the relationship curve between bit signal-to-noise ratio and BER is drawn, and compared with the theoretical BER curve)
- 2021-03-21 11:48:48下载
- 积分:1
-
CNC-Control-Code
西門子CNC系統編程代碼表,對初學者幫助很大(Siemens CNC system control code )
- 2013-07-26 11:36:00下载
- 积分:1
-
three-basic-collaborativ
AF,DF,CC,三种基本协作方式仿真程序(Simulation of three basic collaborative approach)
- 2011-07-05 21:05:50下载
- 积分:1
-
能量检测法源代码
说明: 不同信噪比下,能量检测虚警概率与检测成功率的关系(The relationship between energy detection false alarm probability and detection success rate under different SNR.
.)
- 2021-04-24 09:58:48下载
- 积分:1
-
TMS320-F28335LED_test
控制TMS320-F28335 LED灯闪烁(TMS320-F28335 LED test)
- 2019-02-22 15:51:22下载
- 积分:1
-
16QAM
16QAM光信号信号调制,传输以及解调解调(16QAM signal modulation and demodulation)
- 2017-10-14 14:44:17下载
- 积分:1
-
PAPR
OFDM中降低峰均比的方法,将传统的SLM法,改进的SLM法和限幅加改进SLM法进行比较(Compare OFDM PAPR reducing methods in the traditional SLM method, improved SLM method and limiter plus improved SLM method)
- 2014-09-22 06:45:54下载
- 积分:1
-
程序
说明: 以均匀圆阵为例,通过功率倒置算法,使特定方向上的天线增益最大,已达到波束成形,空域滤波的目的
参考文献《GNSS空域抗干扰算法研究及FPGA实现》(Research on Spatial Anti-jamming
Algorithms of GNSS and FPGA
Implementation)
- 2020-10-10 10:37:35下载
- 积分:1
-
mmWave_Channel_Model-master
使用matlab进行毫米波信道模型仿真,很棒的源码(Millimeter-wave channel model simulation using matlab, great source code)
- 2019-03-07 16:28:43下载
- 积分: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