-
houghcircle
Function uses Standard Hough Transform to detect circles in a binary image.
According to the Hough Transform for circles, each pixel in image space
corresponds to a circle in Hough space and vise versa.
upper left corner of image is the origin of coordinate system.
- 2007-11-07 19:15:58下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
A
it is a rar file containing source codes of matlab
- 2011-08-29 13:54:58下载
- 积分:1
-
NaiveBayesClassifier
naive bayes classification with matlab
- 2013-02-25 10:19:02下载
- 积分:1
-
遗传算法
遗传算法在无功优化的应用,电力系统潮流计算(Application of genetic algorithm in reactive power optimization)
- 2019-03-02 14:31:19下载
- 积分:1
-
matlabmathtool
本工具箱主要包含三部分内容
(支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats)
1. MATLAB常用数学建模工具的中文帮助
2. 贡献MATLAB数学建模工具(打*号)
3. 中国大学生数学建模竞赛历年试题MATLAB程序(The kit consists mainly of three parts content (supported platforms MATLAB5.3 or 5.2, Symbolic math, optim, spline, stats) 1. MATLAB mathematical modeling tools commonly used Chinese to help 2. Contribution to the MATLAB Mathematical Modeling Tool (hit* No.) 3. China' s Mathematical Contest in Modeling questions MATLAB program calendar)
- 2010-06-28 01:34:15下载
- 积分:1
-
MATLAB
MATLAB与通信仿真 超星电子书
国防工业出版社 作者:刘敏(MATLAB simulation and communications e-book National Defense Industry Press Chaoxing Author: Liu Min)
- 2009-03-18 21:22:27下载
- 积分:1
-
Satelite_LookAngle
Satellite Look Angle
- 2013-02-27 17:29:51下载
- 积分:1
-
BER-BPSK-AWGN
Script for simulating binary phase shift keyed transmission and reception and compare the simulated and theoretical bit error probability.
BPSK - AWGN - BER
- 2012-10-09 20:49:36下载
- 积分:1
-
lms
线性矩阵不等式用matlab求解的一个例子(Linear matrix inequalities matlab)
- 2012-11-29 22:07:40下载
- 积分:1