-
kalman-dan-simon.pdf
Kalman Filtering Matlab example
- 2010-10-06 16:53:18下载
- 积分:1
-
fuzzypid
模糊PID控制系统开发,大家可以自己的实际应用修改代码部分. 这个系统是二输入三输出的fuzzy pid控制(Fuzzy PID control system development, we can own part of the practical application of amendments to the code. The system is the second input and three output fuzzy pid control)
- 2009-07-17 11:32:28下载
- 积分:1
-
@PF_Regular
粒子滤波的学习程序 简单介绍了粒子滤波的入门程序有学习价值(particle filter)
- 2012-05-09 15:09:15下载
- 积分:1
-
034940-01
说明: Matlab/Simulink通信系统建模与仿真实例分析学习辅导和习题详解(Matlab / Simulink communication system modeling and simulation example analysis learning guidance and exercises explanation)
- 2019-12-13 15:17:08下载
- 积分:1
-
fun_onethird
说明: 三分之一倍频程函数,将时程结果进行1/3倍频程分析,得到振级结果(octave analysis, which carries out 1/3 octave band analysis for a time-domain signal and converts it into vibration level resutls)
- 2020-01-21 16:23:32下载
- 积分:1
-
BP神经网络的数据分类-语音特征信号分类
BP神经网络是一种多层前馈神经网络,该网络的主要特点是信号前向传递,误差反向传播。在前向传递中,输入信号从输入层经隐含层逐层处理,直至输出层。每一层的神经元状态只影响下一层神经元状态。如果输出层得不到期望输出,则转入反向传播,根据预测误差调整网络权值和阈值,从而使BP神经网络预测输出不断逼近期望输出。
,
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-15 19:55:03下载
- 积分:1
-
code
ROBUST BLIND SEPARATION OF STATISTICALLY DEPENDENT SOURCES USING DUAL TREE WAVELETS
- 2009-07-13 15:15:20下载
- 积分:1
-
radar-overview
雷达概述,雷达基本组成,雷达方程,雷达进展,雷达分类(Overview of radar, radar basic components, radar equation, radar progress, radar classification)
- 2011-10-25 00:10:11下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
fnn
This function calculates corrected false nearest neighbour.
- 2010-09-22 09:56:20下载
- 积分:1