-
beamforming
说明: 里面包含CAPON、ML、MUSIC、RLS、LMS、循环MUSIC等算法,及算法比较(CAPON、ML、MUSIC、RLS、LMS and Cylic-MUSIC)
- 2020-11-17 10:09:40下载
- 积分:1
-
wav_svm
实现小波变换,并用支持向量机进行识别;可以自己准备两类样本图片,进行特征提取等(To achieve the wavelet transform and support vector machine to identify can prepare two types of sample pictures, feature extraction)
- 2012-05-12 09:41:42下载
- 积分:1
-
C-Cmethod-for-delay-time
C-C法求相空间重构的延迟时间,内有详细说明方法,(CC method for phase space reconstruction delay time, with detailed description of methods,)
- 2013-08-26 10:30:35下载
- 积分:1
-
Skewed_t_toolbox
偏态t分布分布函数,密度函数,对数似然函数,逆分布函数,随机模拟等等程序,对应学习偏态t分布的初学者特别适用(This zip file contains 5 functions: the pdf, cdf, log-likelihood, inverse cdf and a function to generate random draws the skewed t distribution.)
- 2020-12-09 20:19:19下载
- 积分:1
-
travelingsalesman
用遗传算法解决旅行商问题简洁方便,而且计算精确(Traveling salesman problem using genetic algorithms to solve simple and convenient, and accurate calculation)
- 2010-08-27 10:40:43下载
- 积分:1
-
Langmuir_Probe
Langmuir_Probe PLASMA simulation
- 2013-09-03 23:27:35下载
- 积分: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
-
ARMAforecast
用matlab做时间序列分析,建立ARMA模型的示例程序,清晰易懂,备注完整。(Using matlab to do time series analysis, ARMA model sample program, lucid, notes intact.)
- 2020-10-22 17:27:23下载
- 积分:1
-
nlfet
nonlinear finite element code using matlab
- 2013-12-28 14:58:00下载
- 积分:1
-
KNN
用KNN仿真WiFi室内定位,指纹法室内定位(KNN simulation using WiFi indoor positioning)
- 2015-12-21 13:55:02下载
- 积分:1