-
sugenotunewewe
Sugeno-type FIS output tuning
- 2010-11-11 21:23:26下载
- 积分:1
-
create_PEC_plates
matlab程序,fdtd算法创建pec完美匹配曾目标的程序,语言简单易懂(Matlab, FDTD algorithm to create the pec perfect match has target program, easy to understand language)
- 2013-09-26 20:01:57下载
- 积分:1
-
Matlab24
inveter modelling ,..DC voltage is converted to AC voltage by help of MOSFET
- 2015-01-19 17:00:32下载
- 积分:1
-
pmsmmn
关于永磁同步电机系统调速的。得到的系统图形比较规范,希望对大家有帮助。(On permanent magnet synchronous motor speed control system. Graphical comparison of the resulting system specifications, we want to help.)
- 2014-02-06 18:42:46下载
- 积分:1
-
Music_Classify
基于Matlab音乐的分类算法以及相应的代码,最后给出了DSP的实现系统框图(Matlab-based music classification algorithm and the corresponding code, and finally given the realization of DSP system block diagram)
- 2008-04-19 22:49:05下载
- 积分:1
-
yunchouxueMATLAB
运筹学专业的同学所需要的专业MATLAB程序,包含目标规划,算法结构,线性规划,遗传算法等等程序。(Majored in operations research expertise needed to program MATLAB, including programming, algorithm structure, linear programming, genetic algorithms, and so program.)
- 2010-11-12 10:48:38下载
- 积分:1
-
SAA-code
模拟退火算法程序原码以及算法程序,是用MATLAB编辑好的m文件(Simulated annealing algorithm program source code and algorithm program is a good m file in MATLAB Editor)
- 2012-08-06 21:24:57下载
- 积分:1
-
newmarkforrotor
用matlab法求解椭圆轴承支承的刚性jeffcott转子的振动方程。采用capone模型计算轴承油膜力。得到圆盘中心的轨迹图。(solving governing equations of rigid jeffoctt rotor supported on elliptical bearing. The robit of disk center can be obtained)
- 2009-04-20 22:15:14下载
- 积分:1
-
Matlab
说明: 这是Matlab求解0-1整数线性规划,可以参考(good)
- 2010-04-20 16:24:53下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1