-
amplifier5
光纤放大器模型
输入脉冲光后,可得到输出端的波形(Fiber amplifier model input pulse light, the available output waveform)
- 2020-12-06 20:59:21下载
- 积分:1
-
One-dimensional-linear-load-stem
此程序代码自己编写完成的,是用无网格方法的一维线性载荷杆的问题(This program code to write his complete, is to use meshless methods of dimensional linear load of the stem a problem
)
- 2011-11-03 21:27:31下载
- 积分:1
-
非线性方程的数值解法matlab程序
说明: 可实现正割法求解,牛顿法,迭代法,抛物线求根(Can achieve secant method, Newton method, iterative method, parabolic root)
- 2021-03-30 17:42:23下载
- 积分:1
-
sar3
经典算法--距离多普勒算法,在MATLAB上编程实现,有很广的实用性(Classical algorithm- Range-Doppler algorithm, in MATLAB programming on implementation, there is a wide range of practical)
- 2009-04-07 21:34:07下载
- 积分:1
-
ofdm
基于Matlab的OFDM原理仿真,调制解调的原理仿真,通过输出的星座图进行分析(Simulation based on Matlab OFDM principle, the principle of modulation and demodulation simulation output constellation diagram analysis)
- 2013-05-13 10:12:24下载
- 积分:1
-
FnnSimu
matlab模糊神经网络,用来完成仿真功能,大家可以自己尝试一下(matlab neural network, used to complete the simulation, we can try it yourself)
- 2010-08-16 22:32:44下载
- 积分:1
-
4sid
code for carlike vehicle
- 2013-01-26 15:21:14下载
- 积分:1
-
GAMS
GAMS软件培训材料——基本语法及案例分析(内部使用)(GAMS software training materials - basic grammar and case analysis (internal use))
- 2017-08-05 19:27:36下载
- 积分:1
-
RNN用于二进制验证
%标题:二进制循环神经网络(RNN)
%用途:基本的RNN,预测添加2个二进制数字
%
%方程:a + b = d 比较真正的标签c => Error = ??
%8 + 16 = 25 ?? 与真标签相比较24 => Error = 1
%
%a和b是输入,最多加到d。 然后两者都是
%与真实标签c进行比较。 然后出错
反向传播通过时间反向传播
%(BPTT)算法。
%
%输入:a,8位二进制向量,例如 [0,0,0,0,1,0,0,0] = 8
%b,8位二进制向量,例如。 + [0,0,0,1,0,0,0,0] = + 16
%---------------------------------
%输出:d,8位二进制向量,例如 [0,0,0,1,1,0,0,0] = 25
%标签:c,8位二进制向量,例如 - [0,0,0,1,1,0,0,1] = - 24
%---------------------------------
%Error = 1
- 2022-02-22 04:33:14下载
- 积分:1
-
l2_bayes_classifier
machine learning 方面有关于The Bayes Classifier的资料,语言是python(machine learning aspects have The Bayes Classifier information about language is python)
- 2013-12-07 23:24:23下载
- 积分:1