Location:
Search - volterra matlab
Search list
Description: 37724108Volterra-Matlab混沌时间序列的Volterra一步预测的Matlab程序
Platform: |
Size: 15480 |
Author: 朱文俊 |
Hits:
Description: 小数据量法求混沌吸引子最大Lyapunov指数的Matlab程序,参考文献:张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03-small data method for chaotic attractor largest Lyapunov exponent of Matlab procedures References : Zhang Shu. The chaotic time series Volterra adaptive prediction. Physics reported .2000.03
Platform: |
Size: 8192 |
Author: 江维 |
Hits:
Description: 混沌时间序列的Volterra一步预测的Matlab程序-chaotic time series forecast Volterra step procedure Matlab
Platform: |
Size: 8192 |
Author: 江维 |
Hits:
Description: 在MATLAB上实现混沌时间序列的Volterra预测算法-in MATLAB achieve chaotic time series prediction algorithm Volterra
Platform: |
Size: 13312 |
Author: 胡维刚 |
Hits:
Description: Volterra自适应预测的 matlab 程序,用于自适应预测测试和混沌序列的相空间重构(转)-Volterra adaptive prediction Matlab procedures for testing and adaptive prediction chaotic sequence of phase space Reconstruction (switch)
Platform: |
Size: 217088 |
Author: 高飞 |
Hits:
Description: 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
Platform: |
Size: 2048 |
Author: 辛号 |
Hits:
Description: 混沌时间序列预测(chaotic time series prediction)中的Volterra级数一步预测 、Volterra级数多步预测方法-Prediction of chaotic time series (chaotic time series prediction) in the prediction step Volterra series, Volterra series multi-step prediction method
Platform: |
Size: 12288 |
Author: 李洁 |
Hits:
Description: 37724108Volterra-Matlab混沌时间序列的Volterra一步预测的Matlab程序-37724108Volterra-Matlab chaotic time series prediction Volterra step of Matlab procedures
Platform: |
Size: 15360 |
Author: 朱文俊 |
Hits:
Description: 基于奇异值分解的混沌时间序列Volterra预测-Based on Singular Value Decomposition of chaotic time series prediction Volterra
Platform: |
Size: 55296 |
Author: 研间会 |
Hits:
Description: this the function of Constructing Volterra filter,which is used for nonliner distortion test.It is a Matlab files.-this is the function of Constructing Volterra filter,which is used for nonliner distortion test.It is a Matlab files.
Platform: |
Size: 5120 |
Author: GB |
Hits:
Description: matlab程序模拟微分方程。各种流行的系统显示混沌运动特征。-This toolbox contains the functions which can be used to simulate some of the well-known fractional order chaotic systems, such as:
- Chen s system,
- Arneodo s system,
- Genesio-Tesi s system,
- Lorenz s system,
- Newton-Leipnik s system,
- Rossler s system,
- Lotka-Volterra system,
- Duffing s system,
- Van der Pol s oscillator,
- Volta s system,
- Lu s system,
- Liu s system,
- Chua s systems,
- Financial system,
- 3 cells CNN.
The functions numerically compute a solution of the fractional nonlinear differential equations, which describe the chaotic system. Each function returns the state trajectory (attractor) for total simulation time.
Platform: |
Size: 16384 |
Author: HM |
Hits:
Description: 数值解的方法解释“战争使捕鱼量下降,食用鱼增加,鲨鱼等也随之增加,但鲨鱼的比例却大幅增加”这一现象。-Numerical interpretation of the " war to the decline of fishing, increased consumption of fish, sharks, also increased, but the proportion of sharks has increased substantially," the phenomenon.
Platform: |
Size: 205824 |
Author: 阿飞 |
Hits:
Description: 在matlab中利用Volterra非线形滤波器进行系统辨识,并带有一个应用示例。代码带有详细注释。-In the matlab filter using Volterra non-linear system identification, and with an application example. Code with detailed comments.
Platform: |
Size: 3072 |
Author: bigbigtom |
Hits:
Description: 一个matlab编写的基于volterra行为模型的数字预失真仿真程序。-Volterra matlab writing a behavioral model based on the number of pre-distortion simulation program.
Platform: |
Size: 1900544 |
Author: liupeng |
Hits:
Description: matlab仿真dpd,预失真的算法,在读博士仿真源码,包括volterra,saleh,多项式。-matlab simulation dpd, pre-distortion algorithm, Ph.D. simulation source code, including the volterra, saleh, polynomials.
Platform: |
Size: 320512 |
Author: zhudewei |
Hits:
Description: Volterra_混沌序列的相空间重构程序,利用matlab编程,可以将一维时间序列重构到高维空间,挖掘出隐含的信息,提高预测精度,以Volterra混沌序列为例,展示混沌的美妙-Phase space reconstruction program, Volterra_ chaotic sequence using matlab programming, refactoring can be one-dimensional time series into a high dimensional space, dig out the hidden information, improve forecast accuracy, Volterra chaotic sequence, for example, showing the chaotic wonderful
Platform: |
Size: 106496 |
Author: 王建华 |
Hits:
Description: 用Matlab编写的关于Volterra级数算法的程序,有正在研究Volterra级数的可以看看并提出改进意见,THk-Using Matlab prepared on the Volterra series algorithm procedures, there are studies Volterra series can look and suggest improvements, THk
Platform: |
Size: 13312 |
Author: Adina Zheng |
Hits:
Description: 1、LorenzData.mat - Lorenz 离散序列的数据文件,5000个点,内有变量:x,y,z
2、Volterra_main_luzhenbo.m - Volterra自适应预测主文件
3、Volterra_train.m - Volterra自适应预测训练部分
4、Volterra_test.m - Volterra自适应预测测试部分
5、PhaSpaRecon.m -混沌序列的相空间重构
6、TrainTestSample.m -相空间中点的轨迹分解成:训练样本与测试样本
7、PhaSpa2VoltCoef.m -由相空间构造 Volterra 自适应 FIR 滤波器的输入信号矢量 Un
8、FIR_MSE.c - 自适应滤波MSE算法,在matlab命令窗口中用:mex FIR_MSE.c 进行编译
9、FIR_MSE.dll - mex FIR_MSE.c 命令编译生成的动态链接文件(lorenzMATLAB simulation and analysis of system dynamics behavior, MATLAB simulation and analysis of system dynamics behavior)
Platform: |
Size: 106496 |
Author: 作要
|
Hits:
Description: 主要是针对matlab编程的14个案例;
案例1:一般区域二重、三重积分;
案例2:被积函数含有积分项的一类积分;
案例3:一般区域n重积分;
案例4:蒙特卡洛法计算n重积分;
案例5:第二类Fredholm积分方程;
案例6:第一类Fredholm积分方程;
案例7:第二类Volterra积分方程;
案例8:第一类Volterra积分方程;
案例9:全局优化;
案例10:fsolve求非线性方程组;
案例11:渐变光波求导;
案例12:遗传算法在复杂系统可靠度和冗余度分配优化;
案例13:遗传算法在车间设备布局优化;
案例14:应用Benders分解算法求解混合0-1规划;(Mainly for 14 cases of MATLAB programming;
Case 1: General Regional double and three integral;
Case 2: a class of integral functions containing integral terms;
Case 3: General Regional N multiple integrals;
Case 4: Monte Carlo method to calculate the N multiple integral;
Case 5: Fredholm integral equations of the second kind;
Case 6: Fredholm integral equations of the first kind;
Case 7: Volterra integral equations of the second kind;
Case 8: Volterra integral equations of the first kind;
Case 9: Global optimization;
Case 10:fsolve for nonlinear equations;
Case 11: gradual wave derivative;
Case 12: genetic algorithm for reliability and redundancy allocation optimization in complex systems;
Case 13: genetic algorithm in workshop equipment layout optimization;
Case 14: applying Benders decomposition algorithm to solve mixed 0-1 programming;)
Platform: |
Size: 25600 |
Author: 321mumu123
|
Hits:
Description: volterra series 核函数 matlab 程序(volterra series kernel)
Platform: |
Size: 2048 |
Author: bobo9401 |
Hits: