-
QAM_Eb_No_SER
calculate the theoretical exact(in AWGN)
SYMBOL ERROR RATE(Ps_SER) verses Eb/No for even numbers of bits per symbol in qam modulation
- 2010-11-08 23:38:30下载
- 积分:1
-
ConstrainedOptimizationofMIMOTrainingSequences
Constrained Optimization of MIMO Training Sequences
- 2011-01-03 19:43:09下载
- 积分: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
-
A
说明: Newton Raphson Example
- 2013-04-09 12:01:52下载
- 积分:1
-
mathematical modeling
文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some matlab related implementation of mathematical modeling.)
- 2017-08-16 12:50:31下载
- 积分:1
-
MINKS
对貂和麝鼠之间的关系用VARMA建立状态空间模型(VARMA modeling:interaction between minks and muskrats)
- 2011-04-19 18:30:17下载
- 积分:1
-
gemfull
GEM (graphical environment manager) is a graphic user inteface written for DOS (now public domain)
- 2014-01-22 00:40:33下载
- 积分:1
-
泽尼克像差绘图程序
本matlab程序用于对泽尼克多项式的像差进行绘图(This matlab program is used to plot aberrations of Zernike polynomials)
- 2021-04-21 10:08:49下载
- 积分:1
-
50
说明: 计算概率潮流,所用算例为IEEE-33节点配电网系统。(Probabilistic load flow calculation.The example is IEEE-33 node distribution network system.)
- 2018-08-14 16:56:38下载
- 积分:1
-
Ch11
小波分析理论及MATLAB7实现的例程,第11章二维小波变换的MATLAB实现(Wavelet analysis theory and realize MATLAB7 the routines, Chapter 11 two-dimensional wavelet transform of MATLAB realize)
- 2007-08-31 09:21:17下载
- 积分:1