-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1
-
eemd
总体平均经验模态分解适合于分析非线性、非平稳信号序列,具有很高的信噪比。(The overall average empirical mode decomposition process)
- 2014-10-05 15:23:26下载
- 积分:1
-
SONAR-CODE
sonar interfacing code on ardino
- 2013-11-02 01:10:35下载
- 积分:1
-
matlab-json-master
This package contains Matlab class to serialize/decode matlab object in
json format. The software uses org.json java package to convert json to
java object and then translates it into Matlab object.
- 2013-09-28 06:38:56下载
- 积分:1
-
deubechies
for using this code need to use signal toolbox and general toolbox in your matlab
Using Daubechies transform to compress the image (showing remaining coefficen of Thresholded Image)
and then using Inverse 2D Daubechies transform and finding the SNR to see how well decompression works
- 2013-12-11 17:25:41下载
- 积分:1
-
tougun
多元数据分析的主分量分析投影,esprit算法对有干扰的信号频率进行估计,能量谱分析计算。( Principal component analysis of multivariate data analysis projection, esprit algorithm signal frequency interference can be assessed Energy spectrum analysis and calculation.)
- 2016-11-06 20:37:24下载
- 积分:1
-
afc
Frequency estimation by searching the pure tone frequency with 2-pole filter(Frequency estimation by searching the pur e tone frequency with 2-pole filter)
- 2007-06-14 14:18:46下载
- 积分:1
-
ja20131006
经典的标量JA 模型的代码,非常适合磁滞模型初学者
我给出了两种实现方式的代码
一个用固定点迭代实现,可以容易变成c语言
另一个使用simulink 实现,可以加到控制图中作为一个子函数(the code is programmed following the classical paper of D.Jiles ,fellow of IEEE.
The JA model is great and innovative work in magnetic material.)
- 2021-04-17 15:38:52下载
- 积分:1
-
ekf
ekf滤波器程序,用于导航方面的。用MATLAB写的。还行(ekf filter program, used for navigation. Written using MATLAB. Okay)
- 2011-10-21 09:47:09下载
- 积分:1
-
ir
图像复原--数字图像处理--matlab程序(Image Recovery- Digital image processing- matlab program)
- 2013-12-02 11:04:18下载
- 积分:1