-
Rayleigh
rayleigh 信道特性仿真 包括jakes模型 修正型 以及改进型三种模型的信道特性仿真及其图(Simulation of rayleigh channel, including jakes model updating-based and improved characteristics of three models of channel simulation and Figure)
- 2009-12-09 10:07:28下载
- 积分:1
-
ejh42a
example.. of class.. control..
- 2012-06-23 03:43:00下载
- 积分:1
-
1
说明: matlab应用于神经网络:利用BP算法及Sigmoid函数,研究函数的逼近问题。(matlab applied to neural networks: the use of BP algorithm and Sigmoid function is to study the function approximation problem.)
- 2009-10-13 17:11:56下载
- 积分:1
-
Advanced-algorithms
在本讲义中,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算法、模拟退火算法和模糊数学方法。(In this lecture, we will focus on talk about some commonly used mathematical modeling algorithms, including neural networks, genetic algorithm, simulated annealing algorithm and fuzzy mathematics.)
- 2011-05-11 16:54:59下载
- 积分:1
-
osdef1st
The information in this file is provided AS IS without warranty.
- 2014-10-13 13:59:05下载
- 积分:1
-
uwb_TOA_positioning
该程序可以实现基于TOA估计的异步UWB定位。其中包括卡尔曼滤波、LSE估计、采用高斯函数作为冲激脉冲等(The program can achieve asynchronous UWB TOA estimation based positioning. Including Kalman filtering, LSE estimation using Gaussian function as impulse, etc.)
- 2014-05-08 12:02:25下载
- 积分:1
-
NonlinearICA_Toolbox
说明: 非线性独立分量分析(ICA)源码,主要是用于非线性ICA进行盲源分离算法的函数(independent component analysis (ICA))
- 2021-04-29 14:48:43下载
- 积分:1
-
deploymentprofile
多机器人队形初始化,使用11个机器人最终编队形成一个圆形(Multi-robot formation initialization)
- 2013-08-26 11:09:59下载
- 积分:1
-
matlab_pro
matlab实现信号分类,根据信号的相关性,获取信号类别,自动进行信号分类(matlab realize signal classification, in accordance with the correlation signal to obtain the signal type, automatic signal classification)
- 2008-03-24 15:53:58下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1