-
nonlinear-equations-with-MATLAB.
用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。(Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.)
- 2012-04-01 14:37:01下载
- 积分:1
-
wavepenergy
利用小波包函数,对滚动轴承的故障进行分析,最后得出图形,进行故障分析,非常有用。(it is very good,best for wavelet.)
- 2014-05-23 09:57:51下载
- 积分:1
-
Code
说明: 熵值法的Matlab实现代码 每一步都有详细的说明(entropy method using Matlab)
- 2020-04-05 10:27:05下载
- 积分:1
-
watermarkingmatlab
this program watermarks an image into another image
- 2010-08-06 02:49:07下载
- 积分:1
-
Matlabshenjingwangluo
MATLAB的神经网络工具箱实用指南.
第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。(MATLAB neural network toolbox of practical guidance. The first chapter is a basic introduction to neural networks, and the second chapter, including the toolbox designated by the network structure and symbols related to the basic material and the establishment of neural network, some basic functions, such as new, init, adapt and train. Chapter III to back-propagation network as an example to explain the back-propagation network, the basic principle and application process.)
- 2010-09-03 15:22:00下载
- 积分:1
-
bianlunyufuzzy
描述变论域模糊控制的重要论文,相信对研究变论域的朋友有帮助(Describe the variable universe fuzzy control of key papers, I believe that the study of variable universe of friends to help)
- 2009-10-20 16:33:46下载
- 积分:1
-
Introduction_to_Simulink_with_Engineering_Applica
Introduction to Simulink®
with Engineering Applications
- 2010-01-01 18:24:44下载
- 积分:1
-
ReceiverHD_SD
基于Viterbi译码的硬判决与软判决接收机(Based on hard decision Viterbi decoding with soft decision receiver)
- 2011-01-12 22:06:53下载
- 积分:1
-
solarstreetlight
Study of a DC-DC Converter for Solar LED Street Lighting:
Recently, light-emitting diodes (LEDs) are becoming increasingly attractive lighting sources in our daily lives. They are well suited to indoor and outdoor energy-saving lighting applications, such as general lighting, architectural lighting, traffic lighting, background lighting, displays, street lighting, automotive and motorcycle lighting, decorative lighting, and so on.
The placement of street lights is closely related to the development of one area or region, and they represent the financial success of a city. For street lighting applications, the traditional lighting sources are high-pressure sodium lamps and high-pressure mercury lamps. Recently, LEDs are commonly being used as new sources for street lighting because of their attractive features of good lighting efficacy, energy-savings, that they are non-polluting to our environment, and that they offer a long lifetime in comparison to their traditional counterparts.
- 2014-08-16 22:00:26下载
- 积分:1
-
life
:元胞自动机不仅是理论计算机科学领域的一个重要的计算模型,而且可视为一无限维的离散动力系统,被广泛应用于
自然科学和社会科学各领域的复杂性的研究中,是一个重要的研究方法和工具。该文以Matlab 为开发工具,开发了元胞自
动机的可视模型,为其在各个领域的复杂性研究提供了一个简易、可行的计算机仿真工具(MATLAB s version of Conway s Game of Life.
"Life" is a cellular automaton invented by John
Conway that involves live and dead cells in a
rectangular, two-dimensional universe. In MATLAB, the universe is a sparse matrix that is initially all zero.
Whether cells stay alive, die, or nerate new cells depends upon how many of their eight
possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the
universe. Pressing the "Start" button
automatically seeds this universe with several small random communities. Some will succeed and some will fail. )
- 2012-04-07 17:12:38下载
- 积分:1