搜索资源列表
Fadingchannel
- 简单混合衰落信道 This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channel and shows the output with phase, gain, and attenuation characteristics via animation. -simple mixed fading channel This mfile inputs an unmodula
XCSR_DE1.0
- - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H.
sipletwomultipath
- This mfile illustrates a simple two path Rayleigh multipath fading channel This mfile inputs an unmodulated sinewave through a simple Rayleigh two path fading channel and shows the output with phase, gain, and attenuation characteristics via animat
TravelingSalesmanProblemwithGeneticAlgorithm
- this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checki
hybridSIREKF
- To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 2
generatethecircle
- Generate a great circle \"trajectory\" from [lat1,lon1] to [lat2, lon2]. % Resulting points will be seperated by approximately delta_ft feet. % By default, delta_ft = 100 feet. All lat/lon inputs & outputs are in % degrees.
EM_GM
- % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likeli
linear_system_identification.tar
- The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
Perceptron-and-ADALINE-network
- 这些程序包括以下方面1.使用感知器和ADALINE网络对字母进行识别。2.随机选取初始权向量,选取适当的迭代步长(对ADALINE网络),用给出的四个输入训练样本,对上述两个网络分别进行训练,直到网络收敛;3.对Adaline网络选取不同的值,分别画出误差曲线,观察它们的变化规律;4.对感知器选取不同的初始权向量,分别计算每类训练样本到超平面的距离,观察它们的异同;5.训练结束后,检验网络的识别能力(使用100个检测样本,对应于每个取25个含噪的变形):6.比较Adaline和单神经元感知器的分
barplot
- An example C-file S-function for accessing simulink signals * without using the standard block inputs. In this case, a floating * bar-plot style scope is implemented. The signals that are selected * on the diagram (via the mouse) are display
Risk_MonteCarlo
- Monte Carlo 风险分析 工具-RiskSim provides random number generator functions as inputs for your model, automates Monte Carlo simulation, and creates charts. Your spreadsheet model may include various uncontrollable uncertainties as input assumptions (e
contour_demo
- 这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。- This is uses in to produce the equivalent line the source code, the elevation text documents which the procedure basis inputs, automatic tracking equivalent spot, and production corresponding equiv
HankelTransform
- Matlab Hankel变换源代码,可以直接当做MATLAB toolbox来使用- MATLAB toolbox ________________________________________________________ Hankel transform ________________________________________________________ ** Contents 1.
Gauss3D
- Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function input
cordic
- cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
pHash-0.4.tar
- pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash function
nMatReg
- 这是一个基于线性矩阵的神经网络控制程序,它比普通的更简单,因为其应用的参数较少。-This is a learning model for matrix-based data. It can be more efficient than standard vector-based models when the training sample is small or the inputs are matrices, since this model has less parameters tha
GA_BP_without_OP_num.Inputs
- GA优化BP网络的权值和阈值,没有优化隐含层节点的个数;还需要做进一步的改进。-Using GAs to optimize the weights and biases of BPNN, without optimazation of num.Inputs.
MATLAB package Neural networks with matrix inputs
- MATLAB package Neural networks with matrix inputs