-
Fuzzy_immune_PID_control_algorithm
模糊免疫 PID 控制算法,在模糊控制的基础上,增加了免疫因子,能获得更好的控制效果(Fuzzy immune PID control algorithm, in the basis of fuzzy control, an increase of immune factors that can effect a better control)
- 2009-05-19 13:17:41下载
- 积分:1
-
matlab
matlab神经网络工具箱介绍,介绍了神经网络工具箱的函数使用(matlab neural network toolbox, the introduced neural network toolbox function of the use of)
- 2008-06-14 14:05:37下载
- 积分:1
-
A1_14
mathews数值分析书的源代码,用matlab编写,第一章第十四部分。(mathews numerical analysis of the book' s source code, using matlab, the first part of Chapter XIV.)
- 2011-10-20 10:27:24下载
- 积分:1
-
lianxi
用来实验验证c转换为汇编的效率,本代码为一个简单的小延时,通过不同德c代码,转换成汇编,看他们的大小,和执行效率(C is used to convert the experimental verification of the efficiency of assembly, the code for a simple little delay, through different de c code into assembly, to see their size, and efficiency)
- 2011-01-13 09:46:33下载
- 积分:1
-
THzVer5
matlab数据处理程序,用于光谱数据的解读和计算(matlab data processing program for the interpretation of spectral data and calculations)
- 2013-07-27 12:44:06下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
SRC_Test
Sparse representation based classification (SRC John Wright CVPR2009) 实现(Sparse representation based classification (SRC John Wright CVPR2009)‘s codes)
- 2015-04-13 14:13:19下载
- 积分:1
-
Joint_Detection
[matlab]TD_SCDMA中的ZF_BLE和MMSE_BLE算法的链路仿真([Matlab] TD_SCDMA the ZF_BLE and MMSE_BLE Algorithm Link Simulation)
- 2007-04-21 14:06:23下载
- 积分:1
-
Floydsuanfa
弗洛伊德算法,是现在流行的十大算法之一,用于数学建模(Freud algorithm, is one of the ten now popular algorithm used in the mathematical modeling)
- 2012-08-21 02:23:37下载
- 积分:1
-
FIR
程序1实现线性相位FIR低通滤波器;
程序2实现线性相位FIR高通滤波器;
程序3实现用kaiser窗实现带通滤波器。(Program to achieve a linear phase FIR low-pass filter
Program 2 for linear phase FIR high-pass filter
Program 3 Achieved bandpass filter with a kaiser window)
- 2015-03-24 15:31:13下载
- 积分:1