-
ANN
BP网络算法,采用matlab编程。有很广泛的实用性(BP network algorithm using matlab programming. There are a wide range of practical)
- 2008-07-07 19:19:27下载
- 积分:1
-
discrete_control
Control system program. Lab course
- 2014-12-05 01:45:38下载
- 积分:1
-
score
对获得的512维小波特征进行了PCA降维处理,将特征空间降至100维,并采用前面得出的最佳系数针对多项式核函数和高斯径向基核函数(On access to the 512-dimensional wavelet features to reduce the dimension of the PCA, will feature space to 100 dimensions, and using the best coefficients obtained for the previous polynomial kernel function and Gaussian radial basis function)
- 2011-04-30 11:32:18下载
- 积分:1
-
RPLS
递推偏最小二乘法(RPLS)采用自适应更新策略,更好的实现建模和实时监测,并提供实例说明。(Recursive partial least squares (RPLS) using adaptive update strategy, better realize the modeling and real-time monitoring, and provide examples.
)
- 2021-04-24 14:58:48下载
- 积分:1
-
triangulationalgorithms
基于MATLAB对两种三角化算法的分析 基于MATLAB对两种三角化算法的分析(MATLAB based on the analysis of two kinds of triangulation algorithmsMATLAB based on the analysis of two kinds of triangulation algorithms)
- 2013-11-18 10:23:07下载
- 积分: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
-
ARestimation
时间序列分析示例程序,用matlab建立AR(P)模型的完整过程,简洁易懂,备注完整。(Time series analysis sample program, using matlab to establish AR (P) model the complete process, easy to read, notes intact.)
- 2021-04-04 21:19:04下载
- 积分:1
-
多智能体蜂拥模型 MultiAgent-Flocking-framework-master
多智能体蜂拥模型,可选择不同的期望间隔,并录有仿真视频(The multi-agent swarm model can select different expectation intervals and record simulation videos.)
- 2021-03-30 13:59:09下载
- 积分:1
-
signal_compress_demo
MATLAB程序,用小波变换的方法实现Haar分解与重构。(MATLAB program, the method used to achieve Haar wavelet transform decomposition and reconstruction.)
- 2010-06-02 13:43:57下载
- 积分:1
-
singlearea
newton rapson method for line flow data
- 2011-09-04 14:44:06下载
- 积分:1