-
twopoint412
红外图像非均匀性矫正--两点法实现。绝对正确实用!(Infrared image non-uniformity correction- two methods to achieve. Practical absolutely right!)
- 2010-07-22 13:09:21下载
- 积分:1
-
rosslerrun.m
计算Rossler三周期循环模型的动态数值,并绘制动态三维图。(Rossler three cycles to calculate the dynamic numerical model, and draw a dynamic three-dimensional map.)
- 2014-01-21 11:24:49下载
- 积分:1
-
FT_analyse
matlab环境下的时频分析,有仿真结果,有程序,希望对初学者有用(matlab Frequency-time analysis)
- 2013-11-28 17:08:39下载
- 积分:1
-
matlab-RR-detection
心电信号RR间期检测等 (ECG RR interval detection)
- 2020-08-16 16:48:23下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
MATLAB
有关有限元的基本理论与matlab的编程,是浙大徐荣桥老师编写的研究生教材。(For the basic theory and finite element matlab programming, Xu Rong bridge is Zhejiang University graduate teacher preparation materials.)
- 2011-10-09 23:14:16下载
- 积分:1
-
SPRT
Statistical Pattern Recogntion Toolbox--22oct09
- 2010-08-28 03:31:20下载
- 积分:1
-
MATLAB
MATLAB编程,最好中文教程特别适合初学者(MATLAB programming (best Chinese tutorial), especially for beginners)
- 2011-08-05 21:54:48下载
- 积分:1
-
Mathematical_Modeling_code
数学建模中常用的方法:类比法、二分法、差分法、变分法、图论法、层次分析法、数据拟合法、回归分析法、数学规划(线性规划,非线性规划,整数规划,动态规划,目标规划)、机理分析、排队方法、对策方法、决策方法、模糊评判方法、时间序列方法、灰色理论方法、现代优化算法(禁忌搜索算法,模拟退火算法,遗传算法,神经网络)(Mathematical modeling methods commonly used: analog, Dichotomy, difference method, variational method, graph theory, analytic hierarchy process, data fitting, regression analysis, mathematical programming (linear programming, nonlinear programming, integer programming, dynamic programming, goal programming), mechanism analysis, queuing, countermeasure methods, decision-making methods, fuzzy uation method, time series method, gray theory, modern optimization algorithms (tabu search algorithm, simulated annealing algorithm, genetic algorithms, neural networks))
- 2015-10-26 17:28:39下载
- 积分:1
-
simulink_matlab
matlab仿真教程,simulink模块讲解(matlab simulation tutorial)
- 2011-05-07 13:48:20下载
- 积分:1