-
PAPER5
doppler spread estimation for wireless ofdm systems
- 2015-02-01 12:20:38下载
- 积分:1
-
MATLAB
学习matlab的很经典的几本书籍,包括MatLab程序设计.pdf MATLAB基础及其应用.pdf MATLAB语言编程.pdf(Matlab very classic study of several books, including MatLab programming. Pdf MATLAB and its application. Pdf MATLAB programming language. Pdf)
- 2009-11-10 20:24:36下载
- 积分:1
-
x2majoraxis
在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之二(In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function of the Second Series)
- 2009-04-27 15:25:08下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
meshinginmatlab
simple mesh generation in matlab
- 2010-06-04 20:04:51下载
- 积分:1
-
extr
Algorithms for the extraction of the extrema of a signal
- 2013-04-08 20:33:45下载
- 积分:1
-
SC_FDE_MAIN.m
说明: 仿真了SC_FDE系统QPSK调制信号通过帧同步,定时同步,载波同步,信道估计和频域均衡之后重新解码的过程,对初学者可能有用(Simulated SC_ FDE system,which QPSK modulation signal is decoded after frame synchronization, timing synchronization, carrier synchronization, channel estimation and frequency-domain equalization. It may be useful for beginners)
- 2021-03-21 20:19:17下载
- 积分:1
-
matlab-functions
说明: 最基本的matlab函数,最全面,最基础,希望能有用(Matlab basic functions, the most comprehensive, the most basic and hope to be useful)
- 2011-03-21 15:38:02下载
- 积分:1
-
Untitled
对图像进行端点检测,并将两者图像显示,进行比较,检测图像的峰值位置(The image endpoint detection, and the two images show a peak position comparing the detected image)
- 2016-04-13 12:19:55下载
- 积分:1
-
Simulated-annealing-algorithm
模拟退火算法,计算复杂函数极值,可以通过这个函数计算最值,得出最优解(Simulated annealing algorithm, the computational complexity of the function extreme value, you can calculate the value of this function, the optimal solution)
- 2011-04-27 17:35:15下载
- 积分:1