-
bpf
band pass filter 过滤器 matlab(band pass filter matlab)
- 2009-09-05 01:55:46下载
- 积分:1
-
dc-dcconverter
dc-dc converter,simulink(dc-dc converter using simulink)
- 2010-10-25 07:08:20下载
- 积分:1
-
Matlab_and_auto_adapted_neural_network_fuzzy_reaso
本书着重介绍MATLAB在工程数据数学处理中应用的基础知识和计算方式,其内容涉及MATLAB主包和部分工具箱内容。本书另外涉及MATLAB系统的模糊逻辑工具箱的自适应神经网络模糊推理系统,对自适应神经网络模糊推理系统的数学原理、功能使用和程序调用进行了较详细的论述。(This book focuses on MATLAB mathematical treatment in the application of engineering data, the basic knowledge and methods of calculation, involving the main package and part of the MATLAB toolbox contents. This book also involve MATLAB Fuzzy Logic toolbox of adaptive neural network fuzzy inference system, adaptive neural network on the mathematical theory of fuzzy inference system, functions and procedures call for using a more detailed discussion.)
- 2010-05-18 13:27:39下载
- 积分:1
-
kalman
kalman滤波在嵌入式中的应用,可用于智能车的制作,对陀螺仪和加速度计进行优化。(kalman filtering applications in embedded in can be used smart car production, gyroscopes and accelerometers for optimization.)
- 2014-09-11 09:58:31下载
- 积分:1
-
MatlabPPT
matlab大量绘图简称,大量实例保证教会,matlab语言。(matlab graphics-intensive referred to as a large number of instances to ensure that the church, matlab language.)
- 2013-04-29 08:36:15下载
- 积分:1
-
SimulatedAnnealing
说明: 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。(This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environment in Matlab implementation of the algorithm and the genetic algorithm with the literature, linear regression comparison. Numerical simulation results show that the algorithm can better achieve the optimal fit.)
- 2010-04-28 20:59:37下载
- 积分:1
-
matlab
learning matlab
student version
- 2011-05-13 08:36:52下载
- 积分:1
-
Project1
this program is also another program developed in c++ which calculates robots movements.
- 2014-11-03 16:39:19下载
- 积分:1
-
fig7x00
matlab,实现永磁同步电机调速,pid控制(matlab,PID controller PMSM)
- 2020-12-30 00:29:01下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1