-
纯方位定位算法,所提供的代码极为有用-bistaticPLEunbias
纯方位定位算法,所提供的代码极为有用,对研究数据融合的人不妨可以试一下。(pure positioning algorithm, which provides an extremely useful source of research data integration may be the try.)
- 2005-04-10 19:38:07下载
- 积分:1
-
BPSK_Modulation
This Project is basic explanation about BPSK Design in Simulink,
How the constellation diagram has been obtained from the basic design.
- 2012-05-03 18:26:07下载
- 积分:1
-
SVD
利用Matlab自带的SVD函数,对带地形的二维数据场进行SVD分析(That comes with Matlab SVD function, SVD analysis on the two-dimensional data field with topography)
- 2012-08-20 10:39:27下载
- 积分:1
-
Matlab_Monte_Carlo
基于Matlab语言的Monte_Carlo入门教程,非常实用!(Based on Matlab Monte_Carlo introductory tutorial, very useful!)
- 2014-10-30 16:54:05下载
- 积分:1
-
rcnn_car_object_detection
基于深度学习的汽车目标识别与检测(Vehicle target detection based on depth learning)
- 2018-08-09 13:14:59下载
- 积分:1
-
afdsaf
碰磨相关的非线性输出频率响应的处理程序,MATLAB应用,应该对做这方面研究的有用处。(Rubbing nonlinear output frequency response associated with the process, MATLAB applications should do research in this area useful.)
- 2014-02-23 21:29:45下载
- 积分:1
-
brownianbridge
An example case is considered to price an option at a maturity of T years - prices are simulated for Geometric brownian motion process at 2*T maturity, and Brownian Bridge is used to obtain prices at T maturity. Finally option prices are compared to Black Scholes values to verify results(An example case is considered to price an option at a maturity of T years- prices are simulated for Geometric brownian motion process at 2*T maturity, and Brownian Bridge is used to obtain prices at T maturity. Finally option prices are compared to Black Scholes values to verify results)
- 2009-03-23 22:29:02下载
- 积分:1
-
FSK
FSK Modulation, this program helps to modulate baseband signal using FSK technique.
- 2010-09-07 22:19:40下载
- 积分:1
-
Fuzzycmeans
fuzzy cmeans program in matlab for segmentation
- 2013-07-26 04:16:55下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1