-
music
阵列天线的DOA估计MUSIC算法,只有几行简单的代码(DOA estimate the array antenna MUSIC algorithm, only a few lines of simple code)
- 2008-04-01 14:57:14下载
- 积分:1
-
two-dimensional-silulation
这是一个关于二维的FDTD的源代码,主要模仿电磁波传播的传播,对于做天线,雷达的朋友有帮助(This is one of the two dimensional FDTD source code, mainly to imitate the propagation of electromagnetic wave propagation, for antenna, radar has to help a friend)
- 2012-04-23 22:37:55下载
- 积分:1
-
ROCxxc
compute a ROC curve hope you will like it
- 2010-10-18 16:19:50下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1
-
SemXFEM_2d
Modeling crack growth in a traditional finite element framework is a challenging engineering task.
Originally the finite element framework was modified to accommodate the discontinuities that are caused
by phenomena such as cracks, inclusions and voids. The finite element framework is not well suited for
modeling crack growth because the domain of interest is defined by the mesh. At each increment of crack
growth, at least the domain surrounding the crack tip must be remeshed such that the updated crack
geometry is accurately represented.
- 2013-01-24 01:11:59下载
- 积分:1
-
Instructions
matlab 美赛经典写作助手,典范,帮你成功征服美赛(matlab mcm
)
- 2013-02-02 18:54:38下载
- 积分:1
-
program
基于三线性分解/平行因子分解的MIMO雷达参数估计(Trilinear decomposition/PARAFAC decomposition-based Angle estimation algorithm)
- 2016-06-06 18:58:02下载
- 积分:1
-
multi_user_MIMO
Multiple MIMO techniques
- 2013-07-09 06:11:10下载
- 积分:1
-
00-FUNDAMENTALS_ALL_CHAPTERS_EDU_July_2010
OCTEON
Programmer’s Guide
Introduction Version for
Cavium Networks University Program
- 2014-10-15 20:59:57下载
- 积分:1
-
regression_copy
岭回归程序
输入参数为自变量、因变量和优化因子
输出参数为映射矩阵与回归误差(Ridge Regression.
Input parameters:
- X: Input data block (k x n)
- Y: Output data block (k x m)
- q: Stabiliaztion factor (optional)
If not given, estimated from data
Return parameters:
- F: Mapping matrix, Yhat = X*F
- error: Prediction errors)
- 2010-10-05 18:46:42下载
- 积分:1