-
greyimagequalityassessment
灰度图像质量评价,以matlab为平台,介绍了几种关于灰度图像算法的质量,以数据结果来说明图像的质量。(Gray image quality evaluation, in order to matlab as a platform to introduce several gray image algorithm on the quality of data to illustrate the results of image quality.)
- 2009-01-16 16:02:24下载
- 积分:1
-
rastrigin
Code of PSO-Rastrigin with matlab
- 2013-10-31 14:06:36下载
- 积分:1
-
这是一些关于MATLAB的小程序,有曲线拟合的,利用线性网络进行线性预测,正交实验设计及其实验结果的极差分析等,希望对大家能带来帮助!...
这是一些关于MATLAB的小程序,有曲线拟合的,利用线性网络进行线性预测,正交实验设计及其实验结果的极差分析等,希望对大家能带来帮助!-This is a small number of MATLAB procedures, there is curve fitting, and linear networks using linear prediction, orthogonal experimental design and experimental results of range analysis, etc. hope that we can help!
- 2023-05-16 06:30:02下载
- 积分:1
-
android_opengl_GLES11
This source file is automatically generated.
- 2014-09-21 17:50:20下载
- 积分:1
-
EMC166
多导体传输线之间的串扰问题,通过BLT方程求解。(Crosstalk between the multi-conductor transmission line problem solving BLT equation.)
- 2013-03-07 13:34:32下载
- 积分:1
-
otsu_genetic
matlab环境下采用otsu与遗传算法相结合确定分割最优阈值(split adopt the otsu and genetic algorithm combined to determine the optimal threshold matlab environment)
- 2013-03-20 16:51:51下载
- 积分:1
-
chushiweizhi
计算任意时刻月球在惯性空间的位置和在J2000坐标系下的位置(compute the position of the Moon)
- 2021-03-31 20:59:08下载
- 积分:1
-
T-S模糊控制
clear;close all;
%----------------设定计算步数和精度----------------%
step=1000; %步数
err=0.00001; %精度
eps1=0.001;
%----------------数据生成----------------%
k0=0:step+1;
%u=sin(2*pi.*k0/step*10);
u=rand(1,step+2)*2-1;
y=zeros(1,step+2);
y(1)=0;
y(2)=0;
for t=1:step
y(t+2)=y(t+1)*y(t)*(y(t+1)-2.5)/(1+y(t+1)*y(t+1)+y(t)*y(t))+u(t+1);
end
%----------------绘制输入及输出信号波形----------------%
figure(1);
plot(y(3:step+2),"r");
hold;
plot(u(2:step+1),"g");%pause
legend("输出y","输入u");
%----------------初始化隶属函数----------------%
c=[-4,-3,-2,-1,0,1];
U=zeros(6,step+2);
for t=1:step+2
if(y(t)
- 2022-09-28 16:45:03下载
- 积分:1
-
GPIO-V2
Core M3直接操作寄存器控制GPIO的用法。(Core M3 directly manipulate registers control the GPIO usage.)
- 2013-11-28 09:54:33下载
- 积分:1
-
ninelevelhbridge
matlab simulink model for a nine level h bridge inverter
- 2015-02-15 18:42:15下载
- 积分:1