-
I-love-You
我爱你的matlab3D实现图,能够然你在表白过程中更加浪漫,程序员也有浪漫的时候(I love your matlab3D achieve chart, then you can be more romantic confession process, programmers have a romantic moment)
- 2014-12-03 09:40:46下载
- 积分: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
-
dsp
Digital Signal Processing Laboratory Using MATLAB是Sanjit K. Mitra所著,裡頭含有此書的Matlab source code(Digital Signal Processing Laboratory Using MATLAB and Matlab source code)
- 2009-03-26 21:49:09下载
- 积分:1
-
Kfisher-mode
Kfisher算法基于MATLABKfisher算法基于MATLABKfisher算法基于MATLAB(Kfisher algorithm is based on MATLABKfisher algorithm is based on MATLABKfisher algorithm is based on MATLAB)
- 2011-05-17 09:39:04下载
- 积分:1
-
2-khati-sazi
linearin of the system non linearing
- 2013-02-02 17:28:47下载
- 积分:1
-
zhuangtaiyijie
预测模型为状态空间模型预测函数控制MATLAB程序,包括一阶、二阶、高阶跟踪阶跃,斜坡(Prediction model for the state space model predictive functional control MATLAB procedures, including first, second, high-tracking step, ramp)
- 2010-12-02 17:23:31下载
- 积分:1
-
MOTO(P140-P275)
教材:电力电子和电力拖动控制系统的MATLAB仿真(P140-P275)(book about motor)
- 2012-05-03 21:08:20下载
- 积分:1
-
ofdm2
orthogonal division multiplixing(ofdm) is a new scheme used in wireless communication systems its also called multicarrier system and achieved this. cyclic prefix is used to minimize the intersymbol interference(ISI) and intercarrier interference
- 2014-01-17 15:12:25下载
- 积分:1
-
proficientmatlab
MATLAB课件,有利于学习应用MATLAB (MATLAB software is conducive to studying the application of MATLAB )
- 2009-02-19 21:42:01下载
- 积分:1
-
pmsm_vec_HYPWM
说明: 利用matlab仿真软件仿真SVPWM的波形,例子中有这个实例的解决过程(Matlab simulation using SVPWM waveform simulation software, examples in the process of resolving this instance)
- 2011-03-30 08:47:46下载
- 积分:1