-
mom
matlab程序,二维矩量法,无限长圆柱散射(matlab progress)
- 2012-04-16 20:58:21下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
icaam
AAM fitting algorithm
- 2013-11-29 22:29:46下载
- 积分:1
-
dsp-matlab
用matlab进行数字信号处理,简单易学,实用性强(matlab dsp)
- 2009-12-09 09:16:31下载
- 积分:1
-
yakebi
用牛顿-雅可比迭代法求非线性方程组的一个根(Newton- Jacobi iterative method of nonlinear equations of a root .
)
- 2012-04-25 22:37:52下载
- 积分:1
-
multi-function-anaysis
多功能信号分析器.基于matla的GUI界面.实现对信号的波形频谱显示。且包括对加窗以后数据的峰值相应坐标的捕获.
(Multifunctional signal analyzer. Based MATLA the GUI interface. Displayed on the waveform of the signal spectrum. And including the capture of the windowed data after the peak corresponding coordinates.)
- 2013-05-11 14:26:34下载
- 积分:1
-
AM
说明: 这是关于AM调制的matlab程序,对初学调制的人很有帮助,有仿真图片(AM modulation matlab program, beginner modulation helpful, simulation picture)
- 2020-12-04 15:09:24下载
- 积分:1
-
a_standard_PSO_program_for_matlab
说明: 标准粒子群优化算法的示例,程序主体附带大量讲解,简明扼要,适合初学者对粒子群算法结构进行研究(Standard particle swarm optimization example, the program attached to a large number of the main explanations, concise and suitable for beginners on the particle swarm algorithm to study the structure of)
- 2008-11-14 16:30:36下载
- 积分:1
-
a-tours
小波分解A Trous算法Matlab代码示例(Wavelet decomposition A Trous algorithm Matlab code examples)
- 2014-09-09 00:57:53下载
- 积分:1
-
Matlabfiles
MATLAB uses column-oriented analysis for multivariate statistical data. Each
column in a data set represents a variable and each row an observation.
- 2014-11-01 21:14:41下载
- 积分:1