-
Wimax
Wimax physical layer matlab codes
- 2010-10-23 04:30:24下载
- 积分:1
-
qpsk
说明: matlab的qpsk的程序代码 是初学者的福音(The qpsk matlab program code is the gospel for beginners)
- 2011-03-30 12:51:41下载
- 积分:1
-
1546456
说明: matlab 实用指南 实例M文件(Matlab Practical Guide document examples M!)
- 2006-03-25 12:12:19下载
- 积分:1
-
source
function S = steeringv(M,x) define steering vector
free space wavelength of 15cm at resonant freq of 2GHz
lamda = 0.15
d = lamda/2 inter-element spacing
K = 1:M
x is DOA of the received signal
S = exp((-2*pi*j*(K-1)*d*sin(x))/lamda)
- 2012-07-13 15:38:31下载
- 积分:1
-
Learning-to-Program-with-MATLAB_-Building-GUI-Too
Learning to Program with MATLAB_ Building GUI Tools - Craig S. Lent
- 2013-07-24 22:01:26下载
- 积分:1
-
new-code
Matlab code On Fruit quality grading
- 2012-02-12 22:14:53下载
- 积分:1
-
cyclic_cross_periodogram
matlab编写基于循环平稳谱估计的认知无线电频谱感程序。(matlab to prepare a smooth spectrum estimation based on the cycle of the radio spectrum of the cognitive sense of the procedure.)
- 2009-05-08 18:07:36下载
- 积分: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
-
ARMAX_GARCH_K_Toolbox
this file gives the parameters of a model estimated from given data. this is usfull in estimationa and forecasting
- 2014-09-15 15:57:06下载
- 积分:1
-
saogen
用MATLAB编写的遗传算法路径规划,一个计算声子晶体结构的一维传递矩阵法,基于SVPWM的三电平逆变的matlab仿真。( Genetic algorithms using MATLAB path planning, A one-dimensional transfer matrix method to calculate the phonon crystal structure, Based on SVPWM three-level inverter matlab simulation.)
- 2016-10-25 19:23:07下载
- 积分:1