-
emission
实现PET/SPECT 幻影图像regression的matlab源代码
algorithms for Poisson emission tomography PET/SPECT/ Poisson regression
eml_ emission maximum likelihood
eql_ emission quadratically penalized likelihood
epl_ emission penalized likelihood(The realization of PET/SPECT images Mirage regression of matlab source code algorithms for Poisson emission tomography PET/SPECT/Poisson regression eml_ emission maximum likelihood eql_ emission quadratically penalized likelihood epl_ emission penalized likelihood)
- 2008-12-09 15:18:46下载
- 积分:1
-
Digital_video_proceeding
这是数字视频方面的知识,里面的代码是用MATLAB进行编写的,实现的功能是利用多约束的方法进行目标跟踪,是学习数字视频图像不错的一个例子。(This is a digital video knowledge, which the code is written in MATLAB to achieve the functionality is the use of multi-target tracking method constraints, is learning digital video images of a good example.)
- 2010-07-01 12:42:03下载
- 积分:1
-
NumAna_GaussElim
这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。
程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。(The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.)
- 2007-12-24 16:56:06下载
- 积分:1
-
2D_TE_PML
二维圆柱形光子晶体波导TE波MATLAB仿真(Two-dimensional cylindrical photonic crystal waveguide TE wave simulation)
- 2013-09-25 10:07:01下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
22019193wavread
说明: 用于对声音信号进行处理,包括FFT变换,频谱估计等等!(Used for voice signal processing, including FFT transform, spectral estimation, and more!)
- 2011-04-13 18:32:06下载
- 积分:1
-
WCDMAFDDSimulink
本代码为移动通信系统中WCDMA功率控制的仿真代码。(WCDMA)
- 2010-05-21 20:52:04下载
- 积分:1
-
programs-txt
1. Transfer function to state space model
transfer function to state space
A=[1 1 1]
B=[1 6 11 6]
[A,B,C,D]=tf2ss(num,den)
- 2013-07-28 17:31:23下载
- 积分:1
-
Pictock
given metodites stoc
- 2013-02-02 19:41:41下载
- 积分:1
-
daitongsuijicygcdcs
首先产生两个独立的随机过程,并将它们用正交载波进行调整得到带通随机过程的抽样(First generate two independent random process, and to adjust them by using orthogonal carrier band-pass random process of sampling)
- 2010-07-22 16:03:10下载
- 积分:1