-
neuralNET
This source code use neural object to help student to understand the way to design the neural network using perceptron rule.
- 2010-07-28 10:31:57下载
- 积分:1
-
Matlab-SOR
说明: 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化(Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes)
- 2011-02-23 15:20:26下载
- 积分: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
-
MIMO_LDPC
LDPC simulation for a 2*2 MIMO system
- 2011-06-07 19:37:41下载
- 积分:1
-
matlab_teaching_materials
主要有以下文件
MATLAB程序设计
介绍MATLAB概述与运算基础
matlab讲义
文件操作
绘图功能(mainly in the following documents MATLAB procedures outlined MATLAB Design and Operational basis matl ab overhead graphics file manipulation functions)
- 2007-01-22 21:00:50下载
- 积分:1
-
Numerical-Analysis
数值分析:
lagrange插值与三次样条插值
simpson复化积分和两点高斯复化积分
四阶龙格—库塔解微分方程
牛顿下山法求解方程的根
列主元消去法求解线性方程组的根
(Numerical Analysis: lagrange interpolation and cubic spline interpolation simpson recovery of complex points and two points of the Gaussian integral Runge- Kutta Solutions of Newton descent method for solving differential equations root out the main element elimination method for solving linear equations root)
- 2011-04-27 19:09:40下载
- 积分:1
-
NMF.tar
NMF常用源码。需要的拿去。NME常用MATLAB源码。(NMF common source. Need to take. NME used MATLAB source.)
- 2013-11-16 21:34:57下载
- 积分:1
-
SquareOfCircle_C
Code finds the square of a circle.
- 2015-03-22 18:18:46下载
- 积分:1
-
yuv-video-15HZ
coastguard_qcif.yuv,foreman_qcif.yuv,hall_qcif.yuv,soccer_qcif.yuv四个标准视频的测试文件,这是15hz版本,内含读取yuv文件的matlab源代码代码(the 15hz video files. (coastguard_qcif.yuv,foreman_qcif.yuv,hall_qcif.yuv,soccer_qcif.yuv))
- 2015-03-26 23:35:27下载
- 积分:1
-
扩频通信中的gold序列特性仿真研究spreadfrequencycommunicationbalancedgold
扩频通信中的gold序列特性仿真研究。(1) 利用MATLAB编程产生Gold序列族;给出每个序列的一个周期的输出;
(2) 根据平衡Gold序列产生方法,产生Gold序列族中的所有平衡序列,每个序列给出一个周期的输出;
(3) 计算(1)中Gold序列自相关函数,并画出它们的自相关曲线;
(4) 计算(2)中Gold序列互相关函数,并画出其中某一序列与其他序列的互相关曲线;
(Sequence Spread Spectrum Communication Simulation of gold. (A) the use of Gold sequences generated MATLAB programming given a cycle of each sequence output (2) The balance of Gold sequence generation method to produce Gold sequences of all balanced sequences, each sequence gives a cycle output (3) computing (1) Gold sequence autocorrelation function, and draw their autocorrelation curve (4) computing (2) Gold sequence cross-correlation function, and draw in which a sequence with other sequences cross-correlation curve )
- 2010-05-26 09:24:02下载
- 积分:1