-
tswcs
基于小波基的树结构的贝叶斯方法,采用MCMC推断方法。(Tree structure of wavelet-based Bayesian methods using MCMC inference method.)
- 2009-10-28 15:26:03下载
- 积分:1
-
example
说明: 基本滤波的小程序例子 关于 卡尔曼滤波的kalman(kalman)
- 2010-04-15 21:58:27下载
- 积分:1
-
FFT
fft源代码,感觉代码不错,所以传上去了,希望对大家有帮助。(fft source code, can only pass one, so this is only passing on part of the other part of the horse uploaded in the past)
- 2013-05-10 21:36:59下载
- 积分:1
-
param1
水下航行器水动力参数估算,粘性水动力,惯性水动力。(Hydrodynamic Parameters of AUV estimated viscous hydrodynamics, hydrodynamic inertia.)
- 2016-05-10 10:27:41下载
- 积分:1
-
Signal_system_Experiment
信号与系统实验源代码
包括:实验一 周期信号的谐波逼近,幅频相频分析;实验二 simulink信号的抽样和内插; 实验三 GUIDE二阶状态轨迹的显示;实验四 Wav信号的波形分析及频谱分析(Signals and systems including source code of the experiment: The experiment of a periodic signal of the harmonic approximation, the amplitude-frequency phase-frequency analysis experiment II simulink signal sampling and interpolation experimental GUIDE second-order three-state trajectory display experiment four Wav signal waveform analysis and spectral analysis)
- 2009-07-11 23:58:46下载
- 积分:1
-
MATLAB
通信系统中关于MATLAB的仿真和应用方面的知识,很实用的资料(Communication system simulation on MATLAB and application of knowledge, it is useful information)
- 2011-05-18 13:19:39下载
- 积分:1
-
dip3
经典的边缘检测算法Sobel matlab源码(classic edge detection algorithm Sobel Matlab FOSS)
- 2007-03-14 02:39:52下载
- 积分:1
-
DividePlane
DividePlane:用割平面法求解整数规划
(DividePlane: by cutting plane method for solving integer programming)
- 2013-12-08 18:21:01下载
- 积分:1
-
motor_diag
鼠笼式异步电机转子断条故障诊断matlab源代码(matlab source code for diagnosis of asynchronous motor s rotor broken-bar fault)
- 2021-04-08 19:49:00下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1