-
Seismic_EMD_Analysis
可以通过此程序信号处理,去噪效果明显,得出的结果较好。希望大家满意.(Signal processing through this process, denoising effect is obvious, the result is good. Hope you satisfied.)
- 2010-12-23 19:06:50下载
- 积分:1
-
matlab
matlab的简明实例教程,可以自己研究一下 还不错的教程(concise instance of matlab tutorials, you can look pretty good your tutorials)
- 2010-05-22 02:07:58下载
- 积分:1
-
Matlab-my-best-love
Matlab中Simulink建模与仿真,大家可以用来参考,希望对大家有用(Matlab Simulink modeling and simulation, can be used to reference the hope that useful)
- 2012-06-02 11:05:19下载
- 积分:1
-
MATLAB
用蚁群算法对机械臂的路径进行仿真规划,同时基于MATLAB进行仿真,并附有相应的源代码(Ant colony algorithm to simulate robotic path planning, and MATLAB-based simulation, together with the corresponding source code)
- 2020-09-24 21:07:55下载
- 积分:1
-
centerxzcenter
中心显示格式和修正中心显示格式求解poisson方程,矩形区域,狄利克雷边界情况!(Center display format and the correction center display format for solving poisson equations, rectangular area, Dirichlet boundary conditions!)
- 2011-01-14 14:02:47下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
kecheng
东南大学短学期matlab实践的教程课件 讲的不错 侧重于信号与系统(Southeast University, the practice of short-term matlab tutorial about the courseware good focus on signals and systems)
- 2011-09-30 13:34:11下载
- 积分:1
-
PCA-method-for-fault-diagnosis-routine-five(includ
用于故障诊断的PCA方法例程5个(含KPCA),利用PCA(主元分析)方法或者KPCA方法,进行工业系统的故障诊断程序,有详细的注释说明(PCA method for fault diagnosis routine five (including KPCA), using PCA (principal component analysis) method or KPCA method, industrial process fault diagnosis, a detailed explanatory notes)
- 2020-11-16 12:09:40下载
- 积分:1
-
BlockMatchingAlgoMPEG
MPEG中的BlockMatching算法,用matlab编写的,很不错的。值得参考一下/(BlockMatching)
- 2010-10-21 10:20:39下载
- 积分:1
-
MonteCarlo
使用直接模拟蒙特卡罗法的Matlab编程,里面三个算例,如湖面积、资产路径等的概率求解法~(Vincent Leclercq, The MathWorks, 2007
vincent.leclercq@mathworks.fr
Ths is the set of files (with the powerpoint presentation, in french or in english) used for the Webinar "Simulation de Monte Carlo en MATLAB".
- The first demo (LakeArea, run MainLakeArea) is computing the size of a polyogon using a MC approach
- The second demo (PortSim, run WebinarScript) can do 2 things: First, we genrate some equity paths, to verify the lognormality If changing the mode to OptionPricing (uncomment one of the first line),
then those spaths will be used for pricing an asian option
- the 3rd Demo,in myMC (run MonteCarlo.m) , show how to simulate some corelated asset paths
- The 4th demo, (run VanillaPricingUsingDifferentMethods.m in the VarReduction folder) , wil compare th results obtrtain byt differents reduction of Variance technics or "quasi" 礛ont Carlo simultion using Hamlton and sobol Sequences)
- 2010-01-12 21:32:32下载
- 积分:1