-
matlab
matlab的经典讲义,介绍的很详细,对matlab初学者非常有帮助。(matlab classic notes, the very detailed introduction to matlab beginners very helpful.)
- 2009-03-27 12:00:12下载
- 积分: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
-
Linear_array_wideband_MVDRt
直线阵宽带信号方位估计,利用MVDR进行波束形成,(单目标情况)(Linear array wideband signal DOA estimation using MVDR beamforming, (single-target case))
- 2020-10-20 17:47:24下载
- 积分:1
-
Self_Taught_Learning
该文档包含了深度学习中语言自学习示例,包括详细的程序和代码(this document contain Self Taught Learning of deep learning)
- 2015-03-28 20:35:16下载
- 积分:1
-
Data
wirlessman ofdma model simulink by mathworks
- 2010-06-08 22:28:02下载
- 积分:1
-
MATLAB
有限元FEM工具箱-MATLAB toolbox(FEM Finite Element Toolbox-MATLAB toolbox)
- 2010-10-06 17:29:39下载
- 积分:1
-
makeLdpc
LDPC编码算法,
Create R = 1/2 low density parity check matrix
M : Number of row
N : Number of column
method : Method for distributing non-zero element
{0} Evencol : For each column, place 1s uniformly at random
{1} Evenboth: For each column and row, place 1s uniformly at random
noCyle : Length-4 cycle
{0} Ignore (do nothing)
{1} Eliminate
onePerCol: Number of ones per column
H : Low density parity check matrix(LDPC_code source
Create R = 1/2 low density parity check matrix
M : Number of row
N : Number of column
method : Method for distributing non-zero element
{0} Evencol : For each column, place 1s uniformly at random
{1} Evenboth: For each column and row, place 1s uniformly at random
noCyle : Length-4 cycle
{0} Ignore (do nothing)
{1} Eliminate
onePerCol: Number of ones per column
H : Low density parity check matrix)
- 2009-12-03 11:13:42下载
- 积分:1
-
DBT
说明: 雷达信号处理的多波束形成算法toolbox(DBT, A Matlab Toolbox for Radar Signal Processing)
- 2011-02-19 02:44:33下载
- 积分:1
-
LU_rozklad
LU decomposition. Introduced by two matrices A and B we find the solution of linear equations
- 2013-12-17 00:53:47下载
- 积分:1
-
svm
MATLAB支持向量机,编程实现,已用C语言转,内附Windows x64和x32(MATLAB SVM Programming implementation, has been used in C language, Windows x64 and X32)
- 2017-12-30 20:59:17下载
- 积分:1