-
fuzzy
使用MATLAB仿真,模糊自适应PID控制算法具有较好的跟踪性能、抗干扰性、鲁棒性,提高了常规PID算法的适应能力及控制精度(fuzzyPID)
- 2009-06-16 10:53:46下载
- 积分:1
-
SIMULINKforbeginners
simulink初学者教程,挺不错的,精通simulink系统仿真与控制(simulink tutorial for beginners, listening to good)
- 2013-07-23 10:00:48下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
1
说明: 小波神经网络,可以用于对日径流进行预测,有助于了解小波分析与神经网络结合。(Wavelet neural networks can be used to predict daily runoff, help to understand wavelet analysis and neural networks.)
- 2013-12-03 20:14:22下载
- 积分:1
-
TR-CODE
OFDM系统中利用TR算法试验PAPR和BER仿真的matlab实现(Using TR algorithm test PAPR and BER simulation of MATLAB in OFDM system)
- 2021-03-08 18:09:28下载
- 积分:1
-
A
说明: A*算法实现栅格障碍路径规划matlab代码(A * algorithm for grid obstacle path planning)
- 2020-02-10 22:19:24下载
- 积分:1
-
MATLABcommandDaquan
MATLAB 命令大全,介绍了在matlab编程中常用的一些命令,为初学者提供便利(MATLAB command Daquan)
- 2009-10-19 20:41:06下载
- 积分:1
-
levelsetcode
基于Li模型的水平集图像分割方法,无需重新初始化,提高了图像分割的效率。(Li model based on the level set method of image segmentation, without reinitializes the, improve the efficiency of the image segmentation.
)
- 2011-05-24 19:17:31下载
- 积分:1
-
aee582_hw5
Generalized plant example
- 2013-01-14 08:14:01下载
- 积分:1
-
MatlabGUI
Matlab GUI编程学习资料,网上搜刮,希望对大家有所帮助(Matlab classic algorithms, including data analysis, solving equations, plotting, fitting the margin, planning and other commonly used content)
- 2009-06-02 22:57:07下载
- 积分:1