-
tftb2002toolbox
好不容易找到的matlab的时频分析工具箱,添加的方法不说了,里面的工具很全,挺好用的,希望对大家有帮助。(Finally found the time-frequency analysis matlab toolbox, adding that the method, which is full of tools, very good use, and would like to help everyone.)
- 2009-05-09 11:04:30下载
- 积分:1
-
MATLAB7.8
MATLAB7.8鲁棒控制入门指南,这是一本基于MATLAB的鲁棒控制方面的入门书籍,希望对网友们有用(MATLAB7.8 Robust Control Getting Started Guide, which is a MATLAB-based robust control of entry books, useful for users who want to)
- 2011-06-21 09:47:56下载
- 积分:1
-
16QAM
基于Matlab的16QAM模拟,包含绘制眼图和误码的计算(Matlab 16QAM)
- 2011-12-03 02:11:41下载
- 积分:1
-
DC-MOTO-PROCESS-SIMULINK
直流电动机瞬态运行过程仿真过程和分析 理论 波形 电路(Process simulation and analysis of transient operation of the DC motor theory waveform circuit)
- 2013-04-23 01:59:04下载
- 积分:1
-
logist
matlab下logistic分叉图
(matlab下logistic分叉图)
- 2010-12-02 19:35:09下载
- 积分:1
-
fuzzysysidentifyw4
用matlab写的模糊RBF辨识程序,做成了一个函数。(it is very important.)
- 2009-05-29 16:04:30下载
- 积分: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
-
hsdpa
说明: 系统仿真了HSDPA中的HARQ系统,对HARQ系统的吞吐量,重传次数做了分析描述(Simulation of HSDPA in the HARQ system, the throughput of the HARQ system, the number of retransmission made analyzed and described)
- 2010-04-16 12:21:25下载
- 积分:1
-
fd2d_predator_prey
反应扩散方程 捕食者捕食模型HOiing模型2D(Reaction-diffusion equation model of predator prey model HOiing 2D)
- 2020-12-04 23:09:23下载
- 积分:1
-
M1q1HcN4.txt
Particle filter implementation. Simple and easy. It used only four particles. But it easy to understand. gook Lucky
- 2013-08-22 00:37:39下载
- 积分:1