-
Matlab7.x_dsp_code
《Matlab7.x数字信号处理》源码,人民邮电出版社06年版,学习DSP算法很好的参考资料( Matlab7.x digital signal processing source, and the people s version of Posts )
- 2008-04-24 00:12:05下载
- 积分:1
-
soumekh
一套完整的雷达仿真程序,雷达的各个部分的完整仿真,(A complete set of radar simulation program, the radar part of the integrity of the various simulations,)
- 2009-05-18 10:44:23下载
- 积分:1
-
06169936
Interference Management with Relay Cooperation in
Two-Hop Interference Channels
- 2013-08-19 17:33:33下载
- 积分:1
-
svkernel函数
svkernel函数为核函数 ,容易实现 , 参照核函数的公式编写代码就成(matlab)
- 2020-07-01 07:20:01下载
- 积分:1
-
matlab
说明: 杂波模型,可用于雷达信号处理中,其中模型为瑞利分布(Clutter model can be used for radar signal processing, which for the Rayleigh distribution model)
- 2008-09-10 19:23:57下载
- 积分:1
-
matlab_algorithms.tar
说明: 学习通信的人都知道,要进行信号处理的话,算法的编程非常繁琐,这里有一些自适应信号处理的算法,LMS,RLS,MMSE等的算法,希望大家喜欢。(learning communications are aware, the need for signal processing, programming algorithm is very complicated, there is some adaptive signal processing algorithms, LMS, RLS, the MMSE algorithm, hope you like them.)
- 2005-12-23 20:39:27下载
- 积分:1
-
Turbo
covolutional turbo coides
- 2012-03-22 14:22:00下载
- 积分:1
-
BIHT-l1
为了解决二进制CS而编写的算法,使用了用l1范数最小化(an algorithm for binary CS,use l1 norm)
- 2012-03-29 19:24:32下载
- 积分: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
-
biosig4octmat-2.93
EEG数据下载和运动想象分类,可作为一个很好用的工具箱来分析生物医学信号。(EEG data,including motor image classfication be very useful for BCI.It can be a toolbox to analyse ECG and EEG data,includeing filtering.)
- 2015-04-24 09:24:50下载
- 积分:1