-
fftshift_and_triang
用C++实现了MATLAB中fftshift及triang函数功能,代码是实现此二功能的函数(With C++ Achieved in MATLAB function fftshift and triang function code is to achieve a function of these two functions)
- 2008-01-17 13:24:16下载
- 积分:1
-
MeshfreeVIE
该论文介绍了电磁场积分方程的无网格数值计算方法,传统的体积分数值计算都需要进行网格剖分,网格剖分的好坏直接影响着数值计算的速度和精度,很多精细结构很难用网格来模拟,无网格技术可以很好地解决此类问题!(This paper describes the meshless numerical method electromagnetic integral equations, numerical integration of traditional body calculations require meshing, meshing a direct impact on the speed and accuracy of numerical calculation, many very fine structure difficult to simulate with the grid, no grid can solve this problem!)
- 2014-12-18 15:23:31下载
- 积分:1
-
matlabwatershedcode
分水岭分割在matlab下实现,希望大家多提意见。(watershed segmentation in Matlab achieve, we hope to do so.)
- 2007-05-09 08:51:10下载
- 积分:1
-
MatlabPID
笔者费了很大的经历找到的matlab实例资料,希望大家好好利用,绝对经典的好资料哦(Programming with vc for the sample program, which contains many of the author s experience, I hope you make good use of)
- 2011-12-22 10:18:56下载
- 积分:1
-
fdtd_pml_2d
FDTD方法,以PML为边界条件,是二维的算法(FDTD method, the PML boundary condition is two-dimensional algorithm)
- 2011-10-31 10:18:04下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
1144
色散介质的FDTD仿真计算,一维辅助微分方法(FDTD )
- 2015-04-11 16:23:22下载
- 积分:1
-
1
FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现(FFT LZW compress)
- 2013-11-20 22:11:22下载
- 积分:1
-
Matlab_Simulink-DFIG
基于Matlab_Simulink的双馈感应风力发电机组建模和仿真研究!!(Modeling and simulation of doubly fed induction wind turbines based Matlab_Simulink!!)
- 2012-09-28 02:36:46下载
- 积分:1
-
Matlab.vc
这是一份VC++与MATLAB混合编程的重要资料.详细描述了VC++在与MATLAB混合编程时的接口问题,以及连接问题。(This is a mixed VC++ and MATLAB programming important information. A detailed description of the VC++ mixed programming with MATLAB interface issues, and connectivity problems.)
- 2010-06-02 09:20:30下载
- 积分:1