-
learning_matlab2
英文版书籍,学生版学习matlab的书籍,非扫描版。(English books, student books to learn matlab, non-scan version.)
- 2010-12-26 06:40:28下载
- 积分:1
-
slm
降低ofdm中峰均比的方法slm的matlab源码 (PAPR reduction method in ofdm slm of matlab source)
- 2011-05-10 18:03:49下载
- 积分: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
-
Unscented-Kalman-Filter
本程序为无迹卡尔曼滤波(ukf)的程序代码,可供初学者学习。(The procedures for unscented Kalman filter (ukf) code, for beginners to learn.)
- 2013-03-11 19:38:18下载
- 积分:1
-
problem1structures
MATLAB structures provide a way to collect arrays of different types and sizes
in a single array. The following codes show how this can be made for problem1.m.
One of the most interesting features is that the argument passing to functions is
simplified.
MATLAB codes for Finite Element Analysis
problem1.m
antonio ferreira 2008
- 2013-10-01 19:07:56下载
- 积分:1
-
wmark
说明: 用matlab实现的水印嵌入,附水印图像和源码文件(Embedding with a matlab implementation, with a watermark image and the source file)
- 2011-02-17 10:40:21下载
- 积分:1
-
DPD_simulation
这是一个对数字信号功放非线性效应的预失真处理的编码,对于初学者有很好的指导和参考意义。(This is to encode a digital signal pre-distortion amplifier nonlinear effects processing, a good guide for beginners and a reference value.)
- 2016-06-08 16:20:44下载
- 积分:1
-
L1_homotopy_v2.0
利用L1-homotopy算法实现信号的重构(parse recovery of streaming signals using L1-homotopy)
- 2014-07-14 11:23:32下载
- 积分:1
-
em-three-preference
说明: 基于EM算法,可以估计在混合高斯分布下的三个参数(EM expection)
- 2011-03-18 13:10:44下载
- 积分:1
-
MATLAB
关于matlab的基础教程。展示如何编写简洁高效,有充分根据的程序。(On the basis of matlab tutorial. Shows how to write simple and efficient, well-founded procedures.)
- 2011-05-16 22:21:56下载
- 积分:1