-
maphmmbox1
This is a matlab toolbox of hmm
- 2010-01-24 10:41:05下载
- 积分:1
-
ThreeWJ
三次样条曲线,可以根据不同条件进行选择,包括边界条件等(Cubic spline curve can be selected according to different conditions)
- 2012-06-14 20:12:54下载
- 积分:1
-
1
说明: 这是一个有关频谱分析的程序,可实时的画出任意信号的频谱,通过测试程序无误,欢迎下载(This is a spectrum analysis procedure can draw an arbitrary signal in real-time spectrum, through the test procedure correctly, please download the)
- 2009-11-29 16:00:41下载
- 积分:1
-
ImprovingOptimizationPerformancewithParallelComput
说明: 本文使用了两种方法优化matlab的程序,缩短了算法的时间。方法1:使用Optimization Toolbox中的并行优化;不需要修改代码。方法2:增加一行代码,即可优化(Improving Optimization Performance with Parallel Computing)
- 2009-08-07 22:35:54下载
- 积分:1
-
chap3
说明: 模糊PID控制,阶跃响应曲线,控制参数自动调整(Fuzzy PID control, the step response curve, automatically adjust the control parameters)
- 2011-04-15 14:55:47下载
- 积分:1
-
Downlink-Scheduling-in-3GPP-LTE
LTE Downlink scheduler
- 2013-04-30 01:30:12下载
- 积分:1
-
fft_analy
一个对ADC和PLL输出结果作FFT频谱分析的matlab程序(An ADC and PLL output FFT spectrum analysis for matlab program)
- 2010-08-12 15:36:39下载
- 积分:1
-
guihua
用matlab来解决线性规划的问题,几个例子程序+一个ppt(Using matlab to solve linear programming problems, a few examples of procedures and a ppt)
- 2009-11-08 19:34:55下载
- 积分: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
-
ddssSPWM
iis is a code for sinosoidal pulsewidth modulation
- 2013-07-25 15:37:49下载
- 积分:1