-
013362822yuanzhen
对均匀圆阵和均匀线阵的方向图指向进行描述 matlab(UCA ULA MATLAB)
- 2010-11-30 10:11:43下载
- 积分:1
-
wiena
分析了维纳滤波器均方误差及滤波性能与阶数和噪声方差之间的关系(Analysis of the Wiener filter and the filter mean square error performance and the order and the relationship between noise variance)
- 2010-12-06 11:07:51下载
- 积分:1
-
cvsdmatlab
matlab CVSD算法,请大家参考(matlab CVSD, hope it can help u guys)
- 2011-12-20 20:55:03下载
- 积分:1
-
MATLABsil-p-mode
silp mode used in most examples ,according to the book writed by chen jinkun
- 2012-11-06 15:39:38下载
- 积分:1
-
Zooming-and-Shrinking
matlab实现用双线性插值法放大和缩小图像(Zooming and Shrinking Images by Bilinear Interpolation
(a) Write a computer program capable of zooming and shrinking an image by bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal and vertical direction. You may ignore aliasing effects.
(b) Download Fig. 2.19(a) and use your program to shrink this image 1024 x 1024 to 256 x 256 pixels.
(c) Use your program to zoom the image in (b) back to 1024 x 1024. Explain the reasons for their differences.
)
- 2015-04-29 23:00:26下载
- 积分:1
-
EKF
SIMULINK仿真模块 EKF算法扩展卡尔曼滤波
有仿真模块有对应s函数模块算法(simulink extended kalman filter)
- 2016-04-19 11:15:08下载
- 积分:1
-
min2plus
最小二乘算法的实例,适合于初学者下载,附有详细注释(Examples of least-squares algorithm, suitable for beginners download, with detailed notes)
- 2014-11-12 00:37:44下载
- 积分:1
-
image-processing
这是matlab的图像处理学习文件,自己花钱买来的资料,不是网上随便下载的。(This is a learning matlab image processing files, their own money to buy the information, not just downloaded online.)
- 2013-12-13 17:17:40下载
- 积分:1
-
classical_algorithm_for_designing_linear_algebra_m
matlab设计 线性代数经典算法教程法classical algorithm for designing linear algebra matlab tutorial method(classical linear algebra algorithm design matlab tutorial method classical algorithm for designing linear algebra matlab tutorial method)
- 2010-08-02 09:10:40下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1