-
simulink
自适应模糊PID控制的仿真文件和模糊规制(Adaptive fuzzy PID control and fuzzy simulation of regulatory documents)
- 2021-02-18 22:49:44下载
- 积分:1
-
microcontroller_neural_network
This is a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32.
Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons
respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means
the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer.
Finally, the neural output will be displayed on LCD port C.
- 2011-01-24 18:49:12下载
- 积分:1
-
模拟退火遗传算法
说明: 模拟退火控制的遗传算法,可求解数值问题的近似最优解(GASA example, which can be used to solve the large scale problem to get a approximate solution.)
- 2020-10-28 20:55:09下载
- 积分:1
-
MATLAB
说明: 求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数(Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function)
- 2008-12-05 01:01:06下载
- 积分:1
-
MATLAB-Control
北京大学控制类计算机辅助设计的课件及课堂实例程序(Beijing to control the type of computer-aided design software and examples of classroom procedures)
- 2009-06-10 23:28:35下载
- 积分:1
-
HAS-App-Creation-Tutorial[V1.05]
samsung smart tv app
- 2014-10-15 11:47:10下载
- 积分:1
-
kKKKpca
PCA与核PCA用于故障检测和故障诊断,对系统有很好的监控能力(PCA and PCA for fault detection of nuclear and fault diagnosis, monitoring of the system has good ability to)
- 2011-10-20 22:34:14下载
- 积分:1
-
kmeans
matlab code for kmeans image segmentation
- 2015-02-03 15:08:51下载
- 积分:1
-
triangle-fuzzy-program
讲解如何使用MATLAB建立三角模糊数,并利用程序生成图形(how to use matlab build triangle fuzzy,and make use of programm to creat figure.)
- 2011-12-16 10:01:42下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1