-
Simple-Clustering
Simple Clustering Simple Clustering Simple Clustering
- 2015-04-09 03:09:03下载
- 积分:1
-
lvbo_wavwrite1
对于常微分方程组,很难求得解析解,因此工程上常用数值解法,常微分方程组的R-K解法(For ordinary differential equations, analytical solution is difficult to obtain, so the numerical method used on the project,
RK solution of ordinary differential equations
)
- 2011-09-24 11:43:46下载
- 积分:1
-
NSGA-2
代码中含有多种多目标优化的测试函数,在代码中修改即可测试。(The code contains a variety of multi-objective optimization test functions, which can be tested by modifying the code.)
- 2020-12-19 12:39:10下载
- 积分:1
-
classic_spectral_estimation
数字信号处理实验,噪声中正弦信号的经典发频谱分析(Digital signal processing experiments, classic sinusoidal signal noise spectrum analysis hair)
- 2014-12-17 09:25:54下载
- 积分:1
-
Relay-with-throughput
Relays with throughput put analysis
- 2012-10-15 02:09:16下载
- 积分:1
-
SNMF
SNMF 算法在MATLAB平台上的实现,包括源代码,说明等(SNMF experiment on MATLAB)
- 2015-01-28 20:18:25下载
- 积分:1
-
jiegeng_v33
非常适合计算机视觉方面的研究使用,滤波求和方式实现宽带波束形成,通过虚拟阵元进行DOA估计。( Very suitable for the study using computer vision, Filtering summation way broadband beamforming, Conducted through virtual array DOA estimation.)
- 2016-12-16 11:21:05下载
- 积分:1
-
DFT
离散傅里叶变换的程序,可以画出原图和频谱(Discrete Fourier Transform process)
- 2009-05-24 13:51:50下载
- 积分:1
-
radarequation
雷达方程,包括一般的雷达方程,搜索条件下,跟踪条件下,杂波条件下的雷达方程仿真(Radar equation, including the general radar equation, under search criteria, under track conditions, under the radar clutter simulation equation)
- 2016-01-18 09:21:44下载
- 积分: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