-
MTALAB
本文 是 基于MATLAB的滤波器的设计(This article is based on the MATLAB filter design)
- 2007-10-29 17:16:34下载
- 积分: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
-
across-zero-detection
一种基于调制域分析的过零检测算法改进,克服了传统过零算法不能应用于某些信号的局限,有MATLAB仿真(Zero-crossing detection algorithm based on improved modulation domain analysis, to overcome the traditional limitations of the zero crossing algorithm can not be applied to certain signals, there are MATLAB simulation)
- 2014-11-15 11:55:02下载
- 积分:1
-
FuzzyLogicToolbox
The Matlab Fuzzy Logic tool box
- 2010-06-28 22:17:37下载
- 积分:1
-
Signalenhancement
Signal enhancement s matlab program
- 2008-01-27 04:29:35下载
- 积分:1
-
MATLAB
matlab基础教程,比较适合新手学习使用(matlab basic tutorial, suitable for beginners learning to use)
- 2010-11-09 16:14:53下载
- 积分:1
-
wcdma_code_malaysia
performance study high data rates modulation techniques of W-CDMA in multipath fading channel
- 2010-11-18 16:50:18下载
- 积分:1
-
the-matlab-of-data-processing
数字信号处理的matlab实现,包括滤波,小波,fft,sfft等.(matlab of data processing like fft,sfft,wavelet.)
- 2013-11-11 10:17:50下载
- 积分:1
-
WindowAPI_04Nov2011
用matlab实现的windows属性设置软件,能够设置windows里的各个参数(Using matlab to achieve the windows property software, you can set various parameters in the windows)
- 2011-12-01 18:58:28下载
- 积分:1
-
qiantuihuidaifa
基于前推回代算法的配电网潮流计算,很经典的程序源代码(Based on behalf of the algorithm back to the distribution power flow calculation, it is the classic source code)
- 2009-05-11 10:46:52下载
- 积分:1