-
Fast2-DimensionalInterpolation
matlab插值算法interp2的改进,快速interp2插值(Fast 2-dimensional interpolation)
- 2010-10-23 21:46:12下载
- 积分:1
-
Demos
varios demos para sistema de optimización de antenas
- 2010-11-11 23:48:17下载
- 积分:1
-
M_Capon
Capon算法的改进算法,比capon算法角度分辨力更高,DOA估计性能有很明显的提高,适用于一个信号源。(Capon algorithm improved algorithm, the angle resolution higher than the capon algorithm, DOA estimation performance significantly improved and applied to a signal source.)
- 2012-04-24 20:27:57下载
- 积分:1
-
MATLABchenxu
很好的MATLAB联系实例。MATLAB(矩阵实验室)是MATrix LABoratory的缩写,是一款由美国The MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。 (Good matlab programming training materials)
- 2015-03-15 16:27:01下载
- 积分:1
-
Babu_N_Parallel_Algorithms_for_the_Longest_Common
Parallel Algorithms for the Longest Common Subsequence Problem
- 2010-02-03 05:47:52下载
- 积分:1
-
neuralnetworkMatlabprogram
this a neural network Matlab program.
- 2006-08-17 19:54:43下载
- 积分:1
-
jadeR001
一种盲源分离的联合对角化算法源代码,可以用来盲源分离多信号混叠和特征提取(A blind source separation algorithm for joint diagonalization source code, can be used to blind source separation and multi-aliasing feature extraction)
- 2011-05-19 14:06:30下载
- 积分:1
-
chazhi
Lagrange插值、Newton插值函数等插值函数,函数为数值分析课本上的例题。(Lagrange interpolation, Newton interpolation function, such as interpolation function, function for the numerical analysis of the textbooks on the sample questions.)
- 2008-12-18 19:19:36下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1
-
lsb
实现LSB数字图像水印算法,限于BMP图像(LSB digital image watermarking algorithm to achieve, limited to the BMP image)
- 2010-09-13 15:37:10下载
- 积分:1