-
MATLAB
matlab命令大全,初学者必备啊~~~~~~~~~~~~~~~~~~~~~~~~(matlab command Daquan, beginners must-ah ~~~~~~~~~~~~~~~~~~~~~~)
- 2010-05-27 10:57:52下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
armodle
计算AR模型的参数,包括滤波、去趋势化、AIC判断阶数、计算AR模型系数。(Calculation AR model parameters, including filtering, detrended, AIC judgment order to calculate the AR model coefficients.)
- 2013-08-26 16:59:49下载
- 积分:1
-
Check-Internet
To Check the internet connection on Windows
- 2015-04-10 23:58:50下载
- 积分:1
-
insdem08
inertial navigation system5
- 2008-01-09 19:37:56下载
- 积分:1
-
link
ofdm tutorial its a project report on ofdm using matlab
- 2010-01-05 14:23:06下载
- 积分:1
-
ahlyaguinn
neural network example
- 2015-01-14 23:29:25下载
- 积分:1
-
kmean
这是模式识别中关于k均值动态聚类算法的matlab源码(This is the pattern recognition on the k-means clustering algorithm Matlab FOSS)
- 2007-07-10 20:55:31下载
- 积分:1
-
adaptive_OFDM
自适应的MIMO-OFDM matlab源码(Adaptive MIMO-OFDM matlab source)
- 2008-06-10 21:42:57下载
- 积分:1
-
ELM
MATLAB实现ELM算法,并附带UCI经典数据。(MATLAB realization ELM algorithm, along with the classic UCI data.)
- 2021-03-01 01:09:35下载
- 积分:1