-
l1benchmark
src 算法中的迭代算法,通过该算法可以计算SRC的参数,通过使用线性表示来求。(src algorithm iterative algorithm, the algorithm can be calculated by the SRC parameter, by using a linear representation requirements.)
- 2013-11-19 03:56:55下载
- 积分:1
-
pronalg
prony numerical method
- 2012-03-22 18:40:53下载
- 积分:1
-
Outlier-Methods_external
DIFFERENT METHODS FOR DETECTING OUTLIERS
- 2012-07-22 17:53:46下载
- 积分:1
-
code545423
说明: 动作的表面肌电信号进行频谱分析和功率谱估计,计算 肌电信号的时域和频域参数,根据结果分析讨论肌肉工作状态程序源码,在matlab软件测试成功(The spectrum analysis and power spectrum estimation of the surface electromyogram signal of the action are carried out, and the time domain and frequency domain parameters of the electromyogram signal are calculated. According to the results, the program source code of the muscle working state is discussed and tested successfully in MATLAB software.)
- 2020-11-26 14:29:32下载
- 积分:1
-
Matlab-arima
说明: 金融时间序列分析,常用的一些模型分析过程,此仅对ARIMA 做了一些参考(Do time-series.look for some progrom refer to time series of Finalcial data,espeically using ARIMA model.)
- 2010-04-09 10:34:50下载
- 积分:1
-
MATLAB
说明: 这是基于MATLAB动态规划中最短路线的实现程序(good)
- 2010-04-20 16:21:58下载
- 积分:1
-
zhiliudianjitiaosu
直流电动机调速系统,里面包含单环、双闭环的调速系统以及使用simpowersystem和simulink不同的仿真例程。(DC motor speed control system, which contains a single ring, double closed loop speed control system and the use of simpowersystem and the simulink different simulation routines.)
- 2012-07-13 11:48:01下载
- 积分:1
-
wuchaxitong
误差系统同步,matlaB程序,混沌系统(Synchronization error system, matlaB procedures, chaotic systems)
- 2013-10-23 10:08:15下载
- 积分:1
-
MatlabTest
java中调用matlab函数的例子,大家可以参考看看如何实现的。(java Calling Matlab function examples, we can see how the reference to the case.)
- 2006-12-30 12:11:00下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1