-
FuzzyInDelay
该模糊控制器的特点是针对大延迟或纯滞后系统(加干扰)进行控制,利用matlab自带fuzzy工具箱,采用经典文献中的模糊控制规则,并附原理及效果图以供学习交流。(The fuzzy controller is characterized by delayed or for large time delay system (plus interference) control, using fuzzy toolbox matlab own, using the classical literature of fuzzy control rules, together with the principle and effect diagram for the exchange of learning.)
- 2020-11-08 21:39:47下载
- 积分:1
-
fpv112
FPV相册傻瓜式教程,对于想使用FPV的新手来说值得一看。(FPV album fool tutorial, you want to use for novice FPV worth a visit.)
- 2015-03-05 16:08:10下载
- 积分:1
-
Matlab6.5
MATLAB 6.5的很好用的教材,内容很全,希望对大家有帮助(MATLAB)
- 2010-06-15 10:19:45下载
- 积分:1
-
music(3)
使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助(Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn)
- 2009-07-02 16:16:51下载
- 积分:1
-
neural_xor
code for XOR problem using BP neural network without using matlabtoolbox
- 2010-05-08 14:24:32下载
- 积分:1
-
vcsel
these codes are about simulation of vcsel laser diod
- 2012-04-24 15:17:53下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
xiaobowenlitiqu
基于小波变换的纹理提取,很好的matlab程序(Extract, good texture based on wavelet transform matlab program)
- 2013-04-08 19:15:56下载
- 积分:1
-
DGM
离散灰色的预测程序,利用最小二乘法预测数据(Discrete gray forecasting process, using least squares projections)
- 2010-09-15 21:58:29下载
- 积分:1
-
BasicZoomShrink
Hi This is very simple zoom and shrink image program for 256 x 256 size image
- 2010-10-12 23:45:04下载
- 积分:1