-
beamforming
课题写得一个波束形成程序,希望能对大家有所帮助(a beamforming algorithm)
- 2010-03-03 16:05:47下载
- 积分:1
-
msk
Msk调制 MATLAB语言 本科毕业设计需要(MSK modulation)
- 2013-04-15 20:34:02下载
- 积分: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
-
introduction-to-reference-frame-theory
The book is based on machines reference frame theory it gives clear explanations......
- 2012-08-02 11:41:21下载
- 积分:1
-
fft.matlab
双幅线算法的研究,从新修正并改进了算法,可以仿真编程(matlab fft)
- 2011-12-29 08:59:53下载
- 积分:1
-
ISI_Distance_Multiple
dfjo uiohdrwq aet nh hneh taer tear set rear set rest
- 2012-02-03 02:20:27下载
- 积分:1
-
funkei
对信号进行频谱分析及滤波,可以动态调节运行环境的参数,小波包分析提取振动信号中的特征频率。( The signal spectral analysis and filtering, Can dynamically adjust the parameters of the operating environment, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-11-13 17:33:07下载
- 积分:1
-
checkrefractiveindexprofile.m
This function is for changing the refractive index profile in the Simulation - You can change and delete the according Refractive index parts(This function is for changing the refractive index profile in the Simulation- You can change and delete the according Refractive index parts)
- 2013-09-25 03:31:26下载
- 积分:1
-
statecom
通过PWM方式直接控制逆变器的输出电流来实现静止无功补偿 也即电流直接控制法(Through PWM, the output current of the inverter is directly controlled to realize the static reactive power compensation, which is the direct current control method.)
- 2018-04-25 22:08:30下载
- 积分:1
-
Language
在matlab环境,实现language算法,根据所给的点确定原函数(language method)
- 2009-12-23 00:33:42下载
- 积分:1