-
Matlab
详细介绍了MATLAB的基础知识,尤其增加了simulink部分,非常适合电子类专业学生(Details the basics of MATLAB, simulink some increase in particular is very suitable for electronic students)
- 2011-08-29 08:56:18下载
- 积分:1
-
HL20Matlab
MATLAB中的HL-20航天工具箱实例模型,无虚拟现实也无GAUGE(SAMPLE MODEL OF AEROSPACE BLOCKSET IN MATLAB,WITHOUT VR AND GAUGE)
- 2014-04-09 13:44:00下载
- 积分:1
-
Floydmatlab
Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。 通过一个图的权值矩阵求出它的每两点间的最短路径矩阵。(Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given vertex-weighted graph shortest path algorithm. By weight of a graph matrix find its shortest path between two points of each matrix.)
- 2011-08-14 01:44:36下载
- 积分:1
-
CH2src
MATLAB在通信系统仿真 第二版书中例题代码(MATLAB simulation of communication systems in the second edition of the book example code)
- 2011-11-15 09:54:02下载
- 积分: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
-
LSTM_MY_updata_to_precise
说明: 长短期记忆神经网络,是一种时间循环神经网络,是为了解决一般的RNN(循环神经网络)存在的长期依赖问题而专门设计出来的,所有的RNN都具有一种重复神经网络模块的链式形式。在标准RNN中,这个重复的结构模块只有一个非常简单的结构,例如一个tanh层。(Long term and short term memory neural network)
- 2020-11-18 10:39:38下载
- 积分:1
-
bright-adjust
Brightness is one of the most significant pixel characteristics.
It is involved in many image-editing algorithms such as contrast or
shadow/highlight.
- 2011-05-25 12:46:50下载
- 积分:1
-
Untitled3
基于MATLAB的MFSK调制解调,其中解调包括相干和非相干解调(MATLAB-based MFSK modulation and demodulation, which includes coherent and non-coherent demodulation demodulation)
- 2013-11-27 20:14:42下载
- 积分:1
-
matlab
详细描述了对模糊控制工具箱的介绍以及如何用matlab的模糊控制工具箱(A detailed description of the introduction of fuzzy control toolbox and how to use fuzzy control toolbox matlab)
- 2009-10-27 18:25:02下载
- 积分:1
-
Four_Bar_Linkage
Crank-Crank mechanism
- 2012-04-13 04:38:07下载
- 积分:1