-
Chirp_LFM_B
线性调频脉冲信号压缩,matlab程序,脉冲压缩实验(Chirp signal compression matlab program)
- 2014-12-06 13:19:50下载
- 积分:1
-
SCCCmatlab
SCCC iterative decoding using the Communications System Toolbox MATLAB.
- 2015-06-07 21:21:23下载
- 积分:1
-
肌电BP
matlab例程 bp神经网络训练算法(BP neural network training algorithm)
- 2020-11-06 20:09:54下载
- 积分:1
-
liufun
有小波分析的盲信号处理,包含优化类的几个简单示例程序,相控阵天线的方向图(切比雪夫加权)。( There Wavelet Analysis Blind Signal Processing, Optimization class contains several simple sample programs, Phased array antenna pattern (Chebyshev weights).)
- 2016-09-22 17:41:45下载
- 积分:1
-
guidinghua
直方图规定化,用于matlab图像处理。所谓直方图规定化,就是通过一个灰度映像函数,将原灰度直方图改造成所希望的直方图。所以,直方图修正的关键就是灰度映像函数。(Histogram specification for matlab image processing. The so-called histogram specification is through a grayscale image function, the original histogram transformed into the desired histogram. Therefore, the key is the gray image histogram correction function.)
- 2014-11-05 15:39:53下载
- 积分: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
-
phase-mag-nonilm
相位衬度成像中由振幅得到相位的恢复算法,MATLAB运行环境(Phase-contrast imaging obtained by the amplitude phase restoration algorithm, MATLAB runtime environment)
- 2007-10-29 16:00:24下载
- 积分:1
-
PerformanceEvaluationIEEE802.15.4PHY_Matlab
paper on 802.15.4 simulation
- 2010-10-11 21:11:49下载
- 积分:1
-
huise
灰色预测GM(1,1)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算-Gray prediction GM (1,1) model matlab source code, including the prediction model, as well as indicators of model accuracy test c, p calculation(Gray prediction GM (1,1) model matlab source code, including the establishment of forecasting model, as well as test the accuracy of the model indicators c, p calculation-Gray prediction GM (1,1) model matlab source code, including the prediction model, as well as indicators of model accuracy test c, p calculation)
- 2009-05-02 11:11:10下载
- 积分:1
-
judger
最小错误率和最小风险贝叶斯分类器,附带示例数据(Minimum error rate and minimum risk Bayes classifier, with sample data)
- 2010-03-12 10:45:24下载
- 积分:1