-
SinFM-TFDs
这个文件包含了正弦调频信号的多种时频分布算法的仿真,通过不同时频算法分布图,得到不同时频分布分析正弦调频信号的性能(This file contains a variety of sinusoidal FM signal simulation algorithm for time-frequency distribution, through the time-frequency algorithm for distribution maps, are not at the same time-frequency distribution analysis of the performance of sinusoidal FM signal)
- 2009-12-29 19:35:33下载
- 积分:1
-
DataAnalysis
matlab 数据分析,matlab 数据分析总结技术资料。(matlab data analyse)
- 2009-07-01 21:11:01下载
- 积分:1
-
chap6_3
单神经元PID控制器的仿真与应用实例。比较常规PID控制器,得其优缺点(single neuron PID controller simulation and application examples. Comparing Conventional PID controller, to gain advantages)
- 2007-06-07 16:14:20下载
- 积分:1
-
比较有用的matlab源码,用于数据回归分析等-plsqsar
比较有用的matlab源码,用于数据回归分析等。(Matlab more useful source for data regression analysis.)
- 2005-04-09 19:44:52下载
- 积分:1
-
01389005
very good paper about mimo ofdm
- 2010-11-29 08:43:05下载
- 积分:1
-
significance
说明: 这是基于吴和黄的的研究进而得到"percenta"的方法(This is used to obtain the "percenta" line based on Wu and Huang)
- 2011-03-10 21:13:48下载
- 积分:1
-
MLAT
MULTILETARION FOR TRACKING
- 2012-11-24 21:26:21下载
- 积分:1
-
ITFA
通过同步压缩小波变换,实现信号的分解和重构,效果优化小波变换(The signal is decomposed and reconstructed by synchronous compression wavelet transform, and the effect is optimized by wavelet transform)
- 2021-03-31 09:19:08下载
- 积分:1
-
lsfb
赖斯分别图图形及用MATLAB实现实现的程序代码,运行过,效果很好。(Rice, MATLAB implementation plan)
- 2009-12-11 14:30:53下载
- 积分: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