-
vandemonde
该函数能产生一个任意阶的范德蒙德数组,可以用在无线通信等诸多领域。(This matlab function will generate an arbitrary-way Vandermonde arry.)
- 2017-11-22 10:49:20下载
- 积分:1
-
bsbsbs
说明: 用于通信方向中的信道估计,使用的语言是matlab(Used for channel estimation in the communication direction, the language used is matlab)
- 2020-06-24 12:20:02下载
- 积分:1
-
大程序
说明: 迭代信道估计,ls信道估计方式 MMSE均衡 迭代了四次(4times iterative channel estimation with LS and MMSE)
- 2020-07-30 07:48:00下载
- 积分:1
-
AD9854代码
300 MHz内部时钟频率
集成的12位输出DAC
超高速,3 ps RMS抖动比较器9854代码(300 MHz Internal Clock Rate
Integrated 12-Bit Output DAC
Ultrahigh-Speed, 3 ps RMS Jitter Comparator9854code)
- 2021-04-26 14:08:45下载
- 积分:1
-
FSE
this code for FSE equalizers
- 2018-03-16 20:44:48下载
- 积分:1
-
i-jetty-xs-(1)
ijetty服务器的启动关闭以及资源下载,基本框架,直接import进eclipse就可运行(ijetty server startup shutdown, and resources, the basic framework for direct import into eclipse can be run)
- 2013-07-01 14:21:25下载
- 积分:1
-
DSTBC
4发1收差分空时分组码系统的编码和译码程序(DSTBC coding and decoding program)
- 2009-02-24 16:06:22下载
- 积分:1
-
配套资料源码
说明: 通信仿真 实现了PAM调制解调 误码率计算等等功能,有助于各方面学习(Communication simulation realizes the error rate calculation of PAM modulation and demodulation and other functions, which is helpful for all aspects of learning.)
- 2019-05-23 19:30:37下载
- 积分:1
-
LFM
用MATLAB产生线性跳频信号,中心频率和带宽可调(Using MATLAB to generate linear frequency hopping signal with adjustable center frequency and bandwidth)
- 2020-08-27 10:08:13下载
- 积分: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