-
ABS-fangbaosi
汽车防抱制动系统_ABS_模糊控制系统的研究,很好的硕士论文(The Antilock braking system _ABS_ fuzzy control system, a good master s thesis)
- 2012-05-14 12:27:45下载
- 积分: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
-
Matlab-Files
英文教材《Theory and Applications of Digital Speech Processing》所附代码(Theory and Applications of Digital Speech Processing)
- 2015-02-24 12:36:33下载
- 积分:1
-
11
说明: mat lab designed filter
- 2010-05-19 16:09:01下载
- 积分:1
-
c2
说明: CONTENTS
CHAPTER 2 (C2 Folder) INTRODUCTION TO MATLAB/SIMULINK
Exercise 1: Variable Frequency Oscillator
SIMULINK file s1.mdl
MATLAB m-file m1.m
Exercise 2: Parallel RLC Circuit
SIMULINK file s2.mdl
MATLAB m-file m2.m
MATLAB m-file m2init.m(1st half of m2.m)
MATLAB m-file m2plot.m(2nd half of m2.m)
Exercise 3: AC Energization of a RL Circuit
SIMULINK file s3.mdl
MATLAB m-file m3.m
Exercise 4: Series RLC Resonant Circuit
SIMULINK file s4.mdl
MATLAB m-file m4.m
- 2013-01-18 17:02:42下载
- 积分:1
-
FFT(figure)-time-frequency
可以清楚的知晓信号随时间轴和频率轴的变化,相当的方便(Can be clearly known with the axis and a frequency axis signal changes, considerable convenience)
- 2013-08-19 17:58:09下载
- 积分:1
-
MIMOOFDMTCP
MIMO-OFDM系统子空间法进行盲信道估计,可更改循环前缀长度以比较不同CP对估计性能的影响。(subspace method for blind channel estimation for MIMO-OFDM system. One can change the length of cyclic prefix in order to compare the performance of different CP impact on the estimates.)
- 2013-09-24 20:54:44下载
- 积分:1
-
Lagrange-interpolation-of-matlab
拉格朗日插值法matlab源程序,具有通用性和可扩展性。(Lagrange interpolation matlab source, has the versatility and scalability.)
- 2013-10-06 16:05:48下载
- 积分:1
-
SHOOT2
this program to compute the shoot function
- 2013-12-19 10:41:34下载
- 积分:1
-
BP
说明: 包含了matlab实现bp神经网络模型的三段源码,其中还有一段例子。(Realize bp contains matlab neural network model of the three sections of source code, of which there is still a case.)
- 2008-04-11 09:03:51下载
- 积分:1