-
Redge-regression
说明: 岭回归的matla源程序,主要用于解决无法求逆或需要更好的解时所用的(Ridge regression matla source, mainly used to solve the inverse can not be a better solution or need to use when)
- 2011-04-13 23:05:55下载
- 积分:1
-
Clarke_c2000_rtw
用matlab自动生成的DSP代码。。。。
(matlab automatically generated DSP code)
- 2012-04-02 14:54:29下载
- 积分: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
-
NK
说明: Includes source codes to find DFT of a sequence, to find odd and even components of a signal, to perform PSK, FSK, QPSK.
- 2013-10-07 17:26:38下载
- 积分:1
-
Simulated-Annealing-matlab-codes
模拟退火算法matlab程序,有详细使用说明。(Simulated Annealing Matlab codes)
- 2021-04-15 08:08:54下载
- 积分:1
-
jiaquanjuzhen
信号处理中波束形成时各种加权矩阵,包括长球函数权值和Kaiser加权(Beamforming signal processing for the various weighting matrix, including the prolate spheroidal functions and Kaiser weighting function)
- 2011-05-06 19:53:01下载
- 积分:1
-
matchbycorrelation
matlab编制的通过卷积完成特征点匹配的软件(match image feature points by correlation)
- 2020-12-10 10:59:18下载
- 积分:1
-
Ising
伊辛相变模型,广泛应用于固体物理,动力学分析。(ising phase model for solid physics.)
- 2014-01-18 22:30:41下载
- 积分:1
-
quzao
matlab使用各种滤波函数实现图片的去噪处理(using the function denoising )
- 2010-08-26 16:37:46下载
- 积分:1
-
Nova-OFDM-16QAM_Rec
二维导频的信道估计,有效的减小瑞利多径信道对通信系统影响。OFDM系统,调制方式16QAM,线性内插。(2D pilot aided channel estimation. OFDM system, linear interpolation.)
- 2011-05-26 04:10:42下载
- 积分:1