-
programs
this file contains all of Model predictive control programs in Matlab
- 2013-07-26 16:14:24下载
- 积分:1
-
exa130401
本程序先生成一个“Blocks”信号,然后加上高斯白噪声,再用 db3 小波进行分解,
% 以说明信号和噪声在各个尺度上的表现。(this program as a "Blocks" signal, then add white Gaussian noise, reuse db3 wavelet decomposition,% to illustrate signal and noise in various scales performance.)
- 2006-10-09 01:19:12下载
- 积分:1
-
g
说明: 在用广义预测控制的基础上,加入了相位补偿,使得得到的结果更精确。(Based on generalized predictive control with on, joined the phase compensation, which makes the results more accurate.)
- 2015-02-25 17:06:17下载
- 积分:1
-
BTAlgorithm
近代信号处理功率谱估计的BT算法,周期图法的改进算法,可用于参考。(Modern signal processing power spectrum estimate of BT algorithms, periodogram of the improved algorithm can be used for reference.)
- 2007-11-06 13:48:07下载
- 积分: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
-
daitongcaiyang
中频数字正交采样,并进行滤波,得出基带信号(IF quadrature sampling and filtering)
- 2011-05-14 11:35:35下载
- 积分:1
-
Lagrange-interpolation-of-matlab
拉格朗日插值法matlab源程序,具有通用性和可扩展性。(Lagrange interpolation matlab source, has the versatility and scalability.)
- 2013-10-06 16:05:48下载
- 积分:1
-
stbc11
本程序是Almatiou码字1*1的仿真分析,并有详细描述(It is Almatiou scheme 1*1 simylation analysis)
- 2011-11-17 16:16:47下载
- 积分:1
-
Satellite-FDM-examples
卫星FDM例子的MATLAB代码,运行结果为BER和信号星座图(Satellite FDM examples, MATLAB code)
- 2012-11-18 19:51:58下载
- 积分:1
-
wavelet
关于图像的小波和小波包的阈值去噪的matlab语言的实现(About the image of wavelet and wavelet packet threshold denoising matlab language implementation
)
- 2014-06-30 11:29:46下载
- 积分:1