-
STBC
单径瑞利信道中的两发一收STBC:Simulink进行仿真,测量BPSK调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。含理论分析
(Space-time block code Simulink BPSK)
- 2020-12-05 15:49:23下载
- 积分:1
-
LBGK_D2Q9_poiseuille_channel2D
二维通道层流,matlab实现,格子玻尔兹曼方法(Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark.)
- 2017-10-26 15:42:47下载
- 积分:1
-
Alamouti_OFDM
STBC-OFDM中Alamouti的仿真实现,包括信道编译码和二进制信源(STBC-OFDM in the simulation implementation Alamouti, including channel encoding and decoding and binary source)
- 2009-04-06 19:37:55下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
runge_kutta
runge_kutta 四阶算法 还有Simpson算法(runge_kutta Simpson algorithm of fourth order algorithms are)
- 2010-05-08 10:15:16下载
- 积分:1
-
songci_zhizuo
随意用MATLAB制作宋词,DIY...............(Song produced using MATLAB random, DIY ...............)
- 2014-01-02 15:45:36下载
- 积分:1
-
win32
This is the standard windows help file
- 2015-04-22 18:38:13下载
- 积分:1
-
SVD
说明: matlab程序,利用svd原理编写的svd分析海温的程序。(Matlab program, using the SVD principle of SVD analysis of SST program.)
- 2020-03-29 14:49:14下载
- 积分:1
-
stbc12
matlab code for space time coding
- 2010-12-22 17:45:49下载
- 积分:1
-
EMD-denoising
内容包括:EMD去噪,小波去噪,有仿真实例(Contents include : EMD denoising , wavelet denoising, there are simulation examples)
- 2021-04-15 08:58:54下载
- 积分:1