-
motorcontrolsimulate
用matlab实现motor运动控制的控制器设计仿真,包括有状态方程建模、levy拟合法、阶跃响应方波转换等方法。(Using matlab to achieve motion control motor controller design and simulation, including the equation of state modeling, levy to be legitimate, step-response methods such as square wave conversion.)
- 2007-12-21 19:57:31下载
- 积分: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
-
ldpc_decode
说明: 很不错的LDPC译码的matlab程序,觉得有用大家分享一下(LDPC decoder)
- 2009-07-28 08:56:50下载
- 积分:1
-
lvboqisheji
数字信号处理中,布特沃斯滤波器设计。很好的东西。(Digital signal processing, Butterworth filter design. A good thing.)
- 2011-10-25 18:33:11下载
- 积分:1
-
mandelbrot
分形图 利用matlan程序实现了分形图的编码,可以自主调控图像颜色(Mandelbrot set
)
- 2011-11-01 14:21:48下载
- 积分:1
-
colormix
find the ROI of the image and removes the color outside the ROI
- 2009-12-04 15:33:43下载
- 积分:1
-
OFDM
说明: 完整的ofdm仿真程序,在matlab上实现(Complete OFDM simulation program in matlab to achieve)
- 2008-11-27 09:47:56下载
- 积分:1
-
chap9
《智能控制》第一版(刘金琨著)第九章程序源码(" Intelligent control" the first edition (Liu Jinkun a) Chapter IX program source code)
- 2011-04-26 09:38:41下载
- 积分:1
-
OFDM_BPSK
You can learn BPSK modulation in OFDM Systems
BPSK means binary phase shift keying modulation.
Basically OFDM uses fft/ifft modulation.
and add cyclic shift and remove to cancel inter-symbol-interference.
- 2015-01-15 15:20:45下载
- 积分:1
-
OFDM_16_QAM
Matlab/Simulink OFDM 16 QAM Module
- 2010-10-14 08:54:37下载
- 积分:1